Package org.apache.geronimo.corba.io

Examples of org.apache.geronimo.corba.io.EncapsulationInputStream.read_wstring()


    EncapsulationInputStream ein = new EncapsulationInputStream(in.__orb(),
        in.getGIOPVersion(), in.__get_char_converter(), in
            .__get_wchar_converter(), ctx.context_data, 0,
        ctx.context_data.length);

    return ein.read_wstring();
  }

}
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.