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 java.io.OutputStream
flush
-
Field Details
-
numberOfBytesWrittenForThisEntry
private long numberOfBytesWrittenForThisEntry -
outputStream
-
entryClosed
private boolean entryClosed
-
-
Constructor Details
-
ZipEntryOutputStream
-
-
Method Details
-
write
- Specified by:
write
in classOutputStream
- Throws:
IOException
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
-
closeEntry
- Throws:
IOException
-
getNumberOfBytesWrittenForThisEntry
public long getNumberOfBytesWrittenForThisEntry() -
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classOutputStream
- Throws:
IOException
-