()
| 429 | } |
| 430 | |
| 431 | @SuppressWarnings("deprecation") |
| 432 | @Override |
| 433 | public Reader asReader() throws IOException { |
| 434 | return original.body().asReader(Util.UTF_8); |
| 435 | } |
| 436 | |
| 437 | @Override |
| 438 | public Reader asReader(Charset charset) throws IOException { |