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

Class SimpleNumberSequenceReader



  • public class SimpleNumberSequenceReader
    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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      char getCommentChar() 
      java.util.List<java.lang.Double> read(java.io.Reader input) 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SimpleNumberSequenceReader

        public SimpleNumberSequenceReader(char commentChar)
    • Method Detail

      • read

        public java.util.List<java.lang.Double> read(java.io.Reader input)
                                              throws java.io.IOException
        Throws:
        java.io.IOException
      • getCommentChar

        public char getCommentChar()

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.