()
| 481 | } |
| 482 | |
| 483 | @Override |
| 484 | public Reader openStream() throws IOException { |
| 485 | return new InputStreamReader(ByteSource.this.openStream(), charset); |
| 486 | } |
| 487 | |
| 488 | @Override |
| 489 | public String toString() { |
nothing calls this directly
no test coverage detected