类 GZipUtil


  • public class GZipUtil
    extends Object
    解压缩工具类
    作者:
    alum 20160827
    • 构造器详细资料

      • GZipUtil

        public GZipUtil()
    • 方法详细资料

      • gzip

        public byte[] gzip​(GZipUtil.GZip zip,
                           byte[] in)
        参数:
        zip -
        in -
        返回:
      • ungzip

        public byte[] ungzip​(GZipUtil.GZip zip,
                             byte[] in)
        参数:
        zip -
        in -
        返回:
      • ungzip

        public io.netty.buffer.ByteBuf ungzip​(GZipUtil.GZip gZip,
                                              io.netty.buffer.ByteBuf in)
        Proto对象GZip解压
        参数:
        in -
        返回: