Writes a byte value. @param v value to be written @throws IOException I/O exception
(final int v)
| 174 | * @throws IOException I/O exception |
| 175 | */ |
| 176 | public void write1(final int v) throws IOException { |
| 177 | write(v); |
| 178 | } |
| 179 | |
| 180 | /** |
| 181 | * Writes a short value. |