org.das2.qds.util.AsciiParser.DelimParser

DelimParser splits the line on a regex (like "," or "\\s+") to create the fields. Trailing and leading whitespace is ignored.


header


getDelim

getDelim( ) → String

returns the delimiter, which is a regex. Examples include "," "\t", and "\s+"

Returns:

java.lang.String

search for examples view on GitHub view source


setShowException

setShowException( boolean s ) → void

Returns:

void (returns nothing)

search for examples view on GitHub view source


setSkipField

setSkipField( int ifield, boolean skip ) → void

Returns:

void (returns nothing)

search for examples view on GitHub view source