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, whitespaceChars
Fields inherited from class us.irdev.bedrock.bag.formats.FormatReader
input
-
Constructor Summary
ModifierConstructorDescriptionprotected
FormatReaderDelimited
(String input, char delimiter, char comment) -
Method Summary
Modifier and TypeMethodDescriptionstatic FormatReaderDelimited
formatReaderCSV
(String input) static FormatReaderDelimited
formatReaderTabDelimited
(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, require
Methods 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:
readBagArray
in interfaceArrayFormatReader
-