DocBook|Search
Class Reference
%IO.IParts.ByteIO
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%IO] >  [IParts] >  [ByteIO]
Private  Storage  

abstract class %IO.IParts.ByteIO extends %RegisteredObject

/// Aggregation holder class for a stream of raw bytes that represent encoded characters. The CharEncoding property designates which character encoding should be applied to convert the bytes into characters.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 1


Summary

Properties
CharEncoding

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

Subclasses
%IO.I.ByteStream %IO.IParts.CharacterIO

Properties

• property CharEncoding as %String [ InitialExpression = "Native" ];
Info-only description of the character encoding that this byte stream represents, if it represents the storage or transport format of a character stream. A value of "RawBytes" or "Binary" in this property means the stream does not represent character data.

Methods

• method CharEncodingSet(pCharEncoding As %String) as %Status
This is a Set accessor method for the CharEncoding property.