Package | Description |
---|---|
net.sourceforge.plantuml.code |
Modifier and Type | Method and Description |
---|---|
ByteArray |
CompressionZopfliZlib.decompress(byte[] in) |
ByteArray |
CompressionZlibPure.decompress(byte[] in) |
ByteArray |
CompressionZlib.decompress(byte[] in) |
ByteArray |
CompressionNone.decompress(byte[] in) |
ByteArray |
CompressionHuffman.decompress(byte[] in) |
ByteArray |
CompressionBrotli.decompress(byte[] in) |
ByteArray |
Compression.decompress(byte[] in)
Grows the given
in array with length len compressed
with the shrink method. |
static ByteArray |
ByteArray.from(byte[] input) |
Copyright © 2020. All Rights Reserved.