Home
last modified time | relevance | path

Searched refs:AsynchronousByteChannel (Results 1 – 7 of 7) sorted by relevance

/libcore/luni/src/test/java/libcore/java/nio/channels/
DChannelsTest.java23 import java.nio.channels.AsynchronousByteChannel;
74 AsynchronousByteChannel abc = mock(AsynchronousByteChannel.class); in testInputStreamAsynchronousByteChannel()
102 AsynchronousByteChannel abc = mock(AsynchronousByteChannel.class); in testOutputStreamAsynchronousByteChannel()
/libcore/ojluni/src/main/java/java/nio/channels/
DAsynchronousByteChannel.java53 public interface AsynchronousByteChannel interface
DAsynchronousSocketChannel.java125 implements AsynchronousByteChannel, NetworkChannel
DChannels.java199 public static InputStream newInputStream(AsynchronousByteChannel ch) { in newInputStream()
274 public static OutputStream newOutputStream(AsynchronousByteChannel ch) {
/libcore/
Dopenjdk_java_files.bp379 "ojluni/src/main/java/java/nio/channels/AsynchronousByteChannel.java",
DEXPECTED_UPSTREAM411 …ava/nio/channels/AsynchronousByteChannel.java,jdk17u/jdk-17.0.6-ga,src/java.base/share/classes/jav…
/libcore/api/
Dcurrent.txt6614 public interface AsynchronousByteChannel extends java.nio.channels.AsynchronousChannel {
6672 …act class AsynchronousSocketChannel implements java.nio.channels.AsynchronousByteChannel java.nio.…
6707 …method public static java.io.InputStream newInputStream(java.nio.channels.AsynchronousByteChannel);
6709 …thod public static java.io.OutputStream newOutputStream(java.nio.channels.AsynchronousByteChannel);