Reads a Unicode string from this stream.
public String readStringChars( int length )
length
The number of characters to read.
Returns the string value that was read.
This method implements the IDataStream.readStringChars method.