Home | History | Annotate | Download | only in collect

Lines Matching refs:bos

308     ByteArrayOutputStream bos = new ByteArrayOutputStream();
309 ObjectOutputStream out = new ObjectOutputStream(bos);
315 bos.write(ref);
317 return bos.toByteArray();