Searched refs:ScatteringByteChannel (Results 1 - 5 of 5) sorted by relevance

/libcore/luni/src/main/java/java/nio/channels/
H A DScatteringByteChannel.java27 public interface ScatteringByteChannel extends ReadableByteChannel { interface in inherits:ReadableByteChannel
H A DPipe.java60 AbstractSelectableChannel implements ReadableByteChannel, ScatteringByteChannel {
H A DDatagramChannel.java43 implements ByteChannel, ScatteringByteChannel, GatheringByteChannel {
257 * {@link ScatteringByteChannel} interface.
259 * @see java.nio.channels.ScatteringByteChannel#read(java.nio.ByteBuffer[],
298 * {@link ScatteringByteChannel} interface.
300 * @see java.nio.channels.ScatteringByteChannel#read(java.nio.ByteBuffer[])
H A DSocketChannel.java58 ByteChannel, ScatteringByteChannel, GatheringByteChannel {
290 * @see java.nio.channels.ScatteringByteChannel#read(java.nio.ByteBuffer[],
H A DFileChannel.java80 implements GatheringByteChannel, ScatteringByteChannel, ByteChannel {

Completed in 1230 milliseconds