Method | Description | |
---|---|---|
Close ( ) : void | ||
Finish ( ) : void | ||
Flush ( ) : void | ||
GetSubfileLength ( short index ) : int | ||
GoToSubfile ( short index ) : |
||
Read ( byte buffer, int offset, int count ) : int | ||
ReadByte ( ) : int | ||
ReadSubfile ( ) : |
||
ReadSubfile ( short index ) : |
||
ReadToIndex ( Stream stream, short index ) : |
||
ReadToIndex ( string file, short index ) : |
||
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 |
public GetSubfileLength ( short index ) : int | ||
index | short | |
return | int |
public GoToSubfile ( short index ) : |
||
index | short | |
return |
public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | |
offset | int | |
count | int | |
return | int |
public ReadSubfile ( short index ) : |
||
index | short | |
return |
public static ReadToIndex ( Stream stream, short index ) : |
||
stream | Stream | |
index | short | |
return |
public static ReadToIndex ( string file, short index ) : |
||
file | string | |
index | short | |
return |
public Seek ( long offset, SeekOrigin origin ) : long | ||
offset | long | |
origin | SeekOrigin | |
return | long |
public Write ( byte buffer, int offset, int count ) : void | ||
buffer | byte | |
offset | int | |
count | int | |
return | void |
public XLDNavigator ( Stream input ) : System | ||
input | Stream | |
return | System |