public class ExtendedByteBufJava extends Object
ByteBuf
Modifier and Type | Method and Description |
---|---|
static byte[] |
readMaybeRangedBytes(io.netty.buffer.ByteBuf bf) |
static byte[] |
readMaybeRangedBytes(io.netty.buffer.ByteBuf bf,
int length) |
static int |
readMaybeVInt(io.netty.buffer.ByteBuf buf) |
static long |
readMaybeVLong(io.netty.buffer.ByteBuf buf) |
static long |
readUnsignedMaybeLong(io.netty.buffer.ByteBuf buf) |
public static long readUnsignedMaybeLong(io.netty.buffer.ByteBuf buf)
public static long readMaybeVLong(io.netty.buffer.ByteBuf buf)
public static int readMaybeVInt(io.netty.buffer.ByteBuf buf)
public static byte[] readMaybeRangedBytes(io.netty.buffer.ByteBuf bf)
public static byte[] readMaybeRangedBytes(io.netty.buffer.ByteBuf bf, int length)
Copyright © 2023 JBoss, a division of Red Hat. All rights reserved.