Searched refs:baStream (Results 1 – 2 of 2) sorted by relevance
234 ByteArrayInputStream baStream = new ByteArrayInputStream(dataBuf); in onRestore() local235 DataInputStream in = new DataInputStream(baStream); in onRestore()
540 ByteArrayInputStream baStream = new ByteArrayInputStream(dataBuf);541 DataInputStream in = new DataInputStream(baStream);