Package net.lingala.zip4j.io.inputstream
Class StoreInputStream
- java.lang.Object
-
- java.io.InputStream
-
- net.lingala.zip4j.io.inputstream.DecompressedInputStream
-
- net.lingala.zip4j.io.inputstream.StoreInputStream
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
class StoreInputStream extends DecompressedInputStream
-
-
Field Summary
-
Fields inherited from class net.lingala.zip4j.io.inputstream.DecompressedInputStream
oneByteBuffer
-
-
Constructor Summary
Constructors Constructor Description StoreInputStream(CipherInputStream<?> cipherInputStream)
-
Method Summary
-
Methods inherited from class net.lingala.zip4j.io.inputstream.DecompressedInputStream
close, endOfEntryReached, getLastReadRawDataCache, pushBackInputStreamIfNecessary, read, read, read
-
-
-
-
Constructor Detail
-
StoreInputStream
public StoreInputStream(CipherInputStream<?> cipherInputStream)
-
-