All Packages  Class Hierarchy  This Package  Previous  Next  Index  WEKA's home

Class weka.core.converters.ConverterUtils

java.lang.Object
    |
    +----weka.core.converters.ConverterUtils

public class ConverterUtils
extends java.lang.Object
implements java.io.Serializable
Utility routines for the converter package.

Version:
$Revision 1.0 $
Author:
Mark Hall (mhall@cs.waikato.ac.nz)
See Also:
java.io.Serializable

Constructor Index

 o ConverterUtils()
 

Method Index

 o errms(StreamTokenizer, String)
Throws error message with line number and last token read.
 o getFirstToken(StreamTokenizer)
Gets token, skipping empty lines.
 o getToken(StreamTokenizer)
Gets token.

Constructor Detail

 o ConverterUtils
public ConverterUtils()

Method Detail

 o getFirstToken
public static void getFirstToken(java.io.StreamTokenizer tokenizer) throws java.io.IOException
          Gets token, skipping empty lines.
Parameters:
tokenizer - the stream tokenizer
Throws:
java.io.IOException - if reading the next token fails
 o getToken
public static void getToken(java.io.StreamTokenizer tokenizer) throws java.io.IOException
          Gets token.
Parameters:
tokenizer - the stream tokenizer
Throws:
java.io.IOException - if reading the next token fails
 o errms
public static void errms(java.io.StreamTokenizer tokenizer,
                         java.lang.String theMsg) throws java.io.IOException
          Throws error message with line number and last token read.
Parameters:
theMsg - the error message to be thrown
tokenizer - the stream tokenizer
Throws:
IOExcpetion - containing the error message

All Packages  Class Hierarchy  This Package  Previous  Next  Index  WEKA's home