| Modifier and Type | Class and Description |
|---|---|
static class |
BytesTransformer.BitWiseOperatorTransformer
Simple transformer for bitwise operations on
Bytes instances |
static class |
BytesTransformer.ConcatTransformer
Simple transformer for bitwise operations on
Bytes instances |
static class |
BytesTransformer.NegateTransformer
Simple transformer for bitwise unary negation on
Bytes instances |
static class |
BytesTransformer.ReverseTransformer
Reverses the internal byte array
|
static class |
BytesTransformer.ShiftTransformer
Simple transformer for bit shifting
Bytes instances |
static class |
BytesTransformer.ShuffleTransformer
Shuffles the internal byte array
|
static class |
BytesTransformer.SortTransformer
Sorts the internal byte array with given
Comparator |
| Modifier and Type | Method and Description |
|---|---|
Bytes |
Bytes.transform(BytesTransformer transformer)
Generic transformation of this instance.
|
Copyright © 2017. All rights reserved.