Class ICompressor.LZMA2Compress

  • Enclosing interface:
    ICompressor

    public static class ICompressor.LZMA2Compress
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      LZMA2Compress()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static byte[] compress​(byte[] data)  
      static byte[] uncompress​(byte[] data)  
      • Methods inherited from class java.lang.Object

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

      • LZMA2Compress

        public LZMA2Compress()
    • Method Detail

      • compress

        public static byte[] compress​(byte[] data)
                               throws java.io.IOException
        Throws:
        java.io.IOException
      • uncompress

        public static byte[] uncompress​(byte[] data)
                                 throws java.io.IOException
        Throws:
        java.io.IOException