PDA

Click to See Complete Forum and Search --> : Load file to stream


haroldweir
Jul 23rd, 2001, 09:04 AM
Ive tried loading a file in an array of byte, but the file was creating using a Delphi app which wrote 16 bit unsigned ints and when I read it into a byte array all values are set to 255, as you might expect. Ive also tried array of integer. Is there a way I can load the file to a stream and then parse the stream?