Unit 'gnTextStream' Package
[Overview][Types][Classes][Index] [#bs_engines]

TplBufferedStream

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

Declaration

Source position: gntextstream.pas line 49

type TplBufferedStream = class(TStream)

protected

  procedure bsSetStream();

  

  procedure bsInitForNewStream; virtual;

  

  function bsReadChar();

  

  procedure bsReadFromStream;

  

  procedure bsWriteToStream;

  

  procedure SetSize(); override;

  

public

  constructor Create();

  

  constructor CreateEmpty;

  

  destructor Destroy; override;

  

  function Read(); override;

  

  function Seek(); override;

  

  function Write(); override;

  

  property FastSize: Int64; [r]

  

  property Stream: TStream; [rw]

  

end;

Inheritance

TplBufferedStream

  

|

TObject



CT Web help

CodeTyphon Studio