Re: BitVector read-from-file Question

2008-03-16 Thread Gabriel Genellina
En Mon, 10 Mar 2008 14:06:07 -0200, Michael Wieher <[EMAIL PROTECTED]> escribi�: > I'm trying to read in data from large binary files using BitVector > (thanks > btw, for whoever mentioned it on the list, its nice) > > I'll be reading the data in as requested by the user, in (relatively) > s

BitVector read-from-file Question

2008-03-10 Thread Michael Wieher
I'm trying to read in data from large binary files using BitVector (thanks btw, for whoever mentioned it on the list, its nice) I'll be reading the data in as requested by the user, in (relatively) small chunks as needed. Problem is I can't read the whole file in at once (its ridiculously large)