JAL-1807 Bob's JalviewJS prototype first commit
[jalviewjs.git] / site / swingjs / j2s / java / util / zip / Inflater.js
1 Clazz.declarePackage ("java.util.zip");\r
2 Clazz.load (["JU.Inflater"], "java.util.zip.Inflater", null, function () {\r
3 c$ = Clazz.declareType (java.util.zip, "Inflater", JU.Inflater);\r
4 Clazz.defineMethod (c$, "initialize", \r
5 function (nowrap) {\r
6 return this.init (0, nowrap);\r
7 }, "~B");\r
8 });\r