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