Class TextIntrinsics

java.lang.Object
org.infinispan.server.memcached.text.TextIntrinsics

public class TextIntrinsics extends Object
  • Constructor Details

    • TextIntrinsics

      public TextIntrinsics()
  • Method Details

    • short_

      public static short short_(io.netty.buffer.ByteBuf b)
    • fixedArray

      public static byte[] fixedArray(io.netty.buffer.ByteBuf b, int length)
    • long_number

      public static long long_number(io.netty.buffer.ByteBuf buf, TokenReader reader)
    • int_number

      public static int int_number(io.netty.buffer.ByteBuf buf, TokenReader reader)
    • command

      public static TextCommand command(io.netty.buffer.ByteBuf buf, TokenReader reader)
    • text

      public static byte[] text(io.netty.buffer.ByteBuf buf, TokenReader reader)
    • text_key

      public static byte[] text_key(io.netty.buffer.ByteBuf buf, TokenReader reader)
    • text_list

      public static List<byte[]> text_list(io.netty.buffer.ByteBuf buf, TokenReader reader)
    • text_key_list

      public static List<byte[]> text_key_list(io.netty.buffer.ByteBuf buf, TokenReader reader)
    • eowc

      public static boolean eowc(io.netty.buffer.ByteBuf buf)
    • parseLong

      public static long parseLong(io.netty.buffer.ByteBuf s)
    • parseUnsignedInt

      public static int parseUnsignedInt(io.netty.buffer.ByteBuf s)