home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Online 1998 January
/
PCO0198.ISO
/
1&1
/
java.z
/
java_301
/
java
/
io
/
InterruptedIOException.class
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
1996-10-20
|
526 b
|
13 lines
package java.io;
public class InterruptedIOException extends IOException {
public int bytesTransferred;
public InterruptedIOException() {
}
public InterruptedIOException(String s) {
super(s);
}
}