Uses of Enum Class
com.github.hypfvieh.util.CompressionUtil.CompressionMethod
Packages that use CompressionUtil.CompressionMethod
-
Uses of CompressionUtil.CompressionMethod in com.github.hypfvieh.util
Methods in com.github.hypfvieh.util that return CompressionUtil.CompressionMethodModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static CompressionUtil.CompressionMethod[]CompressionUtil.CompressionMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.hypfvieh.util with parameters of type CompressionUtil.CompressionMethodModifier and TypeMethodDescriptionstatic FileCompressionUtil.compress(CompressionUtil.CompressionMethod _method, String _sourceFile, String _outputFileName) Compress a file using the givenCompressionUtil.CompressionMethod.static FileCompressionUtil.decompress(CompressionUtil.CompressionMethod _method, String _compressedFile, String _outputFileName) Extract a file using the givenCompressionUtil.CompressionMethod.