public class VarInts extends Object
| Constructor and Description |
|---|
VarInts() |
| 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 integer) |
static void |
writeLong(io.netty.buffer.ByteBuf buffer,
long longInteger) |
static void |
writeUnsignedInt(io.netty.buffer.ByteBuf buffer,
long integer) |
static void |
writeUnsignedLong(io.netty.buffer.ByteBuf buffer,
long longInteger) |
public static void writeInt(io.netty.buffer.ByteBuf buffer,
int integer)
public static int readInt(io.netty.buffer.ByteBuf buffer)
public static void writeUnsignedInt(io.netty.buffer.ByteBuf buffer,
long integer)
public static int readUnsignedInt(io.netty.buffer.ByteBuf buffer)
public static void writeLong(io.netty.buffer.ByteBuf buffer,
long longInteger)
public static long readLong(io.netty.buffer.ByteBuf buffer)
public static void writeUnsignedLong(io.netty.buffer.ByteBuf buffer,
long longInteger)
public static long readUnsignedLong(io.netty.buffer.ByteBuf buffer)
Copyright © 2018–2019. All rights reserved.