Package java.io

Class InterruptedIOException

extends IOExceptionExceptionThrowableObject

Signals that an I/O operation has been interrupted. An InterruptedIOException is thrown to indicate that an input or output transfer has been terminated because the thread performing it was terminated.

Public Constructors

_INSERT_METHOD_ENTRY_HERE_

Methods inherited from java.lang.Throwable

Methods inherited from java.lang.Object

_INSERT_INHERITED_METHOD_ENTRY_HERE_

Public Fields

  • int bytesTransferred

_INSERT_FIELDS_ENTRY_HERE_