| Modifier and Type | Method and Description |
|---|---|
static BytesTransformer.ResizeTransformer.Mode |
BytesTransformer.ResizeTransformer.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BytesTransformer.ResizeTransformer.Mode[] |
BytesTransformer.ResizeTransformer.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Bytes |
Bytes.resize(int newByteLength,
BytesTransformer.ResizeTransformer.Mode mode)
Copies the specified array, truncating or padding with zeros (if necessary)
so the copy has the specified length.
|
Copyright © 2017–2019. All rights reserved.