Searched refs:fromInputStream (Results 1 – 7 of 7) sorted by relevance
103 return DexBackedDexFile.fromInputStream(opcodes, inputStream); in loadDexFile()111 return DexBackedOdexFile.fromInputStream(opcodes, inputStream); in loadDexFile()
75 XmlMessageWrapper.fromInputStream(mInputStream); in getNextMessage()
130 public static XmlMessageWrapper fromInputStream(InputStream stream) in fromInputStream() method in XmlMessageWrapper
85 … public static DexBackedOdexFile fromInputStream(@Nonnull Opcodes opcodes, @Nonnull InputStream is)
99 … public static DexBackedDexFile fromInputStream(@Nonnull Opcodes opcodes, @Nonnull InputStream is) in fromInputStream() method in DexBackedDexFile
297 static DERBitString fromInputStream(int length, InputStream stream) in fromInputStream() method in DERBitString
433 return DERBitString.fromInputStream(defIn.getRemaining(), defIn); in createPrimitiveDERObject()