How to get Byte Array Input Stream in VB.Net

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?
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top