%IO.NullStream
class %IO.NullStream extends %IO.I.ByteSeekableStream
Read returns nothing, Write does nothingMethod Inventory
Methods
method AtEndGet() as %Boolean
method IsOpenGet() as %Boolean
method Read(pMaxReadLen As %Integer, ByRef pTimeout As %Numeric = -1, Output pSC As %Status) as %String
Inherited description: Read until pMaxReadLen chars are gotten or pTimeout expires
On return, if pTimeout is unchanged it means the full timeout period expired. If the timeout period expired and the returned string is shorter than pMaxReadLen, then AtEnd will be 1.
Inherited description: Write pData to the stream buffer. If pFlush is True, ensure that the data are actually sent to the stream.
Inherited Members
Inherited Properties
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()
- Find()
- Flush()
- InputFromDevice()
- OutputToDevice()
- ReadUntil()
- ReadUntilArray()
- Rewind()
- SizeGet()
- TruncateAt()