Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

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.