ZipEntry.open

Opens a stream for reading from the file. The contents of this stream represent the decompressed contents of the file stored in the archive.

You should not assume that the returned stream is seekable.

Note that the returned stream may be safely closed without affecting the underlying archive stream.

If the file has not yet been verified, then the stream will be checked as you read from it. When the stream is either exhausted or closed, then the integrity of the file's data will be checked. This means that if the file is corrupt, an exception will be thrown only after you have finished reading from the stream. If you wish to make sure the data is valid before you read from the file, call the verify method.

class ZipEntry
open
()

Meta