From: Michael Linfield Date: 2007-10-26T00:16:55+09:00 Subject: Re: read write integer in binary into a file Vianney Lecroart wrote: >> How about Marshal? > > Files are filled by an external C application that do something like: > fwrite(fp, 4, myint); > > Se I have to use the same file format. What file format? I dont see any problem with using Marshal, it doesnt need a file format specified its simply just a marshal dump. -- Posted via http://www.ruby-forum.com/.