Method | Description | |
---|---|---|
Flush ( ) : void | ||
GetBuffer ( ) : byte[] | ||
Read ( byte buffer, int offset, int count ) : int | ||
RingbufferStream ( int capacity ) : System | ||
Seek ( long offset, System origin ) : long | ||
SetLength ( long value ) : void | ||
Write ( byte buffer, int offset, int count ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
public Read ( byte buffer, int offset, int count ) : int | ||
buffer | byte | |
offset | int | |
count | int | |
return | int |
public RingbufferStream ( int capacity ) : System | ||
capacity | int | |
return | System |
public Seek ( long offset, System origin ) : long | ||
offset | long | |
origin | System | |
return | long |
public Write ( byte buffer, int offset, int count ) : void | ||
buffer | byte | |
offset | int | |
count | int | |
return | void |