Unit 'resdatastream' Package
[Overview][Types][Classes][Index] [#fcl-res]

TCachedDataStream

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: resdatastream.pp line 26

type TCachedDataStream = class(TStream)

protected

  fStream: TStream;

  fSize: Int64;

  fPosition: Int64;

  function GetPosition; override;

  procedure SetPosition(); override;

  function GetSize; override;

  procedure SetSize64(); override;

public

  constructor Create(); virtual;

  function Write(); override;

  function Seek(); override;

end;

Inheritance

TCachedDataStream

|

TObject


Documentation generated on: 2023-03-18