|
Home Up
FileStreamToByte
Can anyone help me i have put a file into a filestream but now need to convert it into its byte form, any help would be appreciated.
--
In short I'd say : create your stream readbuffer as a byte type buffer and read from the filestream into the buffer and voila.....
|