| Interface | Description |
|---|---|
| Buffer |
Yet another buffer class!
Kind of the same as the awesome classes in netty.io but currently the buffer
classes in netty are a little too tied into the rest of the netty stack.
|
| Class | Description |
|---|---|
| AbstractBuffer | |
| BaseBuffer |
Abstract abstract buffer :-)
|
| BoundedInputStreamBuffer | |
| Buffers | |
| ByteBuffer |
A buffer directly backed by a byte-array
|
| EmptyBuffer |
Represents an empty buffer.
|
| InputStreamBuffer |
| Exception | Description |
|---|---|
| BufferException |
Base class for all exceptions thrown by a buffer
|
| BufferOutOfBoundsException | |
| ByteNotFoundException |
Exception for readUntil-methods and the like
|
| WriteNotSupportedException |
Copyright © 2021. All Rights Reserved.