[Overview][Constants][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Read-only buffered stream.
Source position: bufstream.pp line 58
type TReadBufStream = class(TBufStream) end; |
||
public |
||
function Seek(); override; |
|
Set location in the buffer |
function Read(); override; |
|
Reads data from the stream |
|
Read-only buffered stream. |
|
| | ||
|
Common ancestor for buffered streams |
|
| | ||
| | ||
| | ||
TReadBufStream is a read-only buffered stream. It implements the needed methods to read data from the buffer and fill the buffer with additional data when needed.
The stream provides limited forward-seek possibilities.
|
Common ancestor for buffered streams |
|
|
Write-only buffered stream. |