Java org.apache.commons.compress.archivers.zip ZipArchiveInputStream fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.compress.archivers.zip ZipArchiveInputStream fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.compress.archivers.zip ZipArchiveInputStream.

The text is from its open source code.

Constructor

Method

booleancanReadEntryData(ArchiveEntry ae)
Whether this class is able to read the given entry.
voidclose()
ArchiveEntrygetNextEntry()
ZipArchiveEntrygetNextZipEntry()
booleanmatches(byte[] signature, int length)
Checks if the signature matches what is expected for a zip file.
intread(byte[] buffer, int start, int length)
intread(byte b[])
Reads some number of bytes from the input stream and stores them into the buffer array b.
longskip(long value)
Skips over and discards value bytes of data from this input stream.