Class CompressedOutputStream
java.lang.Object
java.io.OutputStream
net.lingala.zip4j.io.outputstream.CompressedOutputStream
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
- Direct Known Subclasses:
DeflaterOutputStream
,StoreOutputStream
-
Field Details
-
cipherOutputStream
-
-
Constructor Details
-
CompressedOutputStream
-
-
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
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classOutputStream
- Throws:
IOException
-
getCompressedSize
public long getCompressedSize()
-