summaryrefslogtreecommitdiffstats
path: root/core-stubs-mini/src/java/nio/channels/ByteChannel.java
blob: bb2b928359d1f1646d0200aeaea2b1a7ddf5dc07 (plain)
1
2
3
4
5
package java.nio.channels;
public interface ByteChannel
  extends java.nio.channels.ReadableByteChannel, java.nio.channels.WritableByteChannel
{
}