File size: 291 Bytes
233f6d4
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
Clazz.declarePackage ("java.util.zip");
Clazz.load (["JU.Inflater"], "java.util.zip.Inflater", null, function () {
c$ = Clazz.declareType (java.util.zip, "Inflater", JU.Inflater);
Clazz.defineMethod (c$, "initialize", 
function (nowrap) {
return this.init (0, nowrap);
}, "~B");
});