EnsLib.TCP.TextLineCommon
abstract class EnsLib.TCP.TextLineCommon extends %Library.RegisteredObject
Property Inventory
Method Inventory
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 methods: %HadCRDisplayToLogical(), %HadCRGet(), %HadCRIsValid(), %HadCRLogicalToDisplay(), %HadCRNormalize(), %HadCRSet()
property %PartialLine as %String;
Property methods: %PartialLineDisplayToLogical(), %PartialLineGet(), %PartialLineIsValid(), %PartialLineLogicalToDisplay(), %PartialLineLogicalToOdbc(), %PartialLineNormalize(), %PartialLineSet()
property %Table as %String;
Property methods: %TableDisplayToLogical(), %TableGet(), %TableIsValid(), %TableLogicalToDisplay(), %TableLogicalToOdbc(), %TableNormalize(), %TableSet()
property Charset as %String [ InitialExpression = "Default" ];
Text Charset to use to decode incoming data and encode outgoing data
Property methods: CharsetDisplayToLogical(), CharsetGet(), CharsetIsValid(), CharsetLogicalToDisplay(), CharsetLogicalToOdbc(), CharsetNormalize(), CharsetSet()
Methods
Inherited Members
Inherited 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()