Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
This class is represents a null stream, i.e. reading from it always returns nothing, and writing to it always discards the data. Used by the default implementation of Entity resolver when uri scheme is unrecognized.
|
|
Properties | ||||
---|---|---|---|---|
%Location | AtEnd | Attributes | Id | LastModified |
LineTerminator | Size |
|
Copy the stream from source into the current stream ignoring anything already in the current stream and save the result to the permanent location. This is used to optimise the copying of say a%GlobalCharacterStream to another%GlobalCharacterStream to avoid copying into temporary storage first and then moving this to the permanent storage whenSaveStream is called.Note that any locking or transaction handling must be done by the caller.