-
- Enclosing interface:
- Statics
public static interface Statics.UncheckedLoadByte
This interface provides the fastest possible offsetted byte-access to a buffer. Used byStatics.bytesBefore(Buffer, UncheckedLoadByte, Buffer, UncheckedLoadByte)
to access memory faster.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte
load(Buffer buffer, int offset)
-
-
-
Method Detail
-
load
byte load(Buffer buffer, int offset)
-
-