Gauthier

Results 702 comments of Gauthier

I have the same issue.

> i have taken a look at the rar5.0 format, it changes a lot.i will try my best,but i wont be finished soon。 The kaitai tool mentioned above already contain...

Yes, kaitai is just defining the arrangement of blocks in a file format. It doesn't implement uncompressing rar5, but it gives you the structure of the rar5 files. Maybe it...

> When I read a rar5 file. the exception can not be catched. There is a [test](https://github.com/junrar/junrar/blob/79b8909cc5d6fe478eb1412eea22710773f27840/src/test/java/com/github/junrar/RarVersionTest.java#L51) that covers that. It could come from your archive. Can you perform a...

What I am saying is that a rar5 will throw an exception, as shown in the test. So the problem is probably with your file. Unrar is the free executable...

There are no plans to add this, in near or far future. The format is completely different from the rar 4 handled in this library. The code for junrar is...

To use JNI one would need to write all the bindings from Java to C++. Then you have the problem of compiling the underlying library for many OSes and cpu...

> Adding `META-INF/vfs-providers.xml` to the JAR would be nice as well, so `vfs2` can find the RAR plugin, since `vfs2` support is implemented already: > > ``` > > >...

> > > Adding `META-INF/vfs-providers.xml` to the JAR would be nice as well, so `vfs2` can find the RAR plugin, since `vfs2` support is implemented already: > > > ```...

https://github.com/vsubhash/junrar/commit/9831bedeb0deaa1fc82ff13901a5ece7f30beb3b is breaking tests. Some of our test files do have windows separators, and extract fine on Mac and Linux, so this is probably not needed.