Method Get
Get(Int32)
Absolute position read. NOTE: pos must not jump
ahead by more than 1! Ie, it's OK to read arbitarily
far back (just not prior to the last FreeBefore(Int32),
but NOT ok to read arbitrarily far
ahead. Returns -1 if you hit EOF.
Declaration
Parameters
Type |
Name |
Description |
System.Int32 |
pos |
|
Returns
Type |
Description |
System.Int32 |
|
Get(Int32, Int32)
Declaration
public char[] Get(int posStart, int length)
Parameters
Type |
Name |
Description |
System.Int32 |
posStart |
|
System.Int32 |
length |
|
Returns
Type |
Description |
System.Char[] |
|