Documentation of 'org.joone.io.PatternTokenizer' Java class
PatternTokenizer
org.joone.io

Interface PatternTokenizer

    • Method Detail

      • getLineno

        int getLineno()
        Return the current line number.
        Returns:
        the current line number
      • getNumTokens

        int getNumTokens()
                  throws java.io.IOException
        Throws:
        java.io.IOException
      • getTokenAt

        double getTokenAt(int posiz)
                   throws java.io.IOException
        Returns the value of the token at 'posiz' column of the current line Creation date: (17/10/2000 0.30.08)
        Parameters:
        posiz - int
        Returns:
        float
        Throws:
        java.io.IOException
      • getTokensArray

        double[] getTokensArray()
        Returns an array of values of the current line Creation date: (17/10/2000 0.13.45)
        Returns:
        float[]
      • mark

        void mark()
           throws java.io.IOException
        marks the current position.
        Throws:
        IOException - if an I/O Error occurs
      • nextLine

        boolean nextLine()
                  throws java.io.IOException
        Go to the next line
        Returns:
        false if EOF, otherwise true
        Throws:
        IOException - if an I/O Error occurs
      • resetInput

        void resetInput()
                 throws java.io.IOException
        Go to the last marked position. Begin of input stream if no mark detected.
        Throws:
        java.io.IOException
      • getDecimalPoint

        char getDecimalPoint()
      • setDecimalPoint

        void setDecimalPoint(char decimalPoint)

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.