Home
last modified time | relevance | path

Searched defs:getInputStream (Results 1 – 23 of 23) sorted by relevance

/libcore/luni/src/main/java/java/lang/
DProcess.java93 public abstract InputStream getInputStream(); in getInputStream() method in Process
DProcessManager.java285 public InputStream getInputStream() { in getInputStream() method in ProcessManager.ProcessImpl
/libcore/luni/src/main/java/libcore/net/url/
DFileURLConnection.java179 public InputStream getInputStream() throws IOException { in getInputStream() method in FileURLConnection
DJarURLConnectionImpl.java215 public InputStream getInputStream() throws IOException { in getInputStream() method in JarURLConnectionImpl
DFtpURLConnection.java298 public InputStream getInputStream() throws IOException { in getInputStream() method in FtpURLConnection
/libcore/luni/src/main/java/javax/xml/transform/stream/
DStreamSource.java163 public InputStream getInputStream() { in getInputStream() method in StreamSource
/libcore/luni/src/test/java/tests/api/java/lang/
DProcessTest.java192 public InputStream getInputStream() { in getInputStream() method in ProcessTest.ProcessClass
/libcore/luni/src/main/java/java/net/
DSocketImpl.java167 protected abstract InputStream getInputStream() throws IOException; in getInputStream() method in SocketImpl
DURLConnection.java596 public InputStream getInputStream() throws IOException { in getInputStream() method in URLConnection
DPlainSocketImpl.java215 @Override protected synchronized InputStream getInputStream() throws IOException { in getInputStream() method in PlainSocketImpl
DSocket.java338 public InputStream getInputStream() throws IOException { in getInputStream() method in Socket
/libcore/luni/src/test/java/libcore/java/net/
DOldSocketImplFactoryTest.java153 protected InputStream getInputStream() throws IOException { in getInputStream() method in OldSocketImplFactoryTest.MockSocketImpl
DOldServerSocketTest.java368 protected InputStream getInputStream() throws IOException { in getInputStream() method in OldServerSocketTest.MockSocketImpl
DSocketTest.java158 @Override protected InputStream getInputStream() throws IOException { return null; } in test_SocketOptions_setOption() method in SocketTest.MySocketImpl
DOldSocketTest.java2426 protected InputStream getInputStream() throws IOException { in getInputStream() method in OldSocketTest.MockSocketImpl
/libcore/luni/src/main/java/libcore/net/http/
DHttpConnection.java156 public InputStream getInputStream() throws IOException { in getInputStream() method in HttpConnection
DHttpURLConnectionImpl.java163 @Override public final InputStream getInputStream() throws IOException { in getInputStream() method in HttpURLConnectionImpl
DHttpsURLConnectionImpl.java270 public InputStream getInputStream() throws IOException { in getInputStream() method in HttpsURLConnectionImpl
/libcore/luni/src/main/java/java/util/jar/
DJarFile.java369 public InputStream getInputStream(ZipEntry ze) throws IOException { in getInputStream() method in JarFile
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
DSSLSocketImpl.java458 public InputStream getInputStream() throws IOException { in getInputStream() method in SSLSocketImpl
DOpenSSLSocketImpl.java614 @Override public InputStream getInputStream() throws IOException { in getInputStream() method in OpenSSLSocketImpl
/libcore/luni/src/main/java/java/nio/
DSocketChannelImpl.java555 public InputStream getInputStream() throws IOException { in getInputStream() method in SocketChannelImpl.SocketAdapter
/libcore/luni/src/main/java/libcore/io/
DDiskLruCache.java639 public InputStream getInputStream(int index) { in getInputStream() method in DiskLruCache.Snapshot