IndexNotOfProcessor

cc.otavia.buffer.ByteProcessor.IndexNotOfProcessor
class IndexNotOfProcessor(byteToFind: Byte) extends ByteProcessor

A ByteProcessor which finds the first appearance which is not of a specific byte.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override 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.

Definition Classes