public class NoCloseOutputStream extends OutputStream
Constructor and Description |
---|
NoCloseOutputStream(OutputStream outputStream) |
Modifier and Type | Method and Description |
---|---|
void |
close()
A close() that does not call it's parent's close()
|
void |
write(int b) |
flush, write, write
public NoCloseOutputStream(OutputStream outputStream)
public void write(int b) throws IOException
write
in class OutputStream
IOException
public void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in class OutputStream
Copyright © 2009–2017. All rights reserved.