Class UnimplementedHemfPlusRecord

    • Constructor Detail

      • UnimplementedHemfPlusRecord

        public UnimplementedHemfPlusRecord()
    • Method Detail

      • init

        public void init​(byte[] recordBytes,
                         int recordId,
                         int flags)
                  throws java.io.IOException
        Specified by:
        init in interface HemfPlusRecord
        Parameters:
        recordBytes - these are the bytes that start after the id, flags, record size and go to the end of the record; they do not include any required padding at the end.
        recordId - record type id
        flags - flags
        Throws:
        java.io.IOException
      • getRecordBytes

        public byte[] getRecordBytes()