Package org.cdlib.mrt.utility
Class ArchiveBuilderBase.TarGZ
java.lang.Object
org.cdlib.mrt.utility.ArchiveBuilderBase
org.cdlib.mrt.utility.ArchiveBuilderBase.Tar
org.cdlib.mrt.utility.ArchiveBuilderBase.TarGZ
- Enclosing class:
- ArchiveBuilderBase
Tar-gunzip archive - with call backs specific to Tar
-
Nested Class Summary
Nested classes/interfaces inherited from class org.cdlib.mrt.utility.ArchiveBuilderBase
ArchiveBuilderBase.ArchiveType, ArchiveBuilderBase.Tar, ArchiveBuilderBase.TarGZ, ArchiveBuilderBase.Zip
-
Field Summary
Fields inherited from class org.cdlib.mrt.utility.ArchiveBuilderBase.Tar
tarOutputStream
Fields inherited from class org.cdlib.mrt.utility.ArchiveBuilderBase
archiveType, BUFSIZE, buildFileCnt, buildTimeMs, compressZip, DEBUG, deleteFileAfterCopy, fromDir, includeBase, logger, MESSAGE, NAME, outputStream, toArchive
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
setOutputStream
(OutputStream baseOutputStream) Call back routine for setting archive output stream type: tar, tar.gz, zipMethods inherited from class org.cdlib.mrt.utility.ArchiveBuilderBase.Tar
addItemFile, closeArchive
Methods inherited from class org.cdlib.mrt.utility.ArchiveBuilderBase
addFiles, buildArchive, getArchiveBuilderBase, getArchiveBuilderBase, getBuildFileCnt, getBuildTimeMs, getCRC, getDecimal, getEntryName, isDeleteFileAfterCopy, main, setCompressZip, setDeleteFileAfterCopy, setEntry
-
Constructor Details
-
TarGZ
- Throws:
TException
-
TarGZ
- Throws:
TException
-
-
Method Details
-
setOutputStream
Description copied from class:ArchiveBuilderBase
Call back routine for setting archive output stream type: tar, tar.gz, zip- Overrides:
setOutputStream
in classArchiveBuilderBase.Tar
- Throws:
TException
-