Documentation of 'net.sourceforge.plantuml.code.Compression' Java class
Compression
net.sourceforge.plantuml.code

Interface Compression

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      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.
    • Method Detail

      • compress

        byte[] compress(byte[] in)
        Shrinks the given in array with length len
        Returns:
        a newly created array with the compressed data.
      • decompress

        byte[] decompress(byte[] in)
                   throws java.io.IOException
        Grows the given in array with length len compressed with the shrink method.
        Returns:
        a newly created array with the expanded data.
        Throws:
        java.io.IOException

DataMelt 3.0 © DataMelt by jWork.ORG

Ads help maintain this website.