Home
last modified time | relevance | path

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

12

/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/luni/src/main/java/libcore/io/
DClassPathURLStreamHandler.java154 public InputStream getInputStream() throws IOException { in getInputStream() method in ClassPathURLStreamHandler.ClassPathURLConnection
/libcore/ojluni/src/main/java/sun/nio/ch/
DFileDescriptorHolderSocketImpl.java92 protected InputStream getInputStream() throws IOException { in getInputStream() method in FileDescriptorHolderSocketImpl
DSocketAdaptor.java241 public InputStream getInputStream() throws IOException { in getInputStream() method in SocketAdaptor
/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/ojluni/annotations/mmodule/java/net/
DSocketImpl.annotated.java51 protected abstract java.io.InputStream getInputStream() throws java.io.IOException; in getInputStream() method in SocketImpl
DSocket.annotated.java78 public java.io.InputStream getInputStream() throws java.io.IOException { throw new RuntimeException… 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.java352 protected InputStream getInputStream() throws IOException { in getInputStream() method in OldServerSocketTest.MockSocketImpl
DSocketTest.java212 @Override protected InputStream getInputStream() throws IOException { return null; } in test_SocketOptions_setOption() method in SocketTest.MySocketImpl
/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.java155 public InputStream getInputStream() throws IOException { in getInputStream() method in JarURLConnection
/libcore/ojluni/annotations/hiddenapi/java/net/
DSocketImpl.java54 protected abstract java.io.InputStream getInputStream() throws java.io.IOException; in getInputStream() method in SocketImpl
DSocket.java165 public java.io.InputStream getInputStream() throws java.io.IOException { in getInputStream() method in Socket
/libcore/ojluni/src/main/java/java/net/
DSocketImpl.java151 protected abstract InputStream getInputStream() throws IOException; in getInputStream() method in SocketImpl
DAbstractPlainSocketImpl.java460 protected synchronized InputStream getInputStream() throws IOException { in getInputStream() method in AbstractPlainSocketImpl
DSocket.java933 public InputStream getInputStream() throws IOException { in getInputStream() method in Socket
/libcore/ojluni/annotations/hiddenapi/java/lang/
DUNIXProcess.java75 public java.io.InputStream getInputStream() { in getInputStream() method in UNIXProcess
/libcore/ojluni/src/main/java/sun/net/www/protocol/ftp/
DFtpURLConnection.java422 public InputStream getInputStream() throws IOException { in getInputStream() method in FtpURLConnection
/libcore/ojluni/annotations/hiddenapi/java/util/jar/
DJarFile.java98 public synchronized java.io.InputStream getInputStream(java.util.zip.ZipEntry ze) in getInputStream() method in JarFile
/libcore/ojluni/src/main/java/java/util/jar/
DJarFile.java452 public synchronized InputStream getInputStream(ZipEntry ze) in getInputStream() method in JarFile
/libcore/ojluni/annotations/hiddenapi/java/util/zip/
DZipFile.java73 public java.io.InputStream getInputStream(java.util.zip.ZipEntry entry) in getInputStream() method in ZipFile

12