|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--noope.input.BlockReader | +--noope.input.StringBlockReader | +--noope.input.FileBlockReader
A StringBlockReader with support for reading from files. This first version reads in the entire file as a string.
Constructor Summary | |
FileBlockReader(java.io.BufferedReader reader)
|
|
FileBlockReader(java.lang.String fileName)
|
Methods inherited from class noope.input.StringBlockReader |
getBlockLocation, getContext, getEntryLocation, getHeader, getNextBlock, getNextEntry, getParameter, hasMoreBlocks, hasMoreEntries, peekNextBlock, peekNextEntry, seekFirstBlock, seekFirstEntry |
Methods inherited from class noope.input.BlockReader |
assertEmpty |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FileBlockReader(java.lang.String fileName) throws java.io.FileNotFoundException, java.io.IOException, BlockReaderException
public FileBlockReader(java.io.BufferedReader reader) throws java.io.IOException, BlockReaderException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |