Package io

Class Summary
ChunkedDataSet Use the ChunkedDataSet if you have a list of files containing framed data and want to read that in sequencially.
ChunkedDataSet.Chunk A chunk consists of its name and a (ready-to-read) FrameReader
FrameReader Read frames from a file or stdin (unlabeled feature data), first int (4byte) is the frame size.
FrameWriter