Home | History | Annotate | Download | only in provider

Lines Matching refs:bos

719                 ByteArrayOutputStream bos = new ByteArrayOutputStream();
723 bos.write(buf, 0, read);
725 bos.flush();
726 return bos.toByteArray();