Class DSFRecord

  • All Implemented Interfaces:
    org.apache.poi.common.Duplicatable, GenericRecord

    public final class DSFRecord
    extends StandardRecord
    Tells if this is a double stream file. (never applies to HSSF generated files)

    Double Stream files contain both BIFF8 and BIFF7 workbooks.

    • Constructor Detail

      • DSFRecord

        public DSFRecord​(boolean isBiff5BookStreamPresent)
    • Method Detail

      • isBiff5BookStreamPresent

        public boolean isBiff5BookStreamPresent()
      • getSid

        public short getSid()
        Description copied from class: Record
        return the non static version of the id for this record.
        Specified by:
        getSid in class Record
        Returns:
        he id for this record
      • copy

        public DSFRecord copy()
        Specified by:
        copy in interface org.apache.poi.common.Duplicatable
        Specified by:
        copy in class StandardRecord
      • getGenericProperties

        public java.util.Map<java.lang.String,​java.util.function.Supplier<?>> getGenericProperties()