public interface BytesTransformer
Bytes| Modifier and Type | Interface 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 |
transform(Bytes victim,
boolean inPlace)
Transform given victim in place, overwriting its internal byte array
|
Bytes transform(Bytes victim, boolean inPlace)
victim - to preform the transformation oninPlace - perform the operations directly on the victim's byte array to omit copying of the internal arrayCopyright © 2017. All rights reserved.