public class TarBzInputStream extends TarInputStream
TarBzInputStream reads a UNIX TAR archive, further encoded in BZIP compresssion, as an InputStream.
Methods are provided to position at each successive entry in the archive, and the read each entry as a normal input
stream using read().TarInputStream.EntryAdapter, TarInputStream.EntryFactorybuffer, currEntry, debug, eFactory, entryOffset, entrySize, hasHitEOF, oneBuf, readBufin| Constructor and Description |
|---|
TarBzInputStream(InputStream is) |
TarBzInputStream(InputStream is,
int blockSize) |
TarBzInputStream(InputStream is,
int blockSize,
int recordSize) |
available, close, copyEntryContents, getEntryPosition, getNextEntry, getRecordSize, getStreamPosition, mark, markSupported, read, read, read, reset, setBufferDebug, setDebug, setEntryFactory, skippublic TarBzInputStream(InputStream is) throws IOException
is - IOExceptionpublic TarBzInputStream(InputStream is, int blockSize) throws IOException
is - blockSize - IOExceptionpublic TarBzInputStream(InputStream is, int blockSize, int recordSize) throws IOException
is - blockSize - recordSize - IOExceptionCopyright © 2015 JBoss by Red Hat. All rights reserved.