Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [EnsLib] >  [TCP] >  [TextLineCommon]
Private  Storage   

abstract class EnsLib.TCP.TextLineCommon extends %RegisteredObject

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 4 3


Summary

Properties
%HadCR %PartialLine %Table Charset

Methods
%AddToSaveSet %ClassIsLatestVersion %ClassName %ConstructClone
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Extends
%GetParameter %IsA %IsModified %New
%NormalizeObject %ObjectModified %OriginalNamespace %PackageName
%RemoveFromSaveSet %SerializeObject %SetModified %ValidateObject
ReadLine Write WriteLine

Subclasses
EnsLib.TCP.FramedInboundAdapter EnsLib.TCP.FramedOutboundAdapter EnsLib.TCP.TextLineInboundAdapter
EnsLib.TCP.TextLineOutboundAdapter

Parameters

• parameter SETTINGS = "Charset::selector?context={Ens.ContextSearch/CharacterSets}";

Properties

• property %HadCR as %Boolean;
Write out lines with same terminator as lines we read
• property %PartialLine as %String;
• property %Table as %String;
• property Charset as %String [ InitialExpression = "Default" ];
Text Charset to use to decode incoming data and encode outgoing data

Methods

• method ReadLine(Output pLine As %String = "", pTimeout As %Numeric = ..ReadTimeout, pInbound As %Boolean = 0) as %Status
• method Write(pString As %String, pInbound As %Boolean = 0) as %Status
• method WriteLine(pString As %String, pInbound As %Boolean = 0) as %Status


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.