public interface RandomStringGenerator
Modifier and Type | Method and Description |
---|---|
int |
getMaxLength() |
int |
getMinLength() |
java.lang.String |
getNewString() |
byte[] |
getNewStringAsBytes()
Gets the new string as bytes.
|
int getMinLength()
int getMaxLength()
java.lang.String getNewString()
byte[] getNewStringAsBytes()