Unit 'fpsStreams' Package
[Overview][Classes][Procedures and functions][Variables][Index] [#pl_fpspreadsheet]

TBufStream

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

Declaration

Source position: fpsstreams.pas line 17

type TBufStream = class(TStream)

protected

  procedure CreateFileStream;

  

  function GetPosition; override;

  

  function GetSize; override;

  

  class function IsWritingMode();

  

  procedure SetSize64(); override;

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  procedure Clear;

  

  procedure FillBuffer;

  

  procedure FlushBuffer;

  

  function Read(); override;

  

  function Seek(); override;

  

  function Write(); override;

  

end;

Inheritance

TBufStream

  

|

TObject



CT Web help

CodeTyphon Studio