|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Field
This interface represents an abstract MIME field. A MIME field must have a non null
name and a content body (unfolded but unparsed and possibly encoded). Optionally implementing
classes may also retain the original (raw) representation in a form of ByteSequence
.
Method Summary | |
---|---|
String |
getBody()
Gets the unparsed and possibly encoded (see RFC 2047) field body string. |
String |
getName()
Returns the name of the field. |
ByteSequence |
getRaw()
Gets original (raw) representation of the field, if available, null otherwise. |
Method Detail |
---|
String getName()
String getBody()
ByteSequence getRaw()
null
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |