Searched defs:getInputStream (Results 1 - 17 of 17) sorted by relevance

/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_Socket.java29 public InputStream getInputStream() throws IOException; method in interface:Support_Socket
H A DSupport_HttpSocket.java38 public InputStream getInputStream() throws IOException { method in class:Support_HttpSocket
40 return instance.getInputStream();
H A DSupport_HttpConnector.java35 public InputStream getInputStream() throws IOException; method in interface:Support_HttpConnector
H A DSupport_URLConnector.java50 * @see com.ibm.support.Support_HttpConnector#getInputStream()
52 public InputStream getInputStream() throws IOException { method in class:Support_URLConnector
57 return instance.getInputStream();
/external/proguard/src/proguard/io/
H A DDataEntry.java48 public InputStream getInputStream() throws IOException; method in interface:DataEntry
H A DFileDataEntry.java66 public InputStream getInputStream() throws IOException method in class:FileDataEntry
H A DRenamedDataEntry.java59 public InputStream getInputStream() throws IOException method in class:RenamedDataEntry
61 return dataEntry.getInputStream();
H A DZipDataEntry.java73 public InputStream getInputStream() throws IOException method in class:ZipDataEntry
/external/antlr/src/org/antlr/runtime/
H A DClassicToken.java118 public CharStream getInputStream() { method in class:ClassicToken
H A DCommonToken.java79 input = oldToken.getInputStream();
167 public CharStream getInputStream() { method in class:CommonToken
H A DToken.java90 public CharStream getInputStream(); method in interface:Token
/external/javasqlite/src/main/java/SQLite/
H A DBlob.java267 public InputStream getInputStream() { method in class:Blob
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DSocketImplTest.java108 protected InputStream getInputStream() throws IOException { method in class:SocketImplTest.MockSocketImpl
H A DServerSocketTest.java917 protected InputStream getInputStream() throws IOException { method in class:ServerSocketTest.MockSocketImpl
/external/antlr/src/org/antlr/runtime/debug/
H A DRemoteDebugEventSocketListener.java113 public CharStream getInputStream() { method in class:RemoteDebugEventSocketListener.ProxyToken
198 InputStream is = channel.getInputStream();
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DParser.java487 if (i == null) i = getInputStream(publicid, systemid);
506 private InputStream getInputStream(String publicid, String systemid) throws IOException, SAXException { method in class:Parser
510 return c.getInputStream();
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 324 milliseconds