boofcv.io
Class SimpleStringNumberReader
- java.lang.Object
-
- boofcv.io.SimpleStringNumberReader
-
public class SimpleStringNumberReader extends java.lang.ObjectReads 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 Summary
Constructors Constructor and Description SimpleStringNumberReader(char commentChar)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description chargetCommentChar()doublegetDouble()java.lang.StringgetString()booleanisString()booleannext()doublenextDouble()java.lang.StringnextString()booleanread(java.io.Reader input)intremainingTokens()
-
-
-
Method Detail
-
read
public boolean read(java.io.Reader input)
-
remainingTokens
public int remainingTokens()
-
next
public boolean next()
-
isString
public boolean isString()
-
getString
public java.lang.String getString()
-
getDouble
public double getDouble()
-
nextString
public java.lang.String nextString()
-
nextDouble
public double nextDouble()
-
getCommentChar
public char getCommentChar()
-
-
DataMelt 3.0 © DataMelt by jWork.ORG