| Modifier and Type | Class and Description |
|---|---|
class |
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, ...
Validation: built-in or provided
Making it mutable or read-only
|
class |
MutableBytes
Mutable version of
Bytes. |
class |
ReadOnlyBytes |
Copyright © 2017. All rights reserved.