| 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"); | |
| }); | |