Home | History | Annotate | Download | only in concurrent

Lines Matching refs:bos

1214             ByteArrayOutputStream bos = new ByteArrayOutputStream();
1215 ObjectOutputStream oos = new ObjectOutputStream(bos);
1220 (new ByteArrayInputStream(bos.toByteArray()));