Searched refs:rawStream (Results 1 – 2 of 2) sorted by relevance
232 InputStream rawStream = null; in copyFormattingFiles() local234 rawStream = mContext.getAssets().open(String.format("report/%s", resultFileName)); in copyFormattingFiles()238 if (rawStream != null) { in copyFormattingFiles()241 FileUtil.writeToFile(rawStream, resultFile); in copyFormattingFiles()
397 InputStream rawStream = res.openRawResource(R.raw.opencv_library_license);400 byteArray = new byte[rawStream.available()];401 rawStream.read(byteArray);