Buffer that can be used for buffered streams.
More...
|
| | Buffer (int bufferSize) |
| | Instantiate a cache buffer.
|
| |
|
void | Clear () |
| | Clear the buffer.
|
| |
|
|
byte[] | Data [get, set] |
| | The buffer.
|
| |
|
long | StartPos = 0 [get, set] |
| | The starting position.
|
| |
|
long | Count = 0 [get, set] |
| | The count of bytes used.
|
| |
Buffer that can be used for buffered streams.
◆ Buffer()
| Mku.Streams.Buffer.Buffer |
( |
int | bufferSize | ) |
|
Instantiate a cache buffer.
- Parameters
-
| bufferSize | The buffer size |
The documentation for this class was generated from the following file: