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?

%Library.GlobalBinaryStream

stream class %Library.GlobalBinaryStream extends %Library.BinaryStream, %Library.GlobalStreamAdaptor

Deprecated in favor of %Stream.GlobalBinary. Stream class that stores binary data in global nodes. Note that on a unicode Cache although you can write unicode data into this class and read it back out this is not a supported use of this class and the Size property would be incorrect in this case as it would be the size in characters rather than the size in bytes.

Inherited Members

Inherited Properties

Inherited Methods

Subclasses

FeedbackOpens in a new tab