public class TarBzStripper extends TarStripper
| Constructor and Description |
|---|
TarBzStripper(LocalDateTime reproducibleDateTime)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.commons.compress.archivers.tar.TarArchiveInputStream |
createInputStream(File in)
Factory that create a new instance of tar input stream, for allow extension for different file compression
format.
|
protected org.apache.commons.compress.archivers.tar.TarArchiveOutputStream |
createOutputStream(File out)
Factory that create a new instance of tar output stream, for allow extension for different file compression
format.
|
strippublic TarBzStripper(LocalDateTime reproducibleDateTime)
reproducibleDateTime - the date/time to use in TAR entries.protected org.apache.commons.compress.archivers.tar.TarArchiveInputStream createInputStream(File in) throws FileNotFoundException, IOException
TarStrippercreateInputStream in class TarStripperin - the input file.FileNotFoundException - if the file as parameter is not foundIOException - if there are error reading the file given as parameterprotected org.apache.commons.compress.archivers.tar.TarArchiveOutputStream createOutputStream(File out) throws FileNotFoundException, IOException
TarStrippercreateOutputStream in class TarStripperout - the output file.FileNotFoundException - if the file as parameter is not foundIOException - if there are error reading the file given as parameterCopyright © 2015–1970. All rights reserved.