Skip to content
Prev 67306 / 398502 Next

hex format

Earl F. Glynn wrote:

            
That's only one possibility.  readBin can return a number of different 
types.
A simple solution to this would be to implement a "raw connection", that 
takes a raw variable and lets you read it using readBin.
Currently you can do it by writing the raw data out to a temporary file 
and reading it back in.  It would be nice to allow this to happen 
without the temporary file.

Duncan Murdoch