RandomAccessFile.writeByte
Class Overview | Class Members |
This Package |
All Packages
public final void writeByte( int v ) throws IOException
Parameters
- v
- a byte value to be written.
Description
Writes a byte to the file as a 1-byte value.
Exceptions
IOException
if an I/O error occurs.