DataOutputStream.writeByte

DataOutputStream.writeByte

Class Overview | Class Members | This Package | All Packages

Syntax
public final void writeByte( int v ) throws IOException
Parameters
v
a byte value to be written.
Description
Writes out a byte to the underlying output stream as a 1-byte value.

Exceptions
IOException if an I/O error occurs.
See Also
out