https://github.com/marschall/zipfilesystem-standalone
A standalone version of the zip file system provider in JDK7
https://github.com/marschall/zipfilesystem-standalone
Last synced: about 1 month ago
JSON representation
A standalone version of the zip file system provider in JDK7
- Host: GitHub
- URL: https://github.com/marschall/zipfilesystem-standalone
- Owner: marschall
- Created: 2012-12-21T15:25:40.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-24T07:52:26.000Z (over 11 years ago)
- Last Synced: 2025-03-27T02:43:14.753Z (about 2 months ago)
- Language: Java
- Size: 176 KB
- Stars: 8
- Watchers: 5
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ZIP File System Standalone
==========================A stand alone version of the zip file system included in JDK 7. It contains a fix for [bug 8004789](http://bugs.sun.com/view_bug.do?bug_id=8004789).
The code is under 3 clause BSD license and retains all the Oracale license headers.
The packages are prefixed with `com.github.marschall` like packages included in the JDK (like Xerces).
The name of the provider been changed from `jar` to `zipfs`.
```xml
com.github.marschall
zipfilesystem-standalone
1.0.1
```