Class BinaryIntrinsics
java.lang.Object
org.infinispan.server.memcached.binary.BinaryIntrinsics
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic bytebyte_(io.netty.buffer.ByteBuf b) static byte[]fixedArray(io.netty.buffer.ByteBuf b, int length, int maxArrayLength) static intint_(io.netty.buffer.ByteBuf b) static longlong_(io.netty.buffer.ByteBuf b) static BinaryCommandopCode(io.netty.buffer.ByteBuf b) static shortshort_(io.netty.buffer.ByteBuf b)
-
Constructor Details
-
BinaryIntrinsics
public BinaryIntrinsics()
-
-
Method Details
-
int_
public static int int_(io.netty.buffer.ByteBuf b) -
long_
public static long long_(io.netty.buffer.ByteBuf b) -
byte_
public static byte byte_(io.netty.buffer.ByteBuf b) -
short_
public static short short_(io.netty.buffer.ByteBuf b) -
fixedArray
public static byte[] fixedArray(io.netty.buffer.ByteBuf b, int length, int maxArrayLength) -
opCode
-