Java org.apache.commons.compress.archivers.ar ArArchiveInputStream fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

ArArchiveInputStream(final InputStream pInput)
Constructs an Ar input stream with the referenced stream

Method

voidclose()
ArArchiveEntrygetNextArEntry()
Returns the next AR entry in this stream.
booleanmatches(byte[] signature, int length)
Checks if the signature matches ASCII "!" followed by a single LF control character
intread(byte b[])
Reads some number of bytes from the input stream and stores them into the buffer array b.
intread()
Reads a byte of data.