Unit 'fsifFileSystem' Package
[Overview][Constants][Types][Classes][Index] [#pl_fundamentals]

TFSFileStream

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

Declaration

Source position: fsifFileSystem.pas line 157

type TFSFileStream = class(TStream)

protected

  FOpenFile: TFSOpenFile;

  

  procedure SetSize();

  

public

  constructor Create();

  

  property OpenFile: TFSOpenFile; [r]

  

  function Read(); override;

  

  function Write(); override;

  

  function Seek();

  

end;

Inheritance

TFSFileStream

  

|

TObject



CT Web help

CodeTyphon Studio