ArrayList context = new ArrayList();
ByteArrayOutputStream baos = new ByteArrayOutputStream();
MarshalOutputStream output = new FakeMarshalOutputStream(
baos,context,"http://foo.bar");
output.writeObject(new File("test case " + (i+1)));
output.close();
// Attempt to read from MarshalInputStream
ByteArrayInputStream bios = new ByteArrayInputStream(