How to get Byte Array Input Stream in VB.Net

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Srilatha

    How to get Byte Array Input Stream in VB.Net

    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?
  • Brian Delahunty

    #2
    RE: How to get Byte Array Input Stream in VB.Net

    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

    Working...