[BangPypers] python program to fetch input data in complete bit format

Rahul R rahul8590 at gmail.com
Wed Jul 7 22:29:54 CEST 2010


On Thu, Jul 8, 2010 at 1:24 AM, Noufal Ibrahim <noufal at gmail.com> wrote:

> Rahul R <rahul8590 at gmail.com> 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


More information about the BangPypers mailing list