Uses of Interface
org.apache.bookkeeper.util.ByteBufVisitor.ByteBufVisitorCallback
-
Packages that use ByteBufVisitor.ByteBufVisitorCallback Package Description org.apache.bookkeeper.util Bookkeeper utilities. -
-
Uses of ByteBufVisitor.ByteBufVisitorCallback in org.apache.bookkeeper.util
Methods in org.apache.bookkeeper.util with parameters of type ByteBufVisitor.ByteBufVisitorCallback Modifier and Type Method Description static <T> void
ByteBufVisitor. visitBuffers(io.netty.buffer.ByteBuf buffer, int offset, int length, ByteBufVisitor.ByteBufVisitorCallback<T> callback, T context)
This method traverses the potential nested composite buffers of the provided buffer, given a specific offset and length.static <T> void
ByteBufVisitor. visitBuffers(io.netty.buffer.ByteBuf buffer, int offset, int length, ByteBufVisitor.ByteBufVisitorCallback<T> callback, T context, int maxDepth)
-