scone.util.logreader
Class SconeReader

java.lang.Object
  extended by scone.util.logreader.SconeReader

public class SconeReader
extends java.lang.Object


Field Summary
static char[] aufbau
           
static java.lang.String baseUrl
           
protected  java.io.BufferedReader in
           
 
Constructor Summary
SconeReader(java.lang.String filename)
           
 
Method Summary
 void close()
           
 boolean isEof()
           
protected  void readLineIntoContainer(java.util.Hashtable datacontainer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

aufbau

public static char[] aufbau

baseUrl

public static java.lang.String baseUrl

in

protected java.io.BufferedReader in
Constructor Detail

SconeReader

public SconeReader(java.lang.String filename)
Method Detail

readLineIntoContainer

protected void readLineIntoContainer(java.util.Hashtable datacontainer)

close

public void close()

isEof

public boolean isEof()