Java org.apache.commons.compress.archivers.jar JarArchiveInputStream fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidclose()
JarArchiveEntrygetNextJarEntry()
booleanmatches(byte[] signature, int length)
Checks if the signature matches what is expected for a jar file (in this case it is the same as 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.