public class UnclosableOutputStream extends FilterOutputStream
out
Constructor and Description |
---|
UnclosableOutputStream(OutputStream source)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
close() |
flush, write, write, write
public UnclosableOutputStream(OutputStream source)
source
- The decorated source stream.public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class FilterOutputStream
IOException
Copyright © 2005–2014. All rights reserved.