Home
last modified time | relevance | path

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

/external/proguard/src/proguard/io/
DDataEntry.java48 public InputStream getInputStream() throws IOException; in getInputStream() method
DRenamedDataEntry.java59 public InputStream getInputStream() throws IOException in getInputStream() method in RenamedDataEntry
DFileDataEntry.java66 public InputStream getInputStream() throws IOException in getInputStream() method in FileDataEntry
DZipDataEntry.java73 public InputStream getInputStream() throws IOException in getInputStream() method in ZipDataEntry
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DParser.java506 …private InputStream getInputStream(String publicid, String systemid) throws IOException, SAXExcept… in getInputStream() method in Parser