Package net.sourceforge.plantuml.code
Class CompressionZlibAttic
- java.lang.Object
-
- net.sourceforge.plantuml.code.CompressionZlibAttic
-
- All Implemented Interfaces:
Compression
@Deprecated public class CompressionZlibAttic extends Object implements Compression
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description CompressionZlibAttic()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description byte[]compress(byte[] in)Deprecated.Shrinks the giveninarray with lengthlenByteArraydecompress(byte[] in)Deprecated.Grows the giveninarray with lengthlencompressed with theshrinkmethod.
-
-
-
Method Detail
-
compress
public byte[] compress(byte[] in)
Deprecated.Description copied from interface:CompressionShrinks the giveninarray with lengthlen- Specified by:
compressin interfaceCompression- Returns:
- a newly created array with the compressed data.
-
decompress
public ByteArray decompress(byte[] in) throws NoPlantumlCompressionException
Deprecated.Description copied from interface:CompressionGrows the giveninarray with lengthlencompressed with theshrinkmethod.- Specified by:
decompressin interfaceCompression- Returns:
- a newly created array with the expanded data.
- Throws:
NoPlantumlCompressionException
-
-