|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectKVTReader
kaos.core.service.boot.BootFileReader
public class BootFileReader
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 |
---|
public BootFileReader(java.io.Reader r)
Method Detail |
---|
public KeyValueTuple readKVT() throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |