%IO.IParts.CharacterSeekableIO
abstract class %IO.IParts.CharacterSeekableIO extends %IO.IParts.SeekableIO
Aggregation holder class for methods implemented in Seekable Character stream classes Seekable Character stream classes are seekable by character position as well as by raw byte positionProperty Inventory (Including Private)
Method Inventory (Including Private)
Properties (Including Private)
property ExternalBytePosition as %Integer [ InitialExpression = 0 , ReadOnly ];
Property methods: ExternalBytePositionDisplayToLogical(), ExternalBytePositionGet(), ExternalBytePositionIsValid(), ExternalBytePositionLogicalToDisplay(), ExternalBytePositionNormalize()
property ExternalByteSize as %Integer [ Calculated , ReadOnly ];
Property methods: ExternalByteSizeDisplayToLogical(), ExternalByteSizeGet(), ExternalByteSizeIsValid(), ExternalByteSizeLogicalToDisplay(), ExternalByteSizeNormalize()
Methods (Including Private)
abstract method ExternalByteSeek(pBytePos As %Integer, Output pSC As %Status) as %Boolean [ Language = objectscript ]
abstract method ExternalByteSizeGet() as %Integer [ Language = objectscript ]