io
Class ChunkedDataSet.Chunk

java.lang.Object
  extended by io.ChunkedDataSet.Chunk
Enclosing class:
ChunkedDataSet

public static class ChunkedDataSet.Chunk
extends java.lang.Object

A chunk consists of its name and a (ready-to-read) FrameReader

Author:
sikoried

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

name

public java.lang.String name
file name without the path


reader

public FrameReader reader
Ready-to-use FrameReader

Constructor Detail

ChunkedDataSet.Chunk

public ChunkedDataSet.Chunk(java.lang.String fileName)
                     throws java.io.IOException
Create a new Chunk and prepare the FrameReader to read from the given file.

Parameters:
fileName -
Throws:
java.io.IOException