@Deprecated public class CompressionZlibAttic extends java.lang.Object implements Compression
Constructor and Description |
---|
CompressionZlibAttic()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
compress(byte[] in)
Deprecated.
Shrinks the given
in array with length len |
ByteArray |
decompress(byte[] in)
Deprecated.
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 ByteArray decompress(byte[] in) throws NoPlantumlCompressionException
Compression
in
array with length len
compressed
with the shrink
method.decompress
in interface Compression
NoPlantumlCompressionException