BinaryReader and Byte Length

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

VB.Net

Using a BinaryReader to read the data coming from a WebResponse stream into
a byte array.

How is the stream byte length determined?

If cannot get the length, what is the best way to move bytes from the stream
to the array?

Thanks.
 
Back
Top