Microsoft SDK for Java

File.write

Writes a byte of data to this file.

Syntax

public void write( int value )

Parameters

value

The integer value to write to the file.

Overrides   DataStream.write

See Also   IByteStream.write

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