Class java.io.InterruptedIOException (1.0)


public class InterruptedIOException extends IOException {
  // Public Constructors
    public InterruptedIOException( );
    public InterruptedIOException(String s);
  // Public Instance Variables
    public int bytesTransferred;
}