4445464748495051525354
EncapsulationOutputStream eo = new EncapsulationOutputStream(out.__orb()); write_content(eo); try { out.write_long(eo.__stream_position()); eo.writeTo(out); } catch (IOException ex) { MARSHAL m = new MARSHAL(); m.initCause(ex); throw m;