public interface BytesValidator
| Modifier and Type | Interface and Description |
|---|---|
static class |
BytesValidator.IdenticalContent
Checks if a byte array contains only the same value
|
static class |
BytesValidator.Length
Validates for specific array length
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
validate(byte[] byteArrayToValidate)
Validates given byte array
|
Copyright © 2017. All rights reserved.