Uses of Class
net.sourceforge.plantuml.code.ByteArray
Packages that use ByteArray
-
Uses of ByteArray in net.sourceforge.plantuml.code
Methods in net.sourceforge.plantuml.code that return ByteArrayModifier and TypeMethodDescriptionCompression.decompress
(byte[] in) Grows the givenin
array with lengthlen
compressed with theshrink
method.CompressionBrotli.decompress
(byte[] in) CompressionGZip.decompress
(byte[] input) CompressionHuffman.decompress
(byte[] in) CompressionNone.decompress
(byte[] in) CompressionZip.decompress
(byte[] input) CompressionZlib.decompress
(byte[] input) CompressionZlibAttic.decompress
(byte[] in) Deprecated.CompressionZopfliZlib.decompress
(byte[] in) static ByteArray
ByteArray.from
(byte[] input)