[]
Writes the specified byte to this byte array output stream. The functionality provided by this implementation is the same as for the one in the superclass, however this method is not synchronized and therefore not safe thread, but faster.
public void write(int b)
Type | Name | Description |
---|---|---|
int | b | The byte to write |