Home
last modified time | relevance | path

Searched defs:getInputStream (Results 1 – 19 of 19) 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/javax/xml/transform/stream/
DStreamSource.java163 public InputStream getInputStream() { in getInputStream() method in StreamSource
/libcore/luni/src/main/java/libcore/net/url/
DJarURLConnectionImpl.java211 public InputStream getInputStream() throws IOException { in getInputStream() method in JarURLConnectionImpl
DFileURLConnection.java306 public InputStream getInputStream() throws IOException { in getInputStream() method in FileURLConnection
DFtpURLConnection.java298 public InputStream getInputStream() throws IOException { in getInputStream() method in FtpURLConnection
/libcore/luni/src/test/java/libcore/java/net/
DOldSocketImplFactoryTest.java153 protected InputStream getInputStream() throws IOException { in getInputStream() method in OldSocketImplFactoryTest.MockSocketImpl
DOldServerSocketTest.java361 protected InputStream getInputStream() throws IOException { in getInputStream() method in OldServerSocketTest.MockSocketImpl
DSocketTest.java189 @Override protected InputStream getInputStream() throws IOException { return null; } in test_SocketOptions_setOption() method in SocketTest.MySocketImpl
DOldSocketTest.java2225 protected InputStream getInputStream() throws IOException { in getInputStream() method in OldSocketTest.MockSocketImpl
/libcore/luni/src/main/java/java/net/
DSocketImpl.java167 protected abstract InputStream getInputStream() throws IOException; in getInputStream() method in SocketImpl
DURLConnection.java587 public InputStream getInputStream() throws IOException { in getInputStream() method in URLConnection
DPlainSocketImpl.java212 @Override protected synchronized InputStream getInputStream() throws IOException { in getInputStream() method in PlainSocketImpl
DSocket.java358 public InputStream getInputStream() throws IOException { in getInputStream() method in Socket
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DSocketImplTest.java108 protected InputStream getInputStream() throws IOException { in getInputStream() method in SocketImplTest.MockSocketImpl
DServerSocketTest.java906 protected InputStream getInputStream() throws IOException { in getInputStream() method in ServerSocketTest.MockSocketImpl
/libcore/luni/src/main/java/java/util/jar/
DStrictJarFile.java140 public InputStream getInputStream(ZipEntry ze) { in getInputStream() method in StrictJarFile
DJarFile.java374 public InputStream getInputStream(ZipEntry ze) throws IOException { in getInputStream() method in JarFile
/libcore/luni/src/main/java/java/nio/
DSocketChannelImpl.java570 public InputStream getInputStream() throws IOException { in getInputStream() method in SocketChannelImpl.SocketAdapter