}
public void testReadLongLong() {
Buffer buf = new Buffer();
OutputStream oStream = new OutputStream(buf);
oStream.write_longlong(1000000000);
InputStream iStream = oStream.create_input_stream();
CorbaObjectReader reader = new CorbaObjectReader(iStream);
BigInteger longlongValue = reader.readLongLong();