Class BinaryIntrinsics

java.lang.Object
org.infinispan.server.memcached.binary.BinaryIntrinsics

public class BinaryIntrinsics extends Object
  • 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)
    • opCode

      public static BinaryCommand opCode(io.netty.buffer.ByteBuf b)