C# Class AlbLib.XLD.XLDNavigator

Inheritance: Stream, IDisposable
Afficher le fichier Open project: IllidanS4/AlbLib Class Usage Examples

Méthodes publiques

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

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Finish() public méthode

public Finish ( ) : void
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

GetSubfileLength() public méthode

public GetSubfileLength ( short index ) : int
index short
Résultat int

GoToSubfile() public méthode

public GoToSubfile ( short index ) : XLDNavigator
index short
Résultat XLDNavigator

Read() public méthode

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
Résultat int

ReadByte() public méthode

public ReadByte ( ) : int
Résultat int

ReadSubfile() public méthode

public ReadSubfile ( ) : XLDSubfile
Résultat XLDSubfile

ReadSubfile() public méthode

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

ReadToIndex() public static méthode

public static ReadToIndex ( Stream stream, short index ) : XLDNavigator
stream Stream
index short
Résultat XLDNavigator

ReadToIndex() public static méthode

public static ReadToIndex ( string file, short index ) : XLDNavigator
file string
index short
Résultat XLDNavigator

Seek() public méthode

public Seek ( long offset, SeekOrigin origin ) : long
offset long
origin SeekOrigin
Résultat long

SetLength() public méthode

public SetLength ( long value ) : void
value long
Résultat void

Write() public méthode

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
Résultat void

WriteByte() public méthode

public WriteByte ( byte value ) : void
value byte
Résultat void

XLDNavigator() public méthode

public XLDNavigator ( Stream input ) : System
input Stream
Résultat System

XLDNavigator() public méthode

public XLDNavigator ( string file ) : System
file string
Résultat System