()
| 148 | } |
| 149 | |
| 150 | @Override |
| 151 | public Writer openStream() throws IOException { |
| 152 | return new OutputStreamWriter(ByteSink.this.openStream(), charset); |
| 153 | } |
| 154 | |
| 155 | @Override |
| 156 | public String toString() { |
nothing calls this directly
no test coverage detected