Extends ZipFile using apache commons compress ZipFile, to have finer control over the header allowing some parts to be ignored,
ex: the general access bit
This commit is contained in:
Connor Tumbleson
2013-04-06 12:50:42 -05:00
parent 51013d9e0a
commit 42f69fd745
7 changed files with 94 additions and 25 deletions

View File

@ -30,6 +30,7 @@
*/
dependencies {
compile project(':brut.j.dir')
compile 'com.google.code.findbugs:jsr305:1.3.9'
compile 'com.google.collections:google-collections:1.0'
}