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
in
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, skip
public TarGzInputStream(InputStream is) throws IOException
is
- IOException
public TarGzInputStream(InputStream is, int blockSize) throws IOException
is
- blockSize
- IOException
public TarGzInputStream(InputStream is, int blockSize, int recordSize) throws IOException
is
- blockSize
- recordSize
- IOException
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.