Class SevenZOutputFile.OutputStreamWrapper
java.lang.Object
java.io.OutputStream
org.apache.commons.compress.archivers.sevenz.SevenZOutputFile.OutputStreamWrapper
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
- Enclosing class:
- SevenZOutputFile
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.OutputStream
nullOutputStream
-
Field Details
-
BUF_SIZE
private static final int BUF_SIZE- See Also:
-
buffer
-
-
Constructor Details
-
OutputStreamWrapper
private OutputStreamWrapper()
-
-
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
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classOutputStream- Throws:
IOException
-