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

Наследование: Stream, IDisposable
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Close ( ) : void
Finish ( ) : void
Flush ( ) : void
GetSubfileLength ( short index ) : int
GoToSubfile ( short index ) : XLDNavigator
Read ( byte buffer, int offset, int count ) : int
ReadByte ( ) : int
ReadSubfile ( ) : XLDSubfile
ReadSubfile ( short index ) : XLDSubfile
ReadToIndex ( Stream stream, short index ) : XLDNavigator
ReadToIndex ( string file, short index ) : XLDNavigator
Seek ( long offset, SeekOrigin origin ) : long
SetLength ( long value ) : void
Write ( byte buffer, int offset, int count ) : void
WriteByte ( byte value ) : void
XLDNavigator ( Stream input ) : System
XLDNavigator ( string file ) : System

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

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

public Close ( ) : void
Результат void

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

public Finish ( ) : void
Результат void

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

public Flush ( ) : void
Результат void

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

public GetSubfileLength ( short index ) : int
index short
Результат int

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

public GoToSubfile ( short index ) : XLDNavigator
index short
Результат XLDNavigator

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

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
Результат int

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

public ReadByte ( ) : int
Результат int

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

public ReadSubfile ( ) : XLDSubfile
Результат XLDSubfile

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

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

ReadToIndex() публичный статический Метод

public static ReadToIndex ( Stream stream, short index ) : XLDNavigator
stream Stream
index short
Результат XLDNavigator

ReadToIndex() публичный статический Метод

public static ReadToIndex ( string file, short index ) : XLDNavigator
file string
index short
Результат XLDNavigator

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

public Seek ( long offset, SeekOrigin origin ) : long
offset long
origin SeekOrigin
Результат long

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

public SetLength ( long value ) : void
value long
Результат void

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

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
Результат void

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

public WriteByte ( byte value ) : void
value byte
Результат void

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

public XLDNavigator ( Stream input ) : System
input Stream
Результат System

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

public XLDNavigator ( string file ) : System
file string
Результат System