Class FileSrvOutputStream
java.lang.Object
java.io.OutputStream
com.tccc.kos.commons.core.filesrv.FileSrvOutputStream
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
Output stream that writes to a remote file server a FileSrv server.
- Since:
- 1.0
- Version:
- 2022-12-18
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.OutputStream
nullOutputStream, write
-
Field Details
-
DEFAULT_BUF_SIZE
public static final int DEFAULT_BUF_SIZE- See Also:
-
-
Constructor Details
-
FileSrvOutputStream
public FileSrvOutputStream()
-
-
Method Details
-
write
- Specified by:
write
in classOutputStream
- Throws:
IOException
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
-
flush
- Specified by:
flush
in interfaceFlushable
- Overrides:
flush
in classOutputStream
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classOutputStream
- Throws:
IOException
-