public final class UnsafeSlice extends Object
| Modifier and Type | Method and Description |
|---|---|
static byte |
getByteUnchecked(Slice slice,
int index) |
static int |
getIntUnchecked(Slice slice,
int index) |
static long |
getLongUnchecked(Slice slice,
int index) |
static short |
getShortUnchecked(Slice slice,
int index) |
public static byte getByteUnchecked(Slice slice, int index)
public static short getShortUnchecked(Slice slice, int index)
public static int getIntUnchecked(Slice slice, int index)
public static long getLongUnchecked(Slice slice, int index)
Copyright © 2012-2017. All Rights Reserved.