%IO.I.CharacterSeekableStream
abstract class %IO.I.CharacterSeekableStream extends %IO.I.CharacterStream, %IO.IParts.CharacterSeekableIO
Abstract interface for classes that implement CharacterStreams that are seekable by character position as well as by raw byte positionInherited Members
Inherited Properties
- AtEnd
 - CharEncoding
 - DefaultFlushOnWrite
 - ExternalBytePosition
 - ExternalByteSize
 - IsCharacter
 - IsOpen
 - LineTerminator
 - Name
 - Position
 - Size
 
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()
 - CharEncodingSet()
 - Clear()
 - Close()
 - CopyFrom()
 - CopyReplace()
 - CopyReplaceArray()
 - DefaultFlushOnWriteGet()
 - ExternalByteSeek()
 - ExternalByteSizeGet()
 - ExternalByteTruncateAt()
 - Find()
 - Flush()
 - InputFromDevice()
 - IsCharacterGet()
 - OutputToDevice()
 - Read()
 - ReadLine()
 - ReadUntil()
 - ReadUntilArray()
 - Rewind()
 - Seek()
 - SizeGet()
 - TruncateAt()
 - Write()
 - WriteLine()