File.writeByte

Overview | Methods | This Package | All Packages

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