Module  java.base
软件包  java.io

Class InterruptedIOException

    • 字段详细信息

      • bytesTransferred

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

      • InterruptedIOException

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

        public InterruptedIOException​(String s)
        构造具有指定详细消息的InterruptedIOException 字符串s可以稍后由检索Throwable.getMessage()类的方法java.lang.Throwable
        参数
        s - 详细信息。