Stream Property
Hi ,
We upgraded the cache 5.02 to cache 16.
we are using stream property in one class .(i.e. Property notes As Stream;) but it not support in cache 16.
how handle this problem?
Thanks, sansa.
Discussion (4)0
Comments
You should use any (choose the one most relevant to your requirements) of the new stream objects. See subclasses of %Stream.Object.
Thanks Eduard
You should use the newer stream implementations: %Stream.FileCharacter, %Stream.FileBinary, %Stream.GlobalCharacter, %Stream.GlobalBinary. Which one you use depends on what you want to do.
Thanks Kyle