Searched refs:bis (Results 1 – 5 of 5) sorted by relevance
68 try (ByteArrayInputStream bis = new ByteArrayInputStream(bytes); in fromBytes() argument69 ObjectInput in = new ObjectInputStream(bis)) { in fromBytes()
208 BufferedInputStream bis = new BufferedInputStream(zipSrc.getInputStream(entry)); in scanJarFile() local219 ClassReader cr = new ClassReader(bis); in scanJarFile()
164 try (BufferedInputStream bis = new BufferedInputStream(is)) { in loadRawResourceBytes() argument165 for (int b = bis.read(); b != -1; b = bis.read()) { in loadRawResourceBytes()
1551 try (ByteArrayInputStream bis = new ByteArrayInputStream(data)) { in getBundleFromBackupData() argument1552 return PersistableBundle.readFromStream(bis); in getBundleFromBackupData()
159 BufferedInputStream bis = new BufferedInputStream(is); in setUp() local161 int lo = bis.read(); in setUp()162 int hi = bis.read(); in setUp()169 bis.close(); in setUp()