Skip to content

the pure java implementation of ziplib from j2se for j2me

Notifications You must be signed in to change notification settings

bearprada/jazzlib2me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jazzlib2me

The pure java implementation of java.util.zip for J2ME. It's reference Jazzlib

http://jazzlib.sourceforge.net/

ChangeLog

  • Remove the Dependency of Object.clone()
  • Add RandomAccessFile/BufferedInputStream class
  • Add ProxyInflaterInputStream class let InputStream.available() return full stream length (it's a bad behavior on J2ME programmer)

TODO

  • Upload a distribution jar file
  • Add the sample codes
  • Add the Ant Script

License

This code is released under the GPL license with a special exception: As a special exception, if you link this library with other files to produce an executable, this library does not by itself cause the resulting executable to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the executable file might be covered by the GNU General Public License.

About

the pure java implementation of ziplib from j2se for j2me

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages