Package net.sourceforge.plantuml.code
Class CompressionZlibAttic
java.lang.Object
net.sourceforge.plantuml.code.CompressionZlibAttic
- All Implemented Interfaces:
Compression
Deprecated.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
compress
(byte[] in) Deprecated.Shrinks the givenin
array with lengthlen
decompress
(byte[] in) Deprecated.Grows the givenin
array with lengthlen
compressed with theshrink
method.
-
Constructor Details
-
CompressionZlibAttic
public CompressionZlibAttic()Deprecated.
-
-
Method Details
-
compress
public byte[] compress(byte[] in) Deprecated.Description copied from interface:Compression
Shrinks the givenin
array with lengthlen
- Specified by:
compress
in interfaceCompression
- Returns:
- a newly created array with the compressed data.
-
decompress
Deprecated.Description copied from interface:Compression
Grows the givenin
array with lengthlen
compressed with theshrink
method.- Specified by:
decompress
in interfaceCompression
- Returns:
- a newly created array with the expanded data.
- Throws:
NoPlantumlCompressionException
-