| [Overview][Constants][Classes][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Read-only buffered stream.
Source position: bufstream.pp line 61
type TReadBufStream = class(TBufStream)  | 
||
public  | 
||
function Seek(); override;  | 
  | 
Set location in the buffer  | 
function Read(); override;  | 
  | 
Reads data from the stream  | 
end;  | 
  | 
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.  |