Uses of Interface
io.netty5.buffer.api.ByteCursor
-
Packages that use ByteCursor Package Description io.netty5.buffer.api IncubatingBuffer
API, as a proposed alternative toByteBuf
.io.netty5.buffer.api.adaptor Helpers for integrating with the existingByteBuf
API. -
-
Uses of ByteCursor in io.netty5.buffer.api
Methods in io.netty5.buffer.api 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
BufferStub. openCursor()
ByteCursor
BufferStub. openCursor(int fromOffset, int length)
ByteCursor
ReadableComponent. openCursor()
Open a cursor to iterate the readable bytes of this component.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)
-
Uses of ByteCursor in io.netty5.buffer.api.adaptor
Methods in io.netty5.buffer.api.adaptor that return ByteCursor Modifier and Type Method Description ByteCursor
ByteBufBuffer. openCursor()
ByteCursor
ByteBufBuffer. openCursor(int fromOffset, int length)
ByteCursor
ByteBufBuffer. openReverseCursor(int fromOffset, int length)
-