public class CompressionBrotli extends java.lang.Object implements Compression
Constructor and Description |
---|
CompressionBrotli() |
Modifier and Type | Method and Description |
---|---|
byte[] |
compress(byte[] in)
Shrinks the given
in array with length len |
byte[] |
decompress(byte[] in)
Grows the given
in array with length len
compressed with the shrink method. |
public byte[] compress(byte[] in)
Compression
in
array with length len
compress
in interface Compression
public byte[] decompress(byte[] in) throws java.io.IOException
Compression
in
array with length len
compressed with the shrink
method.decompress
in interface Compression
java.io.IOException
Copyright © 2019. All Rights Reserved.