C# Class AlbLib.XLD.XLDSubfile

Afficher le fichier Open project: IllidanS4/AlbLib

Méthodes publiques

Méthode 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 méthode

Returns memory stream containg subfile contents.
public GetInputStream ( ) : MemoryStream
Résultat System.IO.MemoryStream

XLDSubfile() public méthode

public XLDSubfile ( Stream stream, int length ) : System
stream Stream /// Source stream. ///
length int /// Contents length. ///
Résultat System

XLDSubfile() public méthode

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

XLDSubfile() public méthode

public XLDSubfile ( byte data, short index ) : System
data byte
index short
Résultat System

XLDSubfile() public méthode

public XLDSubfile ( short index ) : System
index short
Résultat System