Home | History | Annotate | Download | only in io

Lines Matching refs:bis

209         ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray());
213 bis.read(rbytes, 0, fileString.length());
225 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray());
226 InputStreamReader isr = new InputStreamReader(bis);
238 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray());
239 bis.read(rbuf, 0, 16);
253 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray());
254 bis.read(rbuf, 0, 8);
268 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray());
269 bis.read(rbuf, 0, 9);
283 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray());
284 bis.read(rbuf, 0, 13);
297 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray());
299 bis.read(nullbytes, 0, 4);
303 bis.close();
310 bis = new ByteArrayInputStream(bos1.toByteArray());
312 bis.read(rbytes, 0, 2);
323 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray());
325 bis.read(nullbytes, 0, 4);
329 bis.close();
336 bis = new ByteArrayInputStream(bos1.toByteArray());
338 bis.read(rbytes, 0, 11);
364 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray());
365 InputStreamReader isr = new InputStreamReader(bis);
379 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray());
380 InputStreamReader isr = new InputStreamReader(bis);
382 bis.read(rbytes, 0, fileString.length());
408 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray());
409 InputStreamReader isr = new InputStreamReader(bis);
422 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray());
423 InputStreamReader isr = new InputStreamReader(bis);
425 bis.read(rbuf, 0, 16);
440 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray());
441 InputStreamReader isr = new InputStreamReader(bis);
442 bis.read(rbuf, 0, 8);
457 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray());
458 InputStreamReader isr = new InputStreamReader(bis);
459 bis.read(rbuf, 0, 9);
473 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray());
474 InputStreamReader isr = new InputStreamReader(bis);
476 bis.read(rbuf, 0, 13);
490 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray());
491 InputStreamReader isr = new InputStreamReader(bis);
493 bis.read(rbytes, 0, 2);
507 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray());
508 InputStreamReader isr = new InputStreamReader(bis);
510 bis.read(rbytes, 0, 11);
525 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray());
526 InputStreamReader isr = new InputStreamReader(bis);
528 bis.read(rbuf, 0, 4);
541 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray());
543 bis.read(rbytes, 0, fileString.length());
555 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray());
556 assertEquals("Incorrect char written", 't', bis.read());
605 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray());
607 bis.read(rbytes, 0, rbytes.length);
621 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray());
623 bis.read(rbytes, 0, rbytes.length);
635 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray());
637 bis.read(rbytes, 0, rbytes.length);
650 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray());
652 bis.read(rbytes, 0, rbytes.length);