From: "Marcin Mielżyński" Date: 2006-03-05T23:33:39+09:00 Subject: Re: reading binary data stops unexpectedly Gonzalo Rubio wrote: > in a nutshell, my code goes like this: > File.open('sound.dat', 'r').each_byte do |byte| > #...stuff to process the data... > end open('sound.dat', 'rb') lopex