 |
 |
|
 |
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
>> I'm still pretty sure you'll need the whole file in case of bzip2. But
>
> Now I'm even more sure, I tested ;). I drained 10M of random data to a
> file, compressed it, had 11M file :), took first 10M of it and tried to
> uncompress it.
> bunzip2: Deleting output file testi2, if it exists.
That's a limitation of the bunzip2 executable, not a fundamental
limitation of the algorithm itself.
--
http://blog.orphi.me.uk/
http://www.zazzle.com/MathematicalOrchid*
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
Orchid XP v8 wrote:
>
> That's a limitation of the bunzip2 executable, not a fundamental
> limitation of the algorithm itself.
>
I think that's true too, while bunzip2 can actually list all full
blocks. Never tried so hard, just waited for the whole file.
Question if someone would know: is there a Linux-software freely
available that *can* uncompress the existing part of bzip2 archive?
-Aero
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
Darren New <dne### [at] san rr com> wrote:
> The basic pre-compression transform in bzip2:
> http://en.wikipedia.org/wiki/Burrows-Wheeler_transform
Btw, BWT is often followed by MTF, to further increase compressibility.
http://en.wikipedia.org/wiki/Move-to-front_transform
--
- Warp
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
On Mon, 05 Jan 2009 22:40:20 +0200, Eero Ahonen wrote:
> Question if someone would know: is there a Linux-software freely
> available that *can* uncompress the existing part of bzip2 archive?
bunzip2 can - just stream the output to stdout and redirect to a
file....that would seem to work.
Jim
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |