Class Intrinsics
java.lang.Object
org.infinispan.hotrod.impl.transport.netty.Intrinsics
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]array(io.netty.buffer.ByteBuf buf) static bytebyte_(io.netty.buffer.ByteBuf buffer) static longlong_(io.netty.buffer.ByteBuf buf) static Stringstring(io.netty.buffer.ByteBuf buf) static shortuByte(io.netty.buffer.ByteBuf buffer) static intuShort(io.netty.buffer.ByteBuf buf) static intvInt(io.netty.buffer.ByteBuf buf) static longvLong(io.netty.buffer.ByteBuf buf) static shortvShort(io.netty.buffer.ByteBuf buffer)
-
Constructor Details
-
Intrinsics
public Intrinsics()
-
-
Method Details
-
vInt
public static int vInt(io.netty.buffer.ByteBuf buf) -
vLong
public static long vLong(io.netty.buffer.ByteBuf buf) -
long_
public static long long_(io.netty.buffer.ByteBuf buf) -
byte_
public static byte byte_(io.netty.buffer.ByteBuf buffer) -
uByte
public static short uByte(io.netty.buffer.ByteBuf buffer) -
vShort
public static short vShort(io.netty.buffer.ByteBuf buffer) -
uShort
public static int uShort(io.netty.buffer.ByteBuf buf) -
array
public static byte[] array(io.netty.buffer.ByteBuf buf) -
string
-