|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.plantuml.code.CompressionZlib
public class CompressionZlib
Constructor Summary | |
---|---|
CompressionZlib()
|
Method Summary | |
---|---|
byte[] |
compress(byte[] in)
Shrinks the given in array with length len |
byte[] |
decompress(byte[] in)
Grows the given in array with length len
compressed with the shrink method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompressionZlib()
Method Detail |
---|
public byte[] compress(byte[] in)
Compression
in
array with length len
compress
in interface Compression
public byte[] decompress(byte[] in) throws java.io.IOException
Compression
in
array with length len
compressed with the shrink
method.
decompress
in interface Compression
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |