Interface Tokenizer

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getPostToken()
      return the string between tokens, after the previous token.
      java.lang.String getToken​(java.io.Reader in)
      get the next token from the input stream
    • Method Detail

      • getToken

        java.lang.String getToken​(java.io.Reader in)
                           throws java.io.IOException
        get the next token from the input stream
        Parameters:
        in - the input stream
        Returns:
        the next token, or null for the end of the stream
        Throws:
        java.io.IOException - if an error occurs
      • getPostToken

        java.lang.String getPostToken()
        return the string between tokens, after the previous token.
        Returns:
        the intra-token string