Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/
DProcess.java121 public abstract InputStream getInputStream(); in getInputStream() method in Process
/libcore/ojluni/src/main/java/sun/misc/
DResource.java65 public abstract InputStream getInputStream() throws IOException; in getInputStream() method in Resource
/libcore/ojluni/src/main/java/sun/nio/ch/
DFileDescriptorHolderSocketImpl.java92 protected InputStream getInputStream() throws IOException { in getInputStream() method in FileDescriptorHolderSocketImpl
DSocketAdaptor.java239 public InputStream getInputStream() throws IOException { in getInputStream() method in SocketAdaptor
/libcore/luni/src/main/java/libcore/io/
DClassPathURLStreamHandler.java169 public InputStream getInputStream() throws IOException { in getInputStream() method in ClassPathURLStreamHandler.ClassPathURLConnection
/libcore/luni/src/main/java/javax/xml/transform/stream/
DStreamSource.java163 public InputStream getInputStream() { in getInputStream() method in StreamSource
/libcore/ojluni/src/main/java/sun/net/www/protocol/file/
DFileURLConnection.java182 public synchronized InputStream getInputStream() in getInputStream() method in FileURLConnection
/libcore/luni/src/test/java/libcore/java/net/
DOldSocketImplFactoryTest.java153 protected InputStream getInputStream() throws IOException { in getInputStream() method in OldSocketImplFactoryTest.MockSocketImpl
DOldServerSocketTest.java352 protected InputStream getInputStream() throws IOException { in getInputStream() method in OldServerSocketTest.MockSocketImpl
DSocketTest.java213 @Override protected InputStream getInputStream() throws IOException { return null; } in test_SocketOptions_setOption() method in SocketTest.MySocketImpl
DOldSocketTest.java2099 protected InputStream getInputStream() throws IOException { in getInputStream() method in OldSocketTest.MockSocketImpl
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DSocketImplTest.java114 protected InputStream getInputStream() throws IOException { in getInputStream() method in SocketImplTest.MockSocketImpl
DServerSocketTest.java948 protected InputStream getInputStream() throws IOException { in getInputStream() method in ServerSocketTest.MockSocketImpl
/libcore/ojluni/src/main/java/sun/net/www/protocol/jar/
DJarURLConnection.java151 public InputStream getInputStream() throws IOException { in getInputStream() method in JarURLConnection
/libcore/ojluni/src/main/java/java/net/
DSocketImpl.java151 protected abstract InputStream getInputStream() throws IOException; in getInputStream() method in SocketImpl
DAbstractPlainSocketImpl.java425 protected synchronized InputStream getInputStream() throws IOException { in getInputStream() method in AbstractPlainSocketImpl
DSocket.java928 public InputStream getInputStream() throws IOException { in getInputStream() method in Socket
DURLConnection.java826 public InputStream getInputStream() throws IOException { in getInputStream() method in URLConnection
/libcore/ojluni/src/main/java/sun/net/www/protocol/ftp/
DFtpURLConnection.java422 public InputStream getInputStream() throws IOException { in getInputStream() method in FtpURLConnection
/libcore/ojluni/src/main/java/java/util/jar/
DJarFile.java433 public synchronized InputStream getInputStream(ZipEntry ze) in getInputStream() method in JarFile
/libcore/ojluni/src/main/java/java/util/zip/
DZipFile.java370 public InputStream getInputStream(ZipEntry entry) throws IOException { in getInputStream() method in ZipFile