public class TarGzInputStream extends TarInputStream
TarGzInputStream
reads a UNIX TAR archive, further encoded in GZIP 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.EntryFactory
buffer, currEntry, debug, eFactory, entryOffset, entrySize, hasHitEOF, oneBuf, readBuf
Constructor and Description |
---|
TarGzInputStream(java.io.InputStream is) |
TarGzInputStream(java.io.InputStream is,
int blockSize) |
TarGzInputStream(java.io.InputStream is,
int blockSize,
int recordSize) |
available, close, copyEntryContents, getEntryPosition, getNextEntry, getRecordSize, getStreamPosition, mark, markSupported, read, read, read, reset, setBufferDebug, setDebug, setEntryFactory, skip
public TarGzInputStream(java.io.InputStream is) throws java.io.IOException
is
- java.io.IOException
public TarGzInputStream(java.io.InputStream is, int blockSize) throws java.io.IOException
is
- blockSize
- java.io.IOException
public TarGzInputStream(java.io.InputStream is, int blockSize, int recordSize) throws java.io.IOException
is
- blockSize
- recordSize
- java.io.IOException