Method | Description | |
---|---|---|
BufferListStream ( IList |
||
Clone ( ) : object | ||
Create ( Stream stream, int segmentSize ) : |
||
Create ( Stream stream, int segmentSize, bool forceCopyStream ) : |
||
Flush ( ) : void | ||
Read ( byte buffer, int offset, int count ) : int | ||
ReadBuffers ( int count, bool advance, bool &more ) : ArraySegment |
||
ReadByte ( ) : int | ||
ReadBytes ( int count ) : ArraySegment |
||
ReadStream ( Stream stream, int segmentSize, int &length ) : ArraySegment |
||
Seek ( long offset, SeekOrigin origin ) : long | ||
SetLength ( long value ) : void | ||
Write ( byte buffer, int offset, int count ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
Advance ( int count, int segmentCount ) : void | ||
SetPosition ( long pos ) : void | ||
ThrowIfDisposed ( ) : void |
public BufferListStream ( IList |
||
arraySegments | IList |
|
return | System |
public static Create ( Stream stream, int segmentSize ) : |
||
stream | Stream | |
segmentSize | int | |
return |
public static Create ( Stream stream, int segmentSize, bool forceCopyStream ) : |
||
stream | Stream | |
segmentSize | int | |
forceCopyStream | bool | |
return |
public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | |
offset | int | |
count | int | |
return | int |
public ReadBuffers ( int count, bool advance, bool &more ) : ArraySegment |
||
count | int | |
advance | bool | |
more | bool | |
return | ArraySegment |
public ReadBytes ( int count ) : ArraySegment |
||
count | int | |
return | ArraySegment |
public static ReadStream ( Stream stream, int segmentSize, int &length ) : ArraySegment |
||
stream | Stream | |
segmentSize | int | |
length | int | |
return | ArraySegment |
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 |