Class ExtendedByteBufJava
java.lang.Object
org.infinispan.server.core.transport.ExtendedByteBufJava
Utilities to read from a
ByteBuf
- Since:
- 9.0
- Author:
- wburns
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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 String
readString
(io.netty.buffer.ByteBuf bf) static long
readUnsignedMaybeLong
(io.netty.buffer.ByteBuf buf)
-
Method Details
-
readUnsignedMaybeLong
public static long readUnsignedMaybeLong(io.netty.buffer.ByteBuf buf) -
readMaybeVLong
public static long readMaybeVLong(io.netty.buffer.ByteBuf buf) -
readMaybeVInt
public static int readMaybeVInt(io.netty.buffer.ByteBuf buf) -
readString
-
readMaybeRangedBytes
public static byte[] readMaybeRangedBytes(io.netty.buffer.ByteBuf bf) -
readMaybeRangedBytes
public static byte[] readMaybeRangedBytes(io.netty.buffer.ByteBuf bf, int length)
-