Class LZW

  • All Implemented Interfaces:
    Compression

    public class LZW
    extends java.lang.Object
    implements Compression
    Since:
    MicroStrategy Web 8.1.1
    • Constructor Summary

      Constructors 
      Constructor Description
      LZW()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] compress​(byte[] arr)  
      void decompress​(byte[] in, java.io.OutputStream os)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LZW

        public LZW()
    • Method Detail

      • compress

        public byte[] compress​(byte[] arr)
                        throws java.io.IOException
        Specified by:
        compress in interface Compression
        Throws:
        java.io.IOException
      • decompress

        public void decompress​(byte[] in,
                               java.io.OutputStream os)
                        throws java.io.IOException
        Specified by:
        decompress in interface Compression
        Throws:
        java.io.IOException