intersystems cache - ObjectScript Library.FileBinaryStream convert into a string -
how can create string binary stream? tried streamget , outputtodevice class methods not returning string. there class should use
thanks :)
assuming stream
%library.filebinarystream
:
set string = stream.read($$$maxstringlength)
note string can't more 7mb, while stream can bigger.
Comments
Post a Comment