Microsoft SDK for Java

DataStream.readStringChars

Reads a Unicode string from this stream.

Syntax

public String readStringChars( int length )

Parameters

length

The number of characters to read.

Return Value

Returns the string value that was read.

Remarks

This method implements the IDataStream.readStringChars method.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.