[Overview][Types][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
An implementation of a cached stream
Source position: resdatastream.pp line 45
type TCachedResourceDataStream = class(TCachedDataStream) |
public |
constructor Create(); override; |
function Read(); override; |
end; |
|
An implementation of a cached stream |
|
| | ||
|
Base cached stream class |
|
| | ||
| | ||
This class provides an implementation of TCachedDataStream.
Usually resource readers create a TResourceDataStream with a TCachedResourceDataStream as the underlying stream.
|
Base cached stream class |
|
|
Stream class that provides copy-on-write functionality |