For impls that care about the distinction between ASCII and non-ASCII: Appends a non-ASCII byte, dropping the `isAscii()` status. If you call it with an ASCII byte, you may get an assertion failure. In that case, choose one of the following alternatives: - to append a known-ASCII byte, call {@l
(byte b)
| 145 | * @return this sink for daisy-chaining |
| 146 | */ |
| 147 | Utf8Sink put(byte b); |
| 148 | |
| 149 | /** |
| 150 | * Encodes the given char sequence to UTF-8 and appends it to this sink. |
no outgoing calls
no test coverage detected