Documentation of 'org.apache.poi.hssf.record.SubRecord' Java class
SubRecord
org.apache.poi.hssf.record

Class SubRecord

    • Method Detail

      • createSubRecord

        public static SubRecord createSubRecord(LittleEndianInput in,
                                                int cmoOt)
        read a sub-record from the supplied stream
        Parameters:
        in - the stream to read from
        cmoOt - the objectType field of the containing CommonObjectDataSubRecord, we need it to propagate to next sub-records as it defines what data follows
        Returns:
        the created sub-record
      • serialize

        public byte[] serialize()
      • clone

        public abstract java.lang.Object clone()
        Overrides:
        clone in class java.lang.Object
      • isTerminating

        public boolean isTerminating()
        Wether this record terminates the sub-record stream. There are two cases when this method must be overridden and return true - EndSubRecord (sid = 0x00) - LbsDataSubRecord (sid = 0x12)
        Returns:
        whether this record is the last in the sub-record stream

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.