| Interface | Description |
|---|---|
| Byteable<Underlying> |
User: peter.lawrey
Date: 07/10/13
Time: 21:38
|
| Bytes<Underlying> | |
| BytesStore<B extends BytesStore<B,Underlying>,Underlying> |
A reference to some bytes with fixed extents.
|
| ByteStringAppender<B extends ByteStringAppender<B>> | |
| RandomDataInput |
This allows random access to the underling bytes.
|
| RandomDataOutput<R extends RandomDataOutput<R>> | |
| StopCharsTester | |
| StopCharTester | |
| StreamingDataInput<S extends StreamingDataInput<S>> |
This data input has a a position() and a limit()
|
| StreamingDataOutput<S extends StreamingDataOutput<S>> |
Position based access.
|
| Class | Description |
|---|---|
| AbstractBytes<Underlying> | |
| ExpectedBytesStore<B extends BytesStore<B,Underlying>,Underlying> | |
| HeapBytesStore<Underlying> | |
| MappedBytes | |
| MappedBytesStore | |
| MappedFile | |
| NativeBytes<Underlying> | |
| NativeBytesStore<Underlying> | |
| PointerBytesStore | |
| UncheckedBytes<Underlying> |
Fast unchecked version of AbstractBytes
|
| VanillaBytes<Underlying> |
| Enum | Description |
|---|---|
| BytesUtil | |
| NoBytesStore | |
| StopCharTesters |
| Exception | Description |
|---|---|
| ConnectionDroppedException |
thrown when the TcpChannelHub drops its connection to te server
|
| IORuntimeException |
Copyright © 2015. All rights reserved.