Class IOUtils
java.lang.Object
de.hybris.platform.searchservices.util.IOUtils
Input/Output utilities.
-
Method Summary
-
Method Details
-
toString
Loads the contents at the given url as a string.- Parameters:
url- - the resource that contains the JSON string- Returns:
- the contents at the given url as a string
-
toString
Loads the contents at the given url as a string.- Parameters:
url- - the resource that contains the JSON stringencoding- - the encoding- Returns:
- the contents at the given url as a string
-