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

/libcore/ojluni/src/main/java/java/net/
H A DSocketInputStream.java39 * SocketInputStream. Note that this class should <b>NOT</b> be
45 class SocketInputStream extends FileInputStream class in inherits:FileInputStream
58 * Creates a new SocketInputStream. Can only be called
63 SocketInputStream(AbstractPlainSocketImpl impl) throws IOException { method in class:SocketInputStream
73 * The {@code getChannel} method of {@code SocketInputStream}
H A DAbstractPlainSocketImpl.java59 private SocketInputStream socketInputStream = null;
467 socketInputStream = new SocketInputStream(this);
472 void setInputStream(SocketInputStream in) {
H A DSocksSocketImpl.java124 count = ((SocketInputStream)in).read(data, received, len - received, remainingMillis(deadlineMillis));
1022 psi.setInputStream((SocketInputStream) in);
/libcore/ojluni/src/main/native/
H A DSocketInputStream.c43 * SocketInputStream
157 NATIVE_METHOD(SocketInputStream, socketRead0, "(Ljava/io/FileDescriptor;[BIII)I"),
161 jniRegisterNativeMethods(env, "java/net/SocketInputStream", gMethods, NELEM(gMethods));
/libcore/ojluni/src/main/java/sun/nio/ch/
H A DSocketAdaptor.java193 private class SocketInputStream class in class:SocketAdaptor
196 private SocketInputStream() { method in class:SocketAdaptor.SocketInputStream
251 return new SocketInputStream();

Completed in 54 milliseconds