Class 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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • toInputStream

        public static java.io.InputStream toInputStream​(java.lang.String s)
        Returns an InputStream that can be used to read the bytes of the specified String.
        Parameters:
        s - the String that will back the InputStream
        Returns:
        an InputStream to read the specified String