Uses of Interface
io.netty5.buffer.ByteCursor
-
Packages that use ByteCursor Package Description io.netty5.buffer Abstraction of a byte buffer - the fundamental data structure to represent a low-level binary and text message. -
-
Uses of ByteCursor in io.netty5.buffer
Methods in io.netty5.buffer that return ByteCursor Modifier and Type Method Description ByteCursor
Buffer. openCursor()
Opens a cursor to iterate the readable bytes of this buffer.ByteCursor
Buffer. openCursor(int fromOffset, int length)
Opens a cursor to iterate the given number bytes of this buffer, starting at the given offset.ByteCursor
BufferComponent. openCursor()
Open a cursor to iterate the readable bytes of this component.ByteCursor
BufferStub. openCursor()
ByteCursor
BufferStub. openCursor(int fromOffset, int length)
default ByteCursor
Buffer. openReverseCursor()
Opens a cursor to iterate the readable bytes of this buffer, in reverse.ByteCursor
Buffer. openReverseCursor(int fromOffset, int length)
Opens a cursor to iterate the given number bytes of this buffer, in reverse, starting at the given offset.ByteCursor
BufferStub. openReverseCursor()
ByteCursor
BufferStub. openReverseCursor(int fromOffset, int length)
-