|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
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. |
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.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||