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

Popular posts from this blog

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

python Tkinter Capturing keyboard events save as one single string -

sql server - Why does Linq-to-SQL add unnecessary COUNT()? -