All Downloads are FREE. Search and download functionalities are using the official Maven repository.

java.io.InterruptedIOException Maven / Gradle / Ivy

The newest version!
package java.io;

public class InterruptedIOException extends IOException {
    public int bytesTransferred;

    public InterruptedIOException() {}
    public InterruptedIOException(String s) {}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy