Microsoft SDK for Java

File.writeByte

Writes a byte to this file.

Syntax

public void writeByte( byte value )

Parameters

value

The byte value to write to the file.

Overrides   DataStream.writeByte

See Also   IDataStream.writeByte

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