public class SharedOutputStream extends OutputStream
| Constructor and Description |
|---|
SharedOutputStream(com.hierynomus.smbj.share.File file)
Create a new decorated output stream that respects the reference couting close mechanism of the file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
write(int i) |
flush, write, writepublic SharedOutputStream(com.hierynomus.smbj.share.File file)
file - File that will provide the output streampublic void write(int i)
throws IOException
write in class OutputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamIOExceptionCopyright © 2018. All rights reserved.