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
"Srilatha" wrote:
[color=blue]
> 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?[/color]
Comment