Microsoft SDK for Java

DataStream.readStringCharsAnsi

Reads an American National Standards Institute (ANSI) string from this stream.

Syntax

public String readStringCharsAnsi( int length )

Parameters

length

The length of the buffer in bytes.

Return Value

Returns the string value that was read.

Remarks

This method implements the IDataStream.readStringCharsAnsi method.

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