Classe TRESTDWIOHandlerStreamMsg

Unit

Declaração

type TRESTDWIOHandlerStreamMsg = class(TRESTDWIOHandlerStream)

Descrição

No description available, ancestor TRESTDWIOHandlerStream description follows
No description available, ancestor TRESTDWIOHandler description follows
No description available, ancestor TRESTDWComponent description follows

Hierarquia

Visão Geral

Campos

Protected FTerminatorWasRead: Boolean;
Protected FEscapeLines: Boolean;
Protected FUnescapeLines: Boolean;
Protected FLastByteRecv: Byte;

Métodos

Protected Function ReadDataFromSource(Var VBuffer : TRESTDWBytes): Integer;
Public Constructor Create(AOwner : TComponent; AReceiveStream : TStream; ASendStream : TStream = Nil); Override;
Public Function ReadLn(ATerminator : String; ATimeout : Integer = cTimeoutDefault; AMaxLineLength : Integer = -1) : String;
Public Procedure WriteLn(Const AOut : String);

Propriedades

Public property EscapeLines : Boolean Read FEscapeLines Write FEscapeLines;
Public property UnescapeLines : Boolean Read FUnescapeLines Write FUnescapeLines;
Published property MaxLineLength : Integer Read FMaxLineLength Write FMaxLineLength Default MaxInt;

Descrição

Campos

Protected FTerminatorWasRead: Boolean;

FMaxLineLength : Integer;

Protected FEscapeLines: Boolean;

FMaxLineLength : Integer;

Protected FUnescapeLines: Boolean;

FMaxLineLength : Integer;

Protected FLastByteRecv: Byte;
 

Métodos

Protected Function ReadDataFromSource(Var VBuffer : TRESTDWBytes): Integer;
 
Public Constructor Create(AOwner : TComponent; AReceiveStream : TStream; ASendStream : TStream = Nil); Override;
 
Public Function ReadLn(ATerminator : String; ATimeout : Integer = cTimeoutDefault; AMaxLineLength : Integer = -1) : String;

Should this be reintroduce instead of override?

Public Procedure WriteLn(Const AOut : String);
 

Propriedades

Public property EscapeLines : Boolean Read FEscapeLines Write FEscapeLines;
 
Public property UnescapeLines : Boolean Read FUnescapeLines Write FUnescapeLines;
 
Published property MaxLineLength : Integer Read FMaxLineLength Write FMaxLineLength Default MaxInt;
 

Gerado por PasDoc 0.16.0.