public class BytesValidators extends Object
BytesValidators| Modifier and Type | Method and Description |
|---|---|
static BytesValidator |
exactLength(int value) |
static BytesValidator |
longerThan(int value)
Checks the length of a byte array
|
static BytesValidator |
onlyOf(byte value) |
static BytesValidator |
shorterThan(int value) |
public static BytesValidator longerThan(int value)
value - to check againstpublic static BytesValidator shorterThan(int value)
public static BytesValidator exactLength(int value)
public static BytesValidator onlyOf(byte value)
Copyright © 2017. All rights reserved.