Uses of Interface
io.netty5.buffer.internal.InternalBufferUtils.UncheckedLoadByte
-
Packages that use InternalBufferUtils.UncheckedLoadByte Package Description io.netty5.buffer.internal Internal implementation details that can be shared among Buffer implementations. -
-
Uses of InternalBufferUtils.UncheckedLoadByte in io.netty5.buffer.internal
Fields in io.netty5.buffer.internal declared as InternalBufferUtils.UncheckedLoadByte Modifier and Type Field Description static InternalBufferUtils.UncheckedLoadByte
InternalBufferUtils. UNCHECKED_LOAD_BYTE_BUFFER
Methods in io.netty5.buffer.internal with parameters of type InternalBufferUtils.UncheckedLoadByte Modifier and Type Method Description static int
InternalBufferUtils. bytesBefore(Buffer haystack, InternalBufferUtils.UncheckedLoadByte hl, Buffer needle, InternalBufferUtils.UncheckedLoadByte nl)
-