On Thu, Jul 8, 2010 at 1:24 AM, Noufal Ibrahim <[email protected]> wrote:
> Rahul R <[email protected]> writes: > > > i was wondering if there is a way to fetch the raw data of any file i > > input for example if i accept a text file or a video file (particualr > > large video files ). i could fetch the the equivalent bits and store > > it in another file > > [...] > > I'm not sure what you want to do. What do you mean by the following > terms > - fetch (as in "fetch the raw data") > - raw data > - accept (as in "accept a text file") > - equivalent (as in "equivalent bits") > - store (as in "store it in another file") > > IF you're looking to make copies, it's simple enough. Just read from one > (source) and write into the other (destination). > > > yep similar to that .. but i want the complete text or video file in bit level and if possible store it in a list. Well i never tried storing such huge amount of data to be stored in a list _______________________________________________ BangPypers mailing list [email protected] http://mail.python.org/mailman/listinfo/bangpypers
