kaos.core.service.boot
Class BootFileReader

java.lang.Object
  extended by KVTReader
      extended by kaos.core.service.boot.BootFileReader

public class BootFileReader
extends KVTReader

This class reads and parses KAoS boot files. From the read characters, it creates instances of KeyValueTuples. The range of valid characters for keys and values is specified in the constructor: between '/' and 'z' in the ASCII table. $Revision: 1.4 $


Constructor Summary
BootFileReader(java.io.Reader r)
           
 
Method Summary
 KeyValueTuple readKVT()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BootFileReader

public BootFileReader(java.io.Reader r)
Method Detail

readKVT

public KeyValueTuple readKVT()
                      throws java.io.IOException
Throws:
java.io.IOException