%Stream.DynamicBinary
stream class %Stream.DynamicBinary extends %Stream.DynamicCharacter
%Stream.DynamicBinary character stream containing the 8-bit binary bytes of an element of a %DynamicAbstractObject. It is particularly useful for holding the value of a %DynamicAbstractObject element with a byte stream value that would exceed the capacity of an ObjectScript string variable. A %Stream.DynamicBinary object is readonly and it cannot be modified or saved. But it can be copied to any other %Stream class object that does support modification and saving.
The only way to create a %Stream.DynamicBinary
is by making a method call that
looks like dao.%Get(key,default,"stream"), dao.%Get(key,default,"streamMethod Inventory (Including Private)
Methods (Including Private)
Inherited Members
Inherited Properties (Including Private)
Inherited Methods (Including Private)