()
| 464 | } |
| 465 | |
| 466 | @Override |
| 467 | public InputStream openStream() throws IOException { |
| 468 | return new ReaderInputStream(CharSource.this.openStream(), charset, 8192); |
| 469 | } |
| 470 | |
| 471 | @Override |
| 472 | public String toString() { |
nothing calls this directly
no test coverage detected