public interface Compression
Modifier and Type | Method and Description |
---|---|
byte[] |
compress(byte[] in)
Shrinks the given
in array with length len |
ByteArray |
decompress(byte[] in)
Grows the given
in array with length len compressed
with the shrink method. |
byte[] compress(byte[] in)
in
array with length len
ByteArray decompress(byte[] in) throws NoPlantumlCompressionException
in
array with length len
compressed
with the shrink
method.NoPlantumlCompressionException
Copyright © 2020. All Rights Reserved.