Package boofcv.io

Class SimpleStringNumberReader

java.lang.Object
boofcv.io.SimpleStringNumberReader

public class SimpleStringNumberReader extends Object
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

      public boolean read(Reader input)
    • remainingTokens

      public int remainingTokens()
    • next

      public boolean next()
    • isString

      public boolean isString()
    • getString

      public String getString()
    • getDouble

      public double getDouble()
    • nextString

      public String nextString()
    • nextDouble

      public double nextDouble()
    • getCommentChar

      public char getCommentChar()