|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Chunk.Reader
This interface specifies the methods that must be implemented by a class that reads chunk data from a
data input. The data input is likely to be an instance of java.io.RandomAccessFile
.
Chunk.getReader()
,
Chunk.setReader(Chunk.Reader)
Method Summary | |
---|---|
java.io.DataInput |
getDataInput()
Returns the data input from which the chunk data are to be read. |
void |
reset()
Resets the chunk reader before any reading is performed. |
Method Detail |
---|
void reset() throws java.io.IOException
java.io.IOException
- if an I/O error occurs.java.io.DataInput getDataInput()
java.io.RandomAccessFile
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |