Uses of Class
adams.core.io.TarUtils.Compression
-
Packages that use TarUtils.Compression Package Description adams.core.io -
-
Uses of TarUtils.Compression in adams.core.io
Fields in adams.core.io declared as TarUtils.Compression Modifier and Type Field Description protected TarUtils.Compression
TarArchiveManager. m_Compression
the compression to use.Methods in adams.core.io that return TarUtils.Compression Modifier and Type Method Description static TarUtils.Compression
TarUtils. determineCompression(File archive)
Determines the compression based on the file extension.static TarUtils.Compression
TarUtils. determineCompression(File archive, boolean strict)
Determines the compression based on the file extension.static TarUtils.Compression
TarUtils. determineCompression(String archive)
Determines the compression based on the file extension.static TarUtils.Compression
TarUtils. determineCompression(String archive, boolean strict)
Determines the compression based on the file extension.TarUtils.Compression
TarArchiveManager. getCompression()
Returns the compression to use.static TarUtils.Compression
TarUtils.Compression. valueOf(String name)
Returns the enum constant of this type with the specified name.static TarUtils.Compression[]
TarUtils.Compression. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.core.io with parameters of type TarUtils.Compression Modifier and Type Method Description static org.apache.commons.compress.archivers.tar.TarArchiveInputStream
TarUtils. openArchiveForReading(FileInputStream stream, TarUtils.Compression comp)
Returns an input stream for the specified tar archive.static org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
TarUtils. openArchiveForWriting(FileOutputStream stream, TarUtils.Compression comp)
Returns an output stream for the specified tar archive.void
TarArchiveManager. setCompression(TarUtils.Compression value)
Sets the compression to use.
-