ExcelToolKit.BinaryFormat.XlsBiffStream.XlsBiffStream C# (CSharp) Méthode

XlsBiffStream() public méthode

public XlsBiffStream ( XlsHeader hdr, uint streamStart, bool isMini, XlsRootDirectory rootDir, ExcelBinaryReader reader ) : System
hdr XlsHeader
streamStart uint
isMini bool
rootDir XlsRootDirectory
reader ExcelBinaryReader
Résultat System
        public XlsBiffStream(XlsHeader hdr, uint streamStart, bool isMini, XlsRootDirectory rootDir,
                             ExcelBinaryReader reader)
            : base(hdr, streamStart, isMini, rootDir) {
            this.reader=reader;
            bytes=base.ReadStream();
            m_size=bytes.Length;
            m_offset=0;
        }