-
Binary File Reader
I am trying to read in a file that is stored in binary format, can any one
tell me how to do this, i can read the file as a String and it reads out
garbage (as you would expect), but i can not figuer out how to get it to
read the binary and conver this in to some thing that is understandable??
-
Re: Binary File Reader
There's no such thing as "binary format". ALL files store binary data. To
make your file into something understandable, you need information from the
person or software that created it. That information needs to describe how
the data in the file is organized.
PC2
"dagz" <dagz555@ntlword.com> wrote in message
news:3b25590a$1@news.devx.com...
>
> I am trying to read in a file that is stored in binary format, can any one
> tell me how to do this, i can read the file as a String and it reads out
> garbage (as you would expect), but i can not figuer out how to get it to
> read the binary and conver this in to some thing that is understandable??
>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks