模块  java.base
软件包  java.io

Class InterruptedIOException

    • 字段详细信息

      • bytesTransferred

        public int bytesTransferred
        报告在中断之前作为I / O操作的一部分传输了多少字节。
    • 构造方法详细信息

      • InterruptedIOException

        public InterruptedIOException()
        构造一个 InterruptedIOException其中包含 null作为其错误详细消息。
      • InterruptedIOException

        public InterruptedIOException​(String s)
        使用指定的详细消息构造一个InterruptedIOException s可以通过类java.lang.ThrowableThrowable.getMessage()方法检索字符串java.lang.Throwable
        参数
        s - 详细信息。