public class ByteInputReader extends ComparableInputReader<Byte,ByteInputReader>
InputReader.ErrorMessagesProvider, InputReader.ParseResult<T>, InputReader.ValueChecker<T>maxVal, minValdefaultValue, equalsFunc, inputMasking, inputTrimming, numberedPossibleValues, parseErrorMessagesProvider, possibleValues, propertyName, textTerminalSupplier, valueCheckers, valueFormatter| Constructor and Description |
|---|
ByteInputReader(Supplier<TextTerminal> textTerminalSupplier) |
| Modifier and Type | Method and Description |
|---|---|
protected InputReader.ParseResult<Byte> |
parse(String s)
Parses the input string
|
protected String |
typeNameWithIndefiniteArticle() |
checkConfiguration, getMinMaxErrorMessage, isInRange, withMaxVal, withMinValgetDefaultErrorMessage, getDefaultErrorMessages, getErrorMessages, isPossibleValue, parseAndCheck, printPrompt, read, read, withDefaultValue, withEqualsFunc, withInputMasking, withInputTrimming, withNumberedPossibleValues, withParseErrorMessagesProvider, withPossibleValues, withPossibleValues, withPropertyName, withValueChecker, withValueFormatterpublic ByteInputReader(Supplier<TextTerminal> textTerminalSupplier)
protected String typeNameWithIndefiniteArticle()
typeNameWithIndefiniteArticle in class ComparableInputReader<Byte,ByteInputReader>protected InputReader.ParseResult<Byte> parse(String s)
InputReaderparse in class InputReader<Byte,ByteInputReader>s - the input stringInputReader.ParseResult that holds the parsed value and/or the error messages, if errors occurred.