Uses of Interface
org.apache.bookkeeper.util.ByteBufVisitor.ByteBufVisitorCallback
Packages that use ByteBufVisitor.ByteBufVisitorCallback
-
Uses of ByteBufVisitor.ByteBufVisitorCallback in org.apache.bookkeeper.util
Methods in org.apache.bookkeeper.util with parameters of type ByteBufVisitor.ByteBufVisitorCallbackModifier and TypeMethodDescriptionstatic <T> voidByteBufVisitor.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> voidByteBufVisitor.visitBuffers(io.netty.buffer.ByteBuf buffer, int offset, int length, ByteBufVisitor.ByteBufVisitorCallback<T> callback, T context, int maxDepth)