Discards the specified byte.
(int b)
| 616 | private static final OutputStream NULL_OUTPUT_STREAM = new OutputStream() { |
| 617 | /** Discards the specified byte. */ |
| 618 | @Override |
| 619 | public void write(int b) {} |
| 620 | |
| 621 | /** Discards the specified byte array. */ |
| 622 |
nothing calls this directly
no test coverage detected