Class BBCompressionUtils


  • public class BBCompressionUtils
    extends java.lang.Object
    Created by IntelliJ IDEA. User: martind Date: Mar 11, 2010 Time: 11:00:57 AM To change this template use File | Settings | File Templates.
    • Method Summary

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

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

      • BBCompressionUtils

        public BBCompressionUtils()
    • Method Detail

      • decompress

        public static byte[] decompress​(byte[] data,
                                        int uncompressBufSize)
      • compress

        public static byte[] compress​(byte[] data,
                                      int compressBufSize)