Package | Description |
---|---|
org.jboss.shrinkwrap.impl.base.importer.tar | |
org.jboss.shrinkwrap.impl.base.io.tar |
Modifier and Type | Class and Description |
---|---|
(package private) class |
TarImporterBase<S extends TarInputStream,I extends StreamImporter<I>>
Base of implementations used to import existing TAR files/streams into the given
Archive |
Modifier and Type | Method and Description |
---|---|
(package private) TarInputStream |
TarImporterImpl.getInputStreamForRawStream(java.io.InputStream in)
Obtains the correct
InputStream wrapper type for the specified raw data input |
Modifier and Type | Class and Description |
---|---|
class |
TarBzInputStream
The
TarBzInputStream reads a UNIX TAR archive, further encoded in BZIP compresssion, as an InputStream. |
class |
TarGzInputStream
The
TarGzInputStream reads a UNIX TAR archive, further encoded in GZIP compresssion, as an InputStream. |
Modifier and Type | Field and Description |
---|---|
protected TarInputStream |
TarArchive.tarIn |