Package one.tranic.t.utils.compress
Class BrotliCompress
java.lang.Object
one.tranic.t.utils.compress.BrotliCompress
- All Implemented Interfaces:
ICompress
-
Field Summary
Fields inherited from interface one.tranic.t.utils.compress.ICompress
BUFFER_SIZE -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcheckDependencyPresent(String operation) static ICompressMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface one.tranic.t.utils.compress.ICompress
compress, decompress
-
Method Details
-
getInstance
-
checkDependencyPresent
- Throws:
IOException
-
createDecompressStream
- Specified by:
createDecompressStreamin interfaceICompress- Throws:
IOException
-
createCompressStream
- Specified by:
createCompressStreamin interfaceICompress- Throws:
IOException
-
getFileExtension
- Specified by:
getFileExtensionin interfaceICompress
-