cd05ad5b1de28654c864a77acc2501d635ad1cc7
[jalviewjs.git] / site / swingjs / j2s / java / io / InterruptedIOException.js
1 Clazz.load(["java.io.IOException"],"java.io.InterruptedIOException",null,function(){
2 c$=Clazz.decorateAsClass(function(){
3 this.bytesTransferred=0;
4 Clazz.instantialize(this,arguments);
5 },java.io,"InterruptedIOException",java.io.IOException);
6 });