| Interface | Description |
|---|---|
| Bytes |
This interface provides an abstract view for a primitive byte
arrays (
byte[]). |
| Class | Description |
|---|---|
| AnnotationUtils |
Different annotation helpers.
|
| BytesByteBuf | |
| BytesInputStream |
A
BytesInputStream contains
an internal buffer that contains bytes that
may be read from the stream. |
| BytesOutputStream |
This class implements an output stream in which the data is
written into a Bytes.
|
| BytesPool |
The customisable
Bytes pool. |
| BytesSliceBuilder | |
| BytesUtils |
Different methods for working with bytes.
|
| ExceptionUtils |
Different exception helpers.
|
| HexUtil |
The set of different HEX helper funtions.
|
| LimitedQueue<T> |
Just a regular
LinkedList, but with limited capacity. |
| ReadBytesUtils |
The helper methods for reading different streams/channels/files to buffers.
|
| ReflectionUtils |
Different reflection helpers.
|
| ResourceUtils |
The set of helper methods for working with classpath resources.
|
| RoundRobin<T> |
Round robin collection wrapper.
|
| SerializationUtils |
Different serialization helpers.
|
| SocketUtils |
The utility class for working with TCP connections.
|
| WriteBytesUtils |
The helper methods for writing the data to different streams/channels/files.
|
| Enum | Description |
|---|---|
| SizeUnit |
A
SizeUnit represents digital information size at a given
unit of granularity and provides utility methods to convert across
the units. |
Copyright © 2019–2020 Appulse. All rights reserved.