R RP2001 Nov 19, 2004 #1 Other than using the BinaryReader Class, is there any other way to read in from a binary stream/file? Thanks! -RP
Other than using the BinaryReader Class, is there any other way to read in from a binary stream/file? Thanks! -RP
P Peter Rilling Nov 19, 2004 #2 The reader just wraps a Stream instance. You could read the bytes directly from the stream if you want.
The reader just wraps a Stream instance. You could read the bytes directly from the stream if you want.