Searched refs:byteOutStream (Results 1 – 1 of 1) sorted by relevance
147 ByteArrayOutputStream byteOutStream = new ByteArrayOutputStream(); in saveBitmapToJPEG() local148 bitmap.compress(Bitmap.CompressFormat.JPEG, 100, byteOutStream); in saveBitmapToJPEG()153 output.write(byteOutStream.toByteArray()); in saveBitmapToJPEG()