Documentation of 'boofcv.io.SimpleStringNumberReader' Java class
SimpleStringNumberReader
boofcv.io

Class SimpleStringNumberReader



  • public class SimpleStringNumberReader
    extends java.lang.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 Detail

      • SimpleStringNumberReader

        public SimpleStringNumberReader(char commentChar)
    • 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

You see the box below because you did not login.