| [Overview][Types][Classes][Index] | 
Creates a new object
Source position: resdatastream.pp line 37
public constructor TCachedDataStream.Create(  | 
aStream: TStream;  | 
aResource: TAbstractResource;  | 
aSize: Int64  | 
); virtual;  | 
aStream  | 
  | 
The stream from which to read data  | 
aResource  | 
  | 
The resource whose data must be read  | 
aSize  | 
  | 
The size of the resource data  | 
A new cached stream is created on top of the aStream stream.
  | 
Base cached stream class  | 
|
  | 
Stream class that provides copy-on-write functionality  | 
|
  | 
Creates a new object  |