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