Class SevenZOutputStream
java.lang.Object
java.io.OutputStream
org.fugerit.java.tool.compress.sevenz.SevenZOutputStream
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
-
Constructor Summary
ConstructorsConstructorDescriptionSevenZOutputStream(org.apache.commons.compress.archivers.sevenz.SevenZOutputFile archiveFile) -
Method Summary
Methods inherited from class java.io.OutputStream
flush
-
Constructor Details
-
SevenZOutputStream
public SevenZOutputStream(org.apache.commons.compress.archivers.sevenz.SevenZOutputFile archiveFile)
-
-
Method Details
-
write
- Specified by:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classOutputStream- Throws:
IOException
-
getArchiveFile
public org.apache.commons.compress.archivers.sevenz.SevenZOutputFile getArchiveFile()
-