Class FrameWriter

  • Direct Known Subclasses:
    FrameWriterBinaryBlock, FrameWriterProto, FrameWriterTextCell, FrameWriterTextCSV

    public abstract class FrameWriter
    extends Object
    Base class for all format-specific frame writers. Every writer is required to implement the basic write 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 writers.