How to get Byte Array Input Stream in VB.Net

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

Guest

Hi,
I want to read a file as a Byte Array Input Stream in VB.Net.

How can I declare a Byte Array Input Stream?
 
I don't know any VB.NET but if you want to get at a file as a byte[] use the
BinaryReader class in the System.IO namespace.


Brian Delahunty
 
Back
Top