[Overview][Constants][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Write-only buffered stream.
Source position: bufstream.pp line 69
type TWriteBufStream = class(TBufStream) |
||
public |
||
destructor Destroy; override; |
|
Remove the TWriteBufStream instance from memory |
function Seek(); override; |
|
Set stream position. |
function Write(); override; |
|
Write data to the stream |
end; |
|
Write-only buffered stream. |
|
| | ||
|
Common ancestor for buffered streams |
|
| | ||
| | ||
| | ||
TWriteBufStream is a write-only buffered stream. It implements the needed methods to write data to the buffer and flush the buffer (i.e., write its contents to the source stream) when needed.
|
Common ancestor for buffered streams |
|
|
Read-only buffered stream. |