Package pyrasun.eio.protocols.bytearray

This package contains the bytearray protocol.

See:
          Description

Class Summary
EIOByteArrayEndpoint Central part of the ByteArray protocol, encapsulates non-blocking reading and writing.
EIOByteArrayEndpointFactory Factory for creating ByteArrayEndpoints.
EIOByteArrayReader An EIO READ EIOWorker which reads in byte arrays (byte[]) via a simple protocol.
EIOByteArrayWriter EIOWorker WRITER worker for the bytearray protocol.
 

Package pyrasun.eio.protocols.bytearray Description

This package contains the bytearray protocol. This is a simple protocol designed for pushing bytearrays around, and may be used in blocking or non-blocking mode. The underlying wire protocol is a simple one that uses a magic-number (to make sure it's another bytearray protocol aware thingy at the other end of the connection), a length field, and then a bunch o' bytes after it.

Package Specification

(none)

Related Documentation

Since:
EmberIO Alpha 0.3


Pyrasun EmberIO