Package boofcv.io
Class SimpleNumberSequenceReader
java.lang.Object
boofcv.io.SimpleNumberSequenceReader
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 Summary
-
Method Summary
-
Constructor Details
-
SimpleNumberSequenceReader
public SimpleNumberSequenceReader(char commentChar)
-
-
Method Details
-
read
- Throws:
IOException
-
getCommentChar
public char getCommentChar()
-