| Class and Description |
|---|
| BinaryToTextEncoding.Decoder
Interface for decoding encoded strings
|
| BinaryToTextEncoding.Encoder
Interface for encoding bytes
|
| Bytes
Bytes is wrapper class for an byte-array that allows a lot of convenience operations on it:
Creation from various source: arrays, primitives, parsed or random
Encoding in many formats: hex, base64, etc.
Helper functions like: indexOf, count, entropy
Transformations like: append, reverse, xor, and, resize, ...
Conversation to other types: primitives, List, object array, ByteBuffer, BigInteger, ...
Making it mutable
|
| BytesTransformer
Interface for transforming
Bytes |
| MutableBytes
Mutable version of
Bytes. |
Copyright © 2017. All rights reserved.