public final class ByteArraySizeHashPrinter extends Object
Constructor and Description |
---|
ByteArraySizeHashPrinter(byte[] bytes) |
Modifier and Type | Method and Description |
---|---|
static ByteArraySizeHashPrinter |
of(byte[] bytes)
Returns ByteArraySizeHashPrinter wrapping given byte[].
|
static ByteArraySizeHashPrinter |
orNull(byte[] bytes)
Returns ByteArraySizeHashPrinter wrapping given byte[].
|
String |
toString() |
public static ByteArraySizeHashPrinter of(byte[] bytes)
bytes
- bytes to wrap aroundpublic static ByteArraySizeHashPrinter orNull(byte[] bytes)
bytes
- bytes to wrap aroundbytes == null
, ByteArraySizeHashPrinter otherwise