Package org.jacorb.orb.giop

Examples of org.jacorb.orb.giop.ReplyOutputStream.write_wchar()


    @Test
    public void testDoesNotLikeWCharWithinReply()
    {
        ReplyOutputStream out = new ReplyOutputStream(orb, 1, ReplyStatusType_1_2.NO_EXCEPTION, 0, false, TestUtils.getLogger());

        out.write_wchar('a');

        ReplyInputStream in = new ReplyInputStream(orb, out.getBufferCopy());

        assertEquals(0, in.getGIOPMinor());
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.