Rated
Read 131,425 times
Contents
Related Categories
Binary Files - Introduction
Introduction
Although binary files may at first seem rather primitive, reading and writing
bytes one by one, they can be immensely useful, and make it relatively easy
to create your own file formats. This tutorial shows you the ins and outs of
Binary files, serialization (converting variables to binary) and deserialization
(converting binary files to readable variables)
James first started writing tutorials on Visual Basic in 1999 whilst starting this website (then known as VB Web). Since then, the site has grown rapidly, and James has written numerous tutorials, articles and reviews on VB, PHP, ASP and C#. In October 2003, James formed the company Developer Fusion Ltd, which owns this website, and also offers various development services. In his spare time, he's a 3rd year undergraduate studying Computer Science in the UK. He's also a Visual Basic MVP.
Comments
-
Posted by chenneke on 21 Jun 2007
it helps me a lot, thanks[:D] -
Posted by darkside on 28 Jun 2006
Thanks it was very helpfull -
Posted by sampat on 01 May 2006
I want to read a binary file whitch saved by a Grid Option.how Can i Read this file and retrieve data from file. -
I am struggling for long time to display a GIF file on an ASP page. I have tried to return a GIF file in few formats
from a webservice.
Webservice returns the images as MemoryStream.GetBuffer(). I...
Posted by MathiasRav on 03 Mar 2004
Well I didn't notice the date in the upper left corner ;)
|