Class VLong


  • public class VLong
    extends java.lang.Object
    Reads and writes unsigned variable length long values. Even though it's deprecated, do not remove from source code for the moment because it's a good scala example and could be used as reference.
    Since:
    4.1
    Author:
    Galder ZamarreƱo
    • Constructor Summary

      Constructors 
      Constructor Description
      VLong()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static long read​(io.netty.buffer.ByteBuf in)  
      static void write​(io.netty.buffer.ByteBuf out, long i)  
      • Methods inherited from class java.lang.Object

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

      • VLong

        public VLong()
    • Method Detail

      • write

        public static void write​(io.netty.buffer.ByteBuf out,
                                 long i)
      • read

        public static long read​(io.netty.buffer.ByteBuf in)