Package boofcv.io
Class SimpleStringNumberReader
java.lang.Object
boofcv.io.SimpleStringNumberReader
Reads one or more lines of pure numbers while skipping over lines which begin with the
comment character. Intended for use with simple config files.
-
Constructor Details
-
SimpleStringNumberReader
public SimpleStringNumberReader(char commentChar)
-
-
Method Details
-
read
-
remainingTokens
public int remainingTokens() -
next
public boolean next() -
isString
public boolean isString() -
getString
-
getDouble
public double getDouble() -
nextString
-
nextDouble
public double nextDouble() -
getCommentChar
public char getCommentChar()
-