gov.nasa.gsfc.drl.rtstps.clients.spooler
Class FileSpool.FReader
java.lang.Object
gov.nasa.gsfc.drl.rtstps.clients.spooler.FileSpool.FReader
- Enclosing class:
- FileSpool
class FileSpool.FReader
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
rindex
private int rindex
rblock
private Block rblock
rstream
private java.io.InputStream rstream
writer
private FileSpool.FWriter writer
keyList
private FileSpool.KeyList keyList
firstKey
private FileSpool.Key firstKey
writingFinished
private boolean writingFinished
residueBlocksCounter
private int residueBlocksCounter
residueBlocks
private int residueBlocks
percentMilestone
private int percentMilestone
FileSpool.FReader
FileSpool.FReader(java.io.File file,
FileSpool.FWriter writer,
FileSpool.KeyList keylist)
throws java.io.FileNotFoundException
- Throws:
java.io.FileNotFoundException
getIndex
final int getIndex()
writerClosed
void writerClosed(int writeBlockCount)
read
Block read()
throws java.io.IOException
- Throws:
java.io.IOException
close
void close()
throws java.io.IOException
- Throws:
java.io.IOException