Package com.ibm.cloud.sdk.core.util
Class StringHelper
- java.lang.Object
-
- com.ibm.cloud.sdk.core.util.StringHelper
-
public class StringHelper extends java.lang.Object
Helper class used by java code generated by the SDK codegen tool.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.io.InputStream
toInputStream(java.lang.String s)
Returns an InputStream that can be used to read the bytes of the specified String.
-