java.lang.Object
org.infinispan.server.core.transport.VInt

public class VInt extends Object
Reads and writes unsigned variable length integer 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 Details

    • VInt

      public VInt()
  • Method Details

    • write

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

      public static int read(io.netty.buffer.ByteBuf in)