Reads the next ZIP file entry and positions the stream at the beginning of the entry data.
Optional
fileHeader: FileHeaderReads the next byte of data from the input stream.
Reads some number of bytes from the input stream and stores them into the buffer array b.
Reads up to len bytes of data from the input stream into an array of bytes.
Reads the requested number of bytes from the input stream into the given byte array.
Reads up to a specified number of bytes from the input stream.
Reads all bytes from this input stream and writes the bytes to the given output stream in the order that they are read.
Static
nullReturns a new InputStream that reads no bytes.
Generated using TypeDoc
This class implements an input stream filter for reading files in the ZIP file format. Includes support for both compressed and uncompressed entries.
See net.lingala.zip4j.io.inputstream for full documentation