Microsoft SDK for Java

DataStream.readUTF

Reads a string from this stream using a length-prefixed UTF-8 format.

Syntax

public String readUTF()

Return Value

Returns the string that was read.

Remarks

This method implements the IDataStream.readUTF method.

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