Searched refs:bais (Results 1 – 8 of 8) sorted by relevance
116 ByteArrayInputStream bais = null; in create() local121 bais = new ByteArrayInputStream(bytes); in create()122 ois = new ObjectInputStream(bais); in create()125 if (bais != null) { in create()126 bais.close(); in create()
324 ByteArrayInputStream bais; in testInputStream() local333 bais = new ByteArrayInputStream(encoded); in testInputStream()334 b64is = new Base64InputStream(bais, flags); in testInputStream()342 bais = new ByteArrayInputStream(encoded); in testInputStream()343 b64is = new Base64InputStream(bais, flags); in testInputStream()351 bais = new ByteArrayInputStream(encoded); in testInputStream()352 b64is = new Base64InputStream(bais, flags); in testInputStream()372 bais = new ByteArrayInputStream(plain); in testInputStream()373 b64is = new Base64InputStream(bais, flags, true); in testInputStream()381 bais = new ByteArrayInputStream(plain); in testInputStream()[all …]
223 ByteArrayInputStream bais = new ByteArrayInputStream(baos.toByteArray()); in getContent() local224 return bais; in getContent()
154 final ByteArrayInputStream bais = new ByteArrayInputStream(mSignature); in getPublicKey() local155 final Certificate cert = certFactory.generateCertificate(bais); in getPublicKey()
108 ByteArrayInputStream bais = new ByteArrayInputStream(array); in getChunk() local111 ois = new ObjectInputStream(bais); in getChunk()
498 ByteArrayInputStream bais = new ByteArrayInputStream(pdu); in parsePdu() local499 DataInputStream dis = new DataInputStream(bais); in parsePdu()548 ByteArrayInputStream bais = new ByteArrayInputStream(pdu); in parsePduFromEfRecord() local549 DataInputStream dis = new DataInputStream(bais); in parsePduFromEfRecord()665 bais.close(); in parsePduFromEfRecord()
2168 ByteArrayInputStream bais = new ByteArrayInputStream(serializedData); in readSerializable() local2170 ObjectInputStream ois = new ObjectInputStream(bais); in readSerializable()
1255 ByteArrayInputStream bais = new ByteArrayInputStream(pdu); in sendCdmaSms() local1256 DataInputStream dis = new DataInputStream(bais); in sendCdmaSms()