|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectio.ChunkedDataSet.Chunk
public static class ChunkedDataSet.Chunk
A chunk consists of its name and a (ready-to-read) FrameReader
Field Summary | |
---|---|
java.lang.String |
name
file name without the path |
FrameReader |
reader
Ready-to-use FrameReader |
Constructor Summary | |
---|---|
ChunkedDataSet.Chunk(java.lang.String fileName)
Create a new Chunk and prepare the FrameReader to read from the given file. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String name
public FrameReader reader
Constructor Detail |
---|
public ChunkedDataSet.Chunk(java.lang.String fileName) throws java.io.IOException
fileName
-
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |