C# Class AlbLib.XLD.XLDSubfile

显示文件 Open project: IllidanS4/AlbLib

Public Methods

Method Description
GetInputStream ( ) : MemoryStream

Returns memory stream containg subfile contents.

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

Method Details

GetInputStream() public method

Returns memory stream containg subfile contents.
public GetInputStream ( ) : MemoryStream
return System.IO.MemoryStream

XLDSubfile() public method

public XLDSubfile ( Stream stream, int length ) : System
stream Stream /// Source stream. ///
length int /// Contents length. ///
return System

XLDSubfile() public method

public XLDSubfile ( Stream stream, int length, short index ) : System
stream Stream /// Source stream. ///
length int /// Contents length. ///
index short /// Assigned index. ///
return System

XLDSubfile() public method

public XLDSubfile ( byte data, short index ) : System
data byte
index short
return System

XLDSubfile() public method

public XLDSubfile ( short index ) : System
index short
return System