Class FileOutputStream
java.lang.Object
java.io.OutputStream
com.hierynomus.smbj.share.FileOutputStream
- All Implemented Interfaces:
Closeable, Flushable, AutoCloseable
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate static final org.slf4j.Loggerprivate ProgressListenerprivate SMB2Writer -
Constructor Summary
ConstructorsConstructorDescriptionFileOutputStream(SMB2Writer writer, int bufferSize, long offset, ProgressListener progressListener) -
Method Summary
Methods inherited from class OutputStream
nullOutputStream
-
Field Details
-
writer
-
progressListener
-
isClosed
private boolean isClosed -
provider
-
logger
private static final org.slf4j.Logger logger
-
-
Constructor Details
-
Method Details
-
write
- Specified by:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
flush
- Specified by:
flushin interfaceFlushable- Overrides:
flushin classOutputStream- Throws:
IOException
-
sendWriteRequest
private void sendWriteRequest() -
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classOutputStream- Throws:
IOException
-
verifyConnectionNotClosed
- Throws:
IOException
-