Module io.netty5.buffer
Package io.netty5.buffer.internal
Interface InternalBufferUtils.UncheckedLoadByte
-
- Enclosing interface:
- InternalBufferUtils
public static interface InternalBufferUtils.UncheckedLoadByte
This interface provides the fastest possible offsetted byte-access to a buffer. Used byInternalBufferUtils.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)
-
-