Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

%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 position

Property Inventory

Method Inventory

Properties

property ExternalBytePosition as %Integer [ InitialExpression = 0 , ReadOnly ];
Property methods: ExternalBytePositionDisplayToLogical(), ExternalBytePositionGet(), ExternalBytePositionIsValid(), ExternalBytePositionLogicalToDisplay(), ExternalBytePositionNormalize()
property ExternalByteSize as %Integer [ Calculated , ReadOnly ];
Property methods: ExternalByteSizeDisplayToLogical(), ExternalByteSizeIsValid(), ExternalByteSizeLogicalToDisplay(), ExternalByteSizeNormalize()

Methods

method Clear(Output pSC As %Status) as %Boolean
abstract method ExternalByteSeek(pBytePos As %Integer, Output pSC As %Status) as %Boolean
abstract method ExternalByteSizeGet() as %Integer
method ExternalByteTruncateAt(pBytePos As %Integer, Output pSC As %Status) as %Boolean
method Find(pMatch As %String, pPosition As %Integer = 1, pEndPosition As %Integer = -1, Output pSC As %Status, pReadLines As %Boolean = 0) as %Integer

Inherited Members

Inherited Properties

Inherited Methods

Subclasses

FeedbackOpens in a new tab