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.EntryFactorybuffer, currEntry, debug, eFactory, entryOffset, entrySize, hasHitEOF, oneBuf, readBufin| Constructor and Description |
|---|
TarGzInputStream(InputStream is) |
TarGzInputStream(InputStream is,
int blockSize) |
TarGzInputStream(InputStream is,
int blockSize,
int recordSize) |
available, close, copyEntryContents, getEntryPosition, getNextEntry, getRecordSize, getStreamPosition, mark, markSupported, read, read, read, reset, setBufferDebug, setDebug, setEntryFactory, skippublic TarGzInputStream(InputStream is) throws IOException
is - IOExceptionpublic TarGzInputStream(InputStream is, int blockSize) throws IOException
is - blockSize - IOExceptionpublic TarGzInputStream(InputStream is, int blockSize, int recordSize) throws IOException
is - blockSize - recordSize - IOExceptionCopyright © 2015 JBoss by Red Hat. All rights reserved.