Home
last modified time | relevance | path

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

12345

/external/xz-java/src/org/tukaani/xz/
DFilterOptions.java90 public InputStream getInputStream(InputStream in) throws IOException { in getInputStream() method in FilterOptions
98 public abstract InputStream getInputStream( in getInputStream() method in FilterOptions
DFilterDecoder.java16 InputStream getInputStream(InputStream in, ArrayCache arrayCache); in getInputStream() method
DLZMA2Decoder.java32 public InputStream getInputStream(InputStream in, ArrayCache arrayCache) { in getInputStream() method in LZMA2Decoder
DDeltaDecoder.java29 public InputStream getInputStream(InputStream in, ArrayCache arrayCache) { in getInputStream() method in DeltaDecoder
DPowerPCOptions.java30 public InputStream getInputStream(InputStream in, ArrayCache arrayCache) { in getInputStream() method in PowerPCOptions
DSPARCOptions.java30 public InputStream getInputStream(InputStream in, ArrayCache arrayCache) { in getInputStream() method in SPARCOptions
DIA64Options.java30 public InputStream getInputStream(InputStream in, ArrayCache arrayCache) { in getInputStream() method in IA64Options
DARMThumbOptions.java30 public InputStream getInputStream(InputStream in, ArrayCache arrayCache) { in getInputStream() method in ARMThumbOptions
DARMOptions.java30 public InputStream getInputStream(InputStream in, ArrayCache arrayCache) { in getInputStream() method in ARMOptions
DX86Options.java30 public InputStream getInputStream(InputStream in, ArrayCache arrayCache) { in getInputStream() method in X86Options
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/changes/
DChangeSetPerformer.java237 InputStream getInputStream() throws IOException; in getInputStream() method
256 public InputStream getInputStream() { in getInputStream() method in ChangeSetPerformer.ArchiveInputStreamIterator
280 public InputStream getInputStream() throws IOException { in getInputStream() method in ChangeSetPerformer.ZipFileIterator
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DCMSReadable.java8 public InputStream getInputStream() in getInputStream() method
DCMSAbsentContent.java29 public InputStream getInputStream() in getInputStream() method in CMSAbsentContent
DRecipientOperator.java25 public InputStream getInputStream(InputStream dataIn) in getInputStream() method in RecipientOperator
DCMSProcessableByteArray.java35 public InputStream getInputStream() in getInputStream() method in CMSProcessableByteArray
/external/apache-harmony/support/src/test/java/tests/support/
DSupport_Socket.java29 public InputStream getInputStream() throws IOException; in getInputStream() method
DSupport_HttpSocket.java38 public InputStream getInputStream() throws IOException { in getInputStream() method in Support_HttpSocket
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
DInputDecryptor.java28 InputStream getInputStream(InputStream encIn); in getInputStream() method
/external/antlr/runtime/Python3/antlr3/
Dtokens.py138 def getInputStream(self): member in Token
229 def getInputStream(self): member in CommonToken
282 def getInputStream(self): member in ClassicToken
/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
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/parallel/
DScatterGatherBackingStore.java44 InputStream getInputStream() throws IOException; in getInputStream() method
/external/desugar/java/com/google/devtools/build/android/desugar/io/
DInputFileProvider.java38 InputStream getInputStream(String filename) throws IOException; in getInputStream() method
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBluetoothSocket.java46 protected InputStream getInputStream() { in getInputStream() method in ShadowBluetoothSocket
/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
DClassPath.java187 public InputStream getInputStream( final String name ) throws IOException { in getInputStream() method in ClassPath
199 public InputStream getInputStream( final String name, final String suffix ) throws IOException { in getInputStream() method in ClassPath
373 InputStream getInputStream() throws IOException; in getInputStream() method

12345