Returns the contents of the file item as a String, using the default character encoding. This method uses #get() to retrieve the contents of the item. @return The contents of the item, as a string.
()
| 130 | * @return The contents of the item, as a string. |
| 131 | */ |
| 132 | String getString(); |
| 133 | |
| 134 | /** |
| 135 | * Returns the contents of the file item as a String, using the specified |
no outgoing calls