Class Intrinsics

java.lang.Object
org.infinispan.hotrod.impl.transport.netty.Intrinsics

public class Intrinsics extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static byte[]
    array(io.netty.buffer.ByteBuf buf)
     
    static byte
    byte_(io.netty.buffer.ByteBuf buffer)
     
    static long
    long_(io.netty.buffer.ByteBuf buf)
     
    static String
    string(io.netty.buffer.ByteBuf buf)
     
    static short
    uByte(io.netty.buffer.ByteBuf buffer)
     
    static int
    uShort(io.netty.buffer.ByteBuf buf)
     
    static int
    vInt(io.netty.buffer.ByteBuf buf)
     
    static long
    vLong(io.netty.buffer.ByteBuf buf)
     
    static short
    vShort(io.netty.buffer.ByteBuf buffer)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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

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