Class TextBody

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected TextBody()
      Sole constructor.
    • Constructor Detail

      • TextBody

        protected TextBody()
        Sole constructor.
    • Method Detail

      • getMimeCharset

        public abstract java.lang.String getMimeCharset()
        Returns the MIME charset of this text body.
        Returns:
        the MIME charset.
      • getCharset

        public abstract java.nio.charset.Charset getCharset()
      • getReader

        public abstract java.io.Reader getReader()
                                          throws java.io.IOException
        Gets a Reader which may be used to read out the contents of this body.
        Returns:
        the Reader.
        Throws:
        java.io.IOException - on I/O errors.