Searched refs:bis (Results 1 – 3 of 3) sorted by relevance
173 BufferedInputStream bis; in createBase64Image() local175 bis = new BufferedInputStream(ctx.getAssets().open(EMBEDDED_IMAGE_FILENAME)); in createBase64Image()176 byte[] embeddedImage = new byte[bis.available()]; in createBase64Image()177 bis.read(embeddedImage); in createBase64Image()
226 BufferedInputStream bis = new BufferedInputStream(getAssets().open( in installPkcs12() local228 byte[] keychain = new byte[bis.available()]; in installPkcs12()229 bis.read(keychain); in installPkcs12()
122 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray()); in load() local124 GLES10.GL_RGB, GLES10.GL_UNSIGNED_SHORT_5_6_5, bis); in load()