Package io.airlift.slice
Class UnsafeSlice
- java.lang.Object
-
- io.airlift.slice.UnsafeSlice
-
public final class UnsafeSlice extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static bytegetByteUnchecked(Slice slice, int index)static intgetIntUnchecked(Slice slice, int index)static longgetLongUnchecked(Slice slice, int index)static shortgetShortUnchecked(Slice slice, int index)
-
-
-
Method Detail
-
getByteUnchecked
public static byte getByteUnchecked(Slice slice, int index)
-
getShortUnchecked
public static short getShortUnchecked(Slice slice, int index)
-
getIntUnchecked
public static int getIntUnchecked(Slice slice, int index)
-
getLongUnchecked
public static long getLongUnchecked(Slice slice, int index)
-
-