(int c)
| 26 | } |
| 27 | |
| 28 | public void write(int c) { |
| 29 | throw new RuntimeException("Do not use!"); |
| 30 | } |
| 31 | public void write(byte[] buffer, int offset, int length) |
| 32 | throws IOException { |
| 33 | ByteBuffer buf = ByteBuffer.wrap(buffer); |
no test coverage detected