Microsoft SDK for Java

DataStream.readByte

Reads a byte from this stream.

Syntax

public byte readByte()

Return Value

Returns a byte of data from this stream.

Remarks

This method implements the IDataStream.readByte method. This method calls the read method to read the byte.

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