Returns the contents as string. The input encoding will be guessed by analyzing the input. @return string content @throws IOException I/O exception
()
| 152 | * @throws IOException I/O exception |
| 153 | */ |
| 154 | public final String readString() throws IOException { |
| 155 | return new TextInput(this).cache().toString(); |
| 156 | } |
| 157 | |
| 158 | /** |
| 159 | * Tests if the reference exists. |