C# Класс AlbLib.XLD.XLDSubfile

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

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

Returns memory stream containg subfile contents.
public GetInputStream ( ) : MemoryStream
Результат System.IO.MemoryStream

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

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

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

public XLDSubfile ( Stream stream, int length, short index ) : System
stream Stream /// Source stream. ///
length int /// Contents length. ///
index short /// Assigned index. ///
Результат System

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

public XLDSubfile ( byte data, short index ) : System
data byte
index short
Результат System

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

public XLDSubfile ( short index ) : System
index short
Результат System