Home | History | Annotate | Download | only in intltest

Lines Matching full:baos

413     ByteArrayOutputStream baos = null;
417 baos = new ByteArrayOutputStream();
418 ostream = new ObjectOutputStream(baos);
429 byte bytes[] = baos.toByteArray();