| Modifier and Type | Class and Description |
|---|---|
static class |
BytesTransformer.BitSwitchTransformer
Switches bits on specific position of an array
|
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.CopyTransformer
Creates a new instance with a copy of the internal byte array and all other attributes.
|
static class |
BytesTransformer.NegateTransformer
Simple transformer for bitwise unary negation on
Bytes instances |
static class |
BytesTransformer.ResizeTransformer
Copies the specified array, truncating or padding with zeros (if necessary)
so the copy has the specified length.
|
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.