Class Snappy


  • public final class Snappy
    extends java.lang.Object
    Uncompresses an input ByteBuf encoded with Snappy compression into an output ByteBuf.

    See snappy format.

    • Constructor Summary

      Constructors 
      Constructor Description
      Snappy()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void encode​(io.netty.buffer.ByteBuf in, io.netty.buffer.ByteBuf out, int length)  
      • Methods inherited from class java.lang.Object

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

      • Snappy

        public Snappy()
    • Method Detail

      • encode

        public void encode​(io.netty.buffer.ByteBuf in,
                           io.netty.buffer.ByteBuf out,
                           int length)