January 2002
Intermediate to advanced
264 pages
8h 3m
English
java.io.InterruptedIOException
This exception is identical to its J2SE counterpart. It signifies
that an input or output operation was interrupted. The
bytesTransferred field indicates the number of
bytes that were successfully transferred before the interruption took
place.
public classInterruptedIOExceptionextends java.io.IOException { // public fields public intbytesTransferred; // constructors publicInterruptedIOException(); publicInterruptedIOException(String s); }
Read now
Unlock full access