Home | History | Annotate | Download | only in io

Lines Matching refs:bos

34     ByteArrayOutputStream bos = new ByteArrayOutputStream();
100 PrintStream os = new PrintStream(bos);
106 os = new PrintStream(bos, true, null);
116 PrintStream os = new PrintStream(bos);
119 assertTrue("Bytes not written", bos.size() > 0);
174 PrintStream os = new PrintStream(bos);
176 bos.close();
184 PrintStream os = new PrintStream(bos);
187 assertEquals("Bytes not written after flush", 501, bos.size());
188 bos.close();
197 PrintStream os = new PrintStream(bos, true);
203 os = new PrintStream(bos, true);
207 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray());
221 PrintStream os = new PrintStream(bos, true);
223 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray());
234 PrintStream os = new PrintStream(bos, true);
236 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray());
247 PrintStream os = new PrintStream(bos, true);
251 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray());
263 PrintStream os = new PrintStream(bos, true);
266 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray());
278 PrintStream os = new PrintStream(bos, true);
281 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray());
292 PrintStream os = new PrintStream(bos, true);
295 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray());
302 bos.close();
319 PrintStream os = new PrintStream(bos, true);
321 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray());
328 bos.close();
346 PrintStream os = new PrintStream(bos, true);
348 DataInputStream dis = new DataInputStream(new ByteArrayInputStream(bos
360 PrintStream os = new PrintStream(bos, true);
362 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray());
373 PrintStream os = new PrintStream(bos, true);
377 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray());
404 PrintStream os = new PrintStream(bos, true);
406 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray());
418 PrintStream os = new PrintStream(bos, true);
420 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray());
436 PrintStream os = new PrintStream(bos, true);
438 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray());
452 PrintStream os = new PrintStream(bos, true);
455 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray());
469 PrintStream os = new PrintStream(bos, true);
471 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray());
486 PrintStream os = new PrintStream(bos, true);
488 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray());
503 PrintStream os = new PrintStream(bos, true);
505 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray());
521 PrintStream os = new PrintStream(bos, true);
523 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray());
537 PrintStream os = new PrintStream(bos, true);
539 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray());
551 PrintStream os = new PrintStream(bos, true);
553 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray());
600 PrintStream os = new PrintStream(bos, false);
603 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray());
616 PrintStream os = new PrintStream(bos, false);
619 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray());
630 PrintStream os = new PrintStream(bos, false);
633 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray());
645 PrintStream os = new PrintStream(bos, false);
648 ByteArrayInputStream bis = new ByteArrayInputStream(bos.toByteArray());