Class ZipEntryOutputStream
java.lang.Object
java.io.OutputStream
net.lingala.zip4j.io.outputstream.ZipEntryOutputStream
- All Implemented Interfaces:
Closeable, Flushable, AutoCloseable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class OutputStream
flush
-
Field Details
-
numberOfBytesWrittenForThisEntry
private long numberOfBytesWrittenForThisEntry -
outputStream
-
entryClosed
private boolean entryClosed
-
-
Constructor Details
-
ZipEntryOutputStream
-
-
Method Details
-
write
- Specified by:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
closeEntry
- Throws:
IOException
-
getNumberOfBytesWrittenForThisEntry
public long getNumberOfBytesWrittenForThisEntry() -
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classOutputStream- Throws:
IOException
-