Home
last modified time | relevance | path

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

1234

/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
DARMThumbOptions.java30 public InputStream getInputStream(InputStream in, ArrayCache arrayCache) { in getInputStream() method in ARMThumbOptions
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
DX86Options.java30 public InputStream getInputStream(InputStream in, ArrayCache arrayCache) { in getInputStream() method in X86Options
DARMOptions.java30 public InputStream getInputStream(InputStream in, ArrayCache arrayCache) { in getInputStream() method in ARMOptions
DIA64Options.java30 public InputStream getInputStream(InputStream in, ArrayCache arrayCache) { in getInputStream() method in IA64Options
DBCJDecoder.java42 public InputStream getInputStream(InputStream in, ArrayCache arrayCache) { in getInputStream() method in BCJDecoder
/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.java27 public InputStream getInputStream(InputStream dataIn) in getInputStream() method in RecipientOperator
/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/operator/
DInputDecryptor.java28 InputStream getInputStream(InputStream encIn); in getInputStream() method
/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/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/desugar/java/com/google/devtools/build/android/desugar/io/
DInputFileProvider.java38 InputStream getInputStream(String filename) throws IOException; in getInputStream() method
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/parallel/
DScatterGatherBackingStore.java44 InputStream getInputStream() throws IOException; in getInputStream() method
DFileBasedScatterGatherBackingStore.java50 public InputStream getInputStream() throws IOException { in getInputStream() method in FileBasedScatterGatherBackingStore
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBluetoothSocket.java46 protected InputStream getInputStream() { in getInputStream() method in ShadowBluetoothSocket
/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

1234