Hi all, I'm trying to extend a StandardRecord to implement a DConRef record (sid = 81 decimal), to contribute to POI.
I am a little confused by the API where, in StandardRecord.serialize(LittleEndianOutput) it says: "...The 'ushort sid' and 'ushort size' header fields have already been written by the superclass. The subclass must write the exact number of bytes as reported by RecordBase.getRecordSize() " whereas in RecordBase.getRecordSize() it says: "gives the current serialized size of the record. Should include the sid and reclength (4 bytes). " So, the question I have is, should StandardRecord.serialize(LittleEndianOut) write out the sid and reclength or not? thanks in advance Nik --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
