| Interface | Description |
|---|---|
| BytesTransformer |
Interface for transforming
Bytes |
| ByteToTextEncoding.Decoder | |
| ByteToTextEncoding.Encoder |
| Class | Description |
|---|---|
| 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.
|
| BytesTransformer.BitWiseOperatorTransformer |
Simple transformer for bitwise operations on
Bytes instances |
| BytesTransformer.ConcatTransformer |
Simple transformer for bitwise operations on
Bytes instances |
| BytesTransformer.NegateTransformer |
Simple transformer for bitwise unary negation on
Bytes instances |
| BytesTransformer.ReverseTransformer |
Reverses the internal byte array
|
| BytesTransformer.ShiftTransformer |
Simple transformer for bit shifting
Bytes instances |
| BytesTransformer.ShuffleTransformer |
Shuffles the internal byte array
|
| BytesTransformer.SortTransformer |
Sorts the internal byte array with given
Comparator |
| ByteToTextEncoding | |
| ByteToTextEncoding.Base64Encoding | |
| ByteToTextEncoding.BaseRadix | |
| ByteToTextEncoding.Hex | |
| MutableBytes |
Mutable version of
Bytes. |
Copyright © 2017. All rights reserved.