DataOutput.writeByte
Interface Overview | Interface Members |
This Package |
All Packages
public abstract void writeByte( int v ) throws IOException
Parameters
- v
- the byte value to be written.
Description
Writes an 8-bit value to this output stream.
Exceptions
IOException
if an I/O error occurs.