Method | Description | |
---|---|---|
SetLength ( long value ) : void | ||
WrapInContext ( Payload &ctx ) : void |
Wraps the whole content from this instance in a context object. This effectively means that no segments are returned to the pool but rather are passes by ref in the context.
|
|
Write ( |
||
Write ( byte buffer, int offset, int count ) : void | ||
WriteByte ( byte value ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
AddSegments ( int segmentsToObtain ) : Segment* |
Adds segments, returning the initial segment of the newly added chain.
|
|
SegmentStream ( ISegmentPool pool ) : System | ||
WriteImpl ( |
public WrapInContext ( Payload &ctx ) : void | ||
ctx | Payload | The context to be returned. |
return | void |
public Write ( byte buffer, int offset, int count ) : void | ||
buffer | byte | |
offset | int | |
count | int | |
return | void |