Package Summary  Overview Summary

class:InterruptedIOException [NONE]

field:bytesTransferred [NONE]

  • bytesTransferred

    public int bytesTransferred
    Reports how many bytes had been transferred as part of the I/O operation before it was interrupted.

constructor:<init>() [NONE]

  • InterruptedIOException

    public InterruptedIOException()
    Constructs an InterruptedIOException with null as its error detail message.

constructor:<init>(java.lang.String) [NONE]

  • InterruptedIOException

    public InterruptedIOException​(String s)
    Constructs an InterruptedIOException with the specified detail message. The string s can be retrieved later by the Throwable.getMessage() method of class java.lang.Throwable.
    Parameters:
    s - the detail message.

© 2019 Oracle Corporation and/or its affiliates