Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / 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 });