Property | Type | Description | |
---|---|---|---|
Calculator | |||
Head | Segment* | ||
_length | int | ||
_position | int |
Method | Description | |
---|---|---|
Fill ( Payload &payload ) : void | ||
Flush ( ) : void | ||
Read ( |
||
Read ( byte buffer, int offset, int count ) : int | ||
ReadByte ( ) : int | ||
ReadonlySegmentStream ( ) : System |
Initializes empty ReadonlySegmentStream, which should be filled with data.
|
|
Seek ( long offset, SeekOrigin origin ) : long | ||
SetLength ( long value ) : void | ||
Write ( byte buffer, int offset, int count ) : void |
Method | Description | |
---|---|---|
FindSegment ( int index ) : Segment* | ||
GetTailOrThis ( |
||
ReadonlySegmentStream ( |
Method | Description | |
---|---|---|
ReadImpl ( |
protected FindSegment ( int index ) : Segment* | ||
index | int | |
return | Segment* |
protected static GetTailOrThis ( |
||
segment | ||
return | Segment* |
public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | |
offset | int | |
count | int | |
return | int |
protected ReadonlySegmentStream ( |
||
calculator | ||
return | System |
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 |
protected IndexCalculator,RampUp.Buffers Calculator | ||
return |