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.CompressionTarArchiveManager. m_Compressionthe compression to use.Methods in adams.core.io that return TarUtils.Compression Modifier and Type Method Description static TarUtils.CompressionTarUtils. determineCompression(File archive)Determines the compression based on the file extension.static TarUtils.CompressionTarUtils. determineCompression(File archive, boolean strict)Determines the compression based on the file extension.static TarUtils.CompressionTarUtils. determineCompression(String archive)Determines the compression based on the file extension.static TarUtils.CompressionTarUtils. determineCompression(String archive, boolean strict)Determines the compression based on the file extension.TarUtils.CompressionTarArchiveManager. getCompression()Returns the compression to use.static TarUtils.CompressionTarUtils.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.TarArchiveInputStreamTarUtils. openArchiveForReading(FileInputStream stream, TarUtils.Compression comp)Returns an input stream for the specified tar archive.static org.apache.commons.compress.archivers.tar.TarArchiveOutputStreamTarUtils. openArchiveForWriting(FileOutputStream stream, TarUtils.Compression comp)Returns an output stream for the specified tar archive.voidTarArchiveManager. setCompression(TarUtils.Compression value)Sets the compression to use.
-