Microsoft SDK for Java

DataStream.readToEnd

Reads all data from the current position to the end of this stream.

Syntax

public byte[] readToEnd()

Return Value

Returns a byte array containing the data that was read.

Remarks

This method implements the IDataStream.readToEnd method.

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