![JAR search and dependency download from the Maven repository](/logo.png)
java.nio.channels.InterruptibleChannel Maven / Gradle / Ivy
package java.nio.channels;
import java.io.IOException;
public interface InterruptibleChannel extends Channel {
void close() throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy