public final class ByteArraySizeHashPrinter
extends java.lang.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[].
|
java.lang.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 otherwisepublic java.lang.String toString()
toString
in class java.lang.Object