Library bytes

To use this library in your code:

import bytes
Utilities to build and use binary data.
The Buffer class can be used to build up binary data. The collected data is then returned in a byte array.
The Reader class makes a byte array readable, by providing a read method.

Interfaces

Producer that can produce a fixed size payload of data, on demand.

Classes

A buffer that can be used to build byte data.

A consumer of data.

A consumer that counts the number of written bytes.

A Producer backed by a byte array.

A reader to make byte arrays readable.