hunt.net.buffer.ByteProcessor

Undocumented in source.

Members

Classes

IndexNotOfProcessor
class IndexNotOfProcessor

A {@link ByteProcessor} which finds the first appearance which is not of a specific byte.

IndexOfProcessor
class IndexOfProcessor

A {@link ByteProcessor} which finds the first appearance of a specific byte.

Interfaces

ByteProcessor
interface ByteProcessor

Provides a mechanism to iterate over a collection of bytes.

Meta