%IO.IParts.ByteIO
Class %IO.IParts.ByteIO Extends %RegisteredObject [ Abstract, System = 2 ]
/// 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.
Properties
CharEncoding
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
CharEncodingSet
Method CharEncodingSet(pCharEncoding As %String) As %Status