Class BeginRecord

  • All Implemented Interfaces:
    Duplicatable, GenericRecord

    public final class BeginRecord
    extends StandardRecord
    The begin record defines the start of a block of records for a (graphing data object. This record is matched with a corresponding EndRecord.
    See Also:
    EndRecord
    • Constructor Detail

      • BeginRecord

        public BeginRecord()
      • BeginRecord

        public BeginRecord​(BeginRecord other)
      • BeginRecord

        public BeginRecord​(RecordInputStream in)
        Parameters:
        in - unused (since this record has no data)