Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

BZipClassLoader

  Asked By: Muaz    Date: Apr 10    Category: Java    Views: 368
  

JarClassLoader loads classes from a jar, and uses zip for compression.

I compresses a few of my class directories using jar and bzip2, and
noticed that bzip2 compresses about 30% better than jar.

(Using zip instead of jar doesn't work any better btw)

So, how about creating a BZipClassLoader? And how about integrating
it into URL, so that we can load things like:

bzip:file:a.bz2!a.class or something like that?

Does anyone know of any small bunzippers/bzippers written in Java?

Share: 

 

No Answers Found. Be the First, To Post Answer.

 
Didn't find what you were looking for? Find more on BZipClassLoader Or get search suggestion and latest updates.

Related Topics:



Tagged:  

 

Related Post