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, readBuf| Constructor and Description |
|---|
TarBzInputStream(java.io.InputStream is) |
TarBzInputStream(java.io.InputStream is,
int blockSize) |
TarBzInputStream(java.io.InputStream is,
int blockSize,
int recordSize) |
available, close, copyEntryContents, getEntryPosition, getNextEntry, getRecordSize, getStreamPosition, mark, markSupported, read, read, read, reset, setBufferDebug, setDebug, setEntryFactory, skippublic TarBzInputStream(java.io.InputStream is)
throws java.io.IOException
is - java.io.IOExceptionpublic TarBzInputStream(java.io.InputStream is,
int blockSize)
throws java.io.IOException
is - blockSize - java.io.IOExceptionpublic TarBzInputStream(java.io.InputStream is,
int blockSize,
int recordSize)
throws java.io.IOException
is - blockSize - recordSize - java.io.IOException