[BangPypers] python program to fetch input data in complete bit format
Noufal Ibrahim
noufal at gmail.com
Wed Jul 7 21:54:22 CEST 2010
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).
--
More information about the BangPypers
mailing list