ByteProcessor

cc.otavia.buffer.ByteProcessor
See theByteProcessor companion object

Provides a mechanism to iterate over a collection of bytes.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def process(value: Byte): Boolean

Process Buffer

Process Buffer

Attributes

Returns

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