ByteProcessor.process

@return {@code true} if the processor wants to continue the loop and handle the next byte in the buffer. {@code false} if the processor wants to stop handling bytes and abort the loop.

interface ByteProcessor
bool
process
(
byte value
)

Meta