Method |
Description |
|
Add ( IEnumerable array ) : int |
Add the specified long value to the stream. Returns the offset of the first inserted value in the underlying OctetStream. |
|
Add ( long v ) : int |
Add the specified long value to the stream. Returns the offset in the underlying OctetStream. |
|
Decompress ( int firstIndex, int count ) : List |
|
|
Decompress ( List list, OctetStream ctx, int count ) : void |
|
|
Decompress ( List list, int firstIndex, int count ) : void |
|
|
Load ( BinaryReader Input ) : void |
|
|
LongStream ( ) : System |
|
|
LongStream ( LongStream longstream ) : System |
|
|
Read ( ) : long |
|
|
Save ( BinaryWriter Output ) : void |
|
|
this ( int index ) : long |
Retrives the long stored at index position of the stream |
|