AlbLib.XLD.XLDSubfile.XLDSubfile C# (CSharp) Метод

XLDSubfile() публичный Метод

public XLDSubfile ( Stream stream, int length ) : System
stream Stream /// Source stream. ///
length int /// Contents length. ///
Результат System
        public XLDSubfile(Stream stream, int length)
            : this(stream, length, -1)
        {
        }

Same methods

XLDSubfile::XLDSubfile ( Stream stream, int length, short index ) : System
XLDSubfile::XLDSubfile ( byte data, short index ) : System
XLDSubfile::XLDSubfile ( short index ) : System