Unit 'ImagingIO' Package
[Overview][Types][Classes][Procedures and functions][Variables][Index] [#pl_vampyreimaging]

TImagingIOStream

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

Declaration

Source position: ImagingIO.pas line 62

type TImagingIOStream = class(TStream)

protected

  function GetSize; override;

  

  procedure SetSize(); override;

  

public

  constructor Create();

  

  function Read(); override;

  

  function Write(); override;

  

  function Seek(); override;

  

  property Handle: TImagingHandle; [r]

  

  property IOFunctions: TIOFunctions; [r]

  

end;

Inheritance

TImagingIOStream

  

|

TObject



CT Web help

CodeTyphon Studio