Class VLong

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

public class VLong extends 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 Details Link icon

    • VLong Link icon

      public VLong()
  • Method Details Link icon

    • write Link icon

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

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