write_string writes a string to the output stream. It is optimised for whether it is writing a blank string or for whether codeset translation is active.
@param s a String value
Writes a sting to the buffer with the appropriate encoding.
@param buffer the buffer to which the string is written
@param s the string to write
@param write_bom true if a byte-order-marker (indicating big-endian) should be written
@param write_length true if the length of the character should be written
@param giop_minor the low-order byte of the giop version (1.x is assumed)
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.