[Overview][Constants][Classes][Index] Reference for unit 'streamex' (#fcl)

TDelphiReader

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

Stream reader with BiDi Support

Declaration

Source position: streamex.pp line 58

type TDelphiReader = class(TReader)

public

  function GetDriver;

  

Return the driver class as a TBidirBinaryObjectReader class

  function ReadStr;

  

Overrides the standard ReadStr method

  procedure Read(); override;

  

Read data from stream

  property Position: LongInt; [rw]

  

Position in the stream

end;

Inheritance

TDelphiReader

  

Stream reader with BiDi Support

|

TReader

|

TFiler

|

TObject

Description

TDelphiReader is a descendent of TReader which has support for BiDi Streaming. It overrides the stream reading methods for strings, and makes sure the stream can be positioned in the case of strings. For this purpose, it makes use of the TBidirBinaryObjectReader driver class.

See also

TDelphiWriter

  

Stream writer with BiDi Support

TBidirBinaryObjectReader

  

Binary component stream reader with BiDi support


Documentation generated on: May 14 2021