Class FormatReaderDelimited
java.lang.Object
us.irdev.bedrock.bag.formats.FormatReader
us.irdev.bedrock.bag.formats.FormatReaderParsed
us.irdev.bedrock.bag.formats.FormatReaderDelimited
- All Implemented Interfaces:
ArrayFormatReader
-
Field Summary
Fields inherited from class us.irdev.bedrock.bag.formats.FormatReaderParsed
error, index, inputLength, lastLineIndex, lineNumber, NEW_LINE, WHITESPACE_CHARS, whitespaceCharsFields inherited from class us.irdev.bedrock.bag.formats.FormatReader
input -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedFormatReaderDelimited(String input, char delimiter, char comment) -
Method Summary
Modifier and TypeMethodDescriptionstatic FormatReaderDelimitedformatReaderCSV(String input) static FormatReaderDelimitedformatReaderTabDelimited(String input) Methods inherited from class us.irdev.bedrock.bag.formats.FormatReaderParsed
check, consumeUntil, consumeWhile, consumeWhitespace, expect, expect, expect, in, inspectForNewLine, notIn, onReadError, readBareValueUntil, readBareValueWhile, readString, require, require, require, requireMethods inherited from class us.irdev.bedrock.bag.formats.FormatReader
readBagArray, readBagObject, register, registerFormatReader
-
Constructor Details
-
FormatReaderDelimited
public FormatReaderDelimited() -
FormatReaderDelimited
-
-
Method Details
-
formatReaderCSV
-
formatReaderTabDelimited
-
readBagArray
- Specified by:
readBagArrayin interfaceArrayFormatReader
-