类 RawField

java.lang.Object
com.sh.mail.mime4j.stream.RawField
所有已实现的接口:
Field

public final class RawField extends Object implements Field

Description:

Title:首亨软件 - TSS/CRM等

从以下版本开始:
Aug 16, 2012
  • 构造器详细资料

  • 方法详细资料

    • getRaw

      public ByteSequence getRaw()
      从接口复制的说明: Field
      Gets original (raw) representation of the field, if available, null otherwise.
      指定者:
      getRaw 在接口中 Field
      返回:
      ByteSequence
    • getName

      public String getName()
      从接口复制的说明: Field
      Returns the name of the field.
      指定者:
      getName 在接口中 Field
      返回:
      String
    • getBody

      public String getBody()
      从接口复制的说明: Field
      Gets the unparsed and possibly encoded (see RFC 2047) field body string.
      指定者:
      getBody 在接口中 Field
      返回:
      the unparsed field body string.
    • getDelimiterIdx

      public int getDelimiterIdx()
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object