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.
IOException thrown if an I/O error occurs or if the stream does not support reading.
EOFException thrown if the end of the stream is reached while reading the string.
This method reads length 16-bit Unicode characters from the stream and returns a string containing those characters.
See Also writeStringChars