126127128129130131132133134135136
try { out.setGIOPMinor( giopMinor ); out.beginEncapsulatedArray(); out.write_any(data); /* closing must not be done, since it will patch the array with a size! try
101102103104105106107108109110111
final CDROutputStream out = new CDROutputStream(orb); try { out.beginEncapsulatedArray(); out.write_any(data); // do not end encapsulation since it will patch the // array with a size! return out.getBufferCopy();
8384858687888990919293
throws InvalidTypeForEncoding { CDROutputStream out = new CDROutputStream(orb); out.beginEncapsulatedArray(); out.write_any(data); /* closing must not be done, since it will patch the array with a size! try
99100101102103104105106107108109
{ CDROutputStream out = new CDROutputStream(orb); out.setGIOPMinor( giopMinor ); out.beginEncapsulatedArray(); out.write_any(data); /* closing must not be done, since it will patch the array with a size! try
100101102103104105106107108109110
125126127128129130131132133134135