Writes a ByteArray to this instance. @param bytes non-null; the array to write
(ByteArray bytes)
| 96 | * @param bytes {@code non-null;} the array to write |
| 97 | */ |
| 98 | public void write(ByteArray bytes); |
| 99 | |
| 100 | /** |
| 101 | * Writes a portion of a {@code byte[]} to this instance. |
no outgoing calls
no test coverage detected