summaryrefslogtreecommitdiffstats
path: root/core-stubs-mini/src/java/nio/channels/InterruptibleChannel.java
blob: 1236c5bd43119ce85b3425b006293722e0c45395 (plain)
1
2
3
4
5
6
package java.nio.channels;
public interface InterruptibleChannel
  extends java.nio.channels.Channel
{
public abstract  void close() throws java.io.IOException;
}