public final class VarInts
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static int |
readInt(io.netty.buffer.ByteBuf buffer) |
static long |
readLong(io.netty.buffer.ByteBuf buffer) |
static int |
readUnsignedInt(io.netty.buffer.ByteBuf buffer) |
static long |
readUnsignedLong(io.netty.buffer.ByteBuf buffer) |
static void |
writeInt(io.netty.buffer.ByteBuf buffer,
int value) |
static void |
writeLong(io.netty.buffer.ByteBuf buffer,
long value) |
static void |
writeUnsignedInt(io.netty.buffer.ByteBuf buffer,
int value) |
static void |
writeUnsignedLong(io.netty.buffer.ByteBuf buffer,
long value) |
public static void writeInt(io.netty.buffer.ByteBuf buffer,
int value)
public static int readInt(io.netty.buffer.ByteBuf buffer)
public static void writeUnsignedInt(io.netty.buffer.ByteBuf buffer,
int value)
public static int readUnsignedInt(io.netty.buffer.ByteBuf buffer)
public static void writeLong(io.netty.buffer.ByteBuf buffer,
long value)
public static long readLong(io.netty.buffer.ByteBuf buffer)
public static void writeUnsignedLong(io.netty.buffer.ByteBuf buffer,
long value)
public static long readUnsignedLong(io.netty.buffer.ByteBuf buffer)