Uses of Class
org.rauschig.jarchivelib.CompressionType
-
-
Uses of CompressionType in org.rauschig.jarchivelib
Methods in org.rauschig.jarchivelib that return CompressionType Modifier and Type Method Description static CompressionTypeCompressionType. fromString(java.lang.String compression)Attempts to return theCompressionTypeinstance from a possible given string representation.CompressionTypeFileType. getCompressionType()Returns the compression type corresponding to this file extension if any.static CompressionTypeCompressionType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CompressionType[]CompressionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.rauschig.jarchivelib with parameters of type CompressionType Modifier and Type Method Description static ArchiverArchiverFactory. createArchiver(ArchiveFormat archiveFormat, CompressionType compression)Creates an Archiver for the given archive format that uses compression.static CompressorCompressorFactory. createCompressor(CompressionType compression)Creates a compressor from the given CompressionType.
-