Class TextHelper


  • public class TextHelper
    extends Object
    Deprecated.
    Class containing only deprecated utility methods.
    • Constructor Detail

      • TextHelper

        public TextHelper()
        Deprecated.
    • Method Detail

      • toString

        public static String toString​(InputStream inStream)
                               throws IOException
        Deprecated.
        This method was internally used by Axiom before version 1.2.9 but is no longer required.
        Throws:
        IOException
      • toStringBuffer

        public static void toStringBuffer​(InputStream inStream,
                                          StringBuffer buffer)
                                   throws IOException
        Deprecated.
        This method was internally used by Axiom before version 1.2.9 but is no longer required.
        Throws:
        IOException
      • toStringBuffer

        public static void toStringBuffer​(org.apache.axiom.om.OMText omText,
                                          StringBuffer buffer)
                                   throws IOException
        Deprecated.
        If you really need to write the base64 encoded content of an OMText instance to a StringBuffer, then request the DataHandler using OMText.getDataHandler() and use Base64EncodingStringBufferOutputStream to encode it.
        Throws:
        IOException