Method | Description | |
---|---|---|
Add ( IEnumerable |
Add a sequence of values to the end of the stream. Returns the first insertion position. Empty arrays will return the insertion position anyway of a non empty array.
|
|
Add ( byte b ) : int |
Add a value to the end of the stream. Returns the insertion position
|
|
Load ( |
||
OctetStream ( ) : System | ||
OctetStream ( List |
||
OctetStream ( |
||
Read ( Context ctx ) : byte |
Read the current value at Position, then increments ctx.Offset
|
|
Save ( |
||
Write ( byte b, Context ctx ) : void |
Writes a byte to the position indicated in ctx.Offset, then increments ctx.Offset
|
|
Write ( byte b, int times, Context ctx ) : void |
Writes
|
public Load ( |
||
Input | ||
return | void |
public OctetStream ( List |
||
input_stream | List |
|
return | System |
public OctetStream ( |
||
oct_stream | ||
return | System |
public Save ( |
||
Output | ||
return | void |
public Write ( byte b, int times, Context ctx ) : void | ||
b | byte | |
times | int | |
ctx | Context | |
return | void |