How to read Binary file Created in UNIX using VB.net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tulasisridhar
    New Member
    • Oct 2008
    • 1

    How to read Binary file Created in UNIX using VB.net

    Hi All,

    I have binary file created in Unix

    I now need to read it using VB.net and doo some procesing.

    There is some conversion between bigendian and little endians.

    I know the structure of the file of the binary file..... Any suggestions

    Your help is greatly appreciated

    Thanks
    Sridhar
  • krishnabhargav
    New Member
    • Feb 2008
    • 24

    #2
    Read each byte from the binary file, then based on the conversion you shift it right or left to match the *-endian nature. Just a 1 cent answer in 1 second. So do not mind.

    Comment

    • Plater
      Recognized Expert Expert
      • Apr 2007
      • 7872

      #3
      Somewhere burried in the .NET classes I remember seeing conversion stuff for BigEndian and LittleEndian.

      Comment

      Working...