Class FrameReader

  • Direct Known Subclasses:
    FrameGenerateReader, FrameReaderBinaryBlock, FrameReaderProto, FrameReaderTextCell, FrameReaderTextCSV

    public abstract class FrameReader
    extends Object
    Base class for all format-specific frame readers. Every reader is required to implement the basic read functionality but might provide additional custom functionality. Any non-default parameters (e.g., CSV read properties) should be passed into custom constructors. There is also a factory for creating format-specific readers.