Class Intrinsics


  • public class Intrinsics
    extends Object
    • Constructor Detail

      • Intrinsics

        public Intrinsics()
    • Method Detail

      • vInt

        public static int vInt​(io.netty.buffer.ByteBuf buf)
      • signedVInt

        public static int signedVInt​(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)
      • bool

        public static boolean bool​(io.netty.buffer.ByteBuf buffer)
      • array

        public static byte[] array​(io.netty.buffer.ByteBuf buf)
      • fixedArray

        public static byte[] fixedArray​(io.netty.buffer.ByteBuf buf,
                                        int length)
      • string

        public static String string​(io.netty.buffer.ByteBuf buf)
      • optionalArray

        public static byte[] optionalArray​(io.netty.buffer.ByteBuf buf)
      • optionalString

        public static String optionalString​(io.netty.buffer.ByteBuf buf)
      • readable

        public static io.netty.buffer.ByteBuf readable​(io.netty.buffer.ByteBuf buf,
                                                       int length)