()
| 155 | } |
| 156 | |
| 157 | @Override |
| 158 | public Writer openStream() throws IOException { |
| 159 | return new OutputStreamWriter(ByteSink.this.openStream(), charset); |
| 160 | } |
| 161 | |
| 162 | @Override |
| 163 | public String toString() { |
nothing calls this directly
no test coverage detected