|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.james.mime4j.parser.RawEntity
public class RawEntity
Raw MIME entity. Such entities will not be parsed into elements by the parser. They are meant to be consumed as a raw data stream by the caller.
| Method Summary | |
|---|---|
EntityStateMachine |
advance()
Advances the state machine to the next state in the process of the MIME stream parsing. |
BodyDescriptor |
getBodyDescriptor()
This method has no effect and always returns null. |
java.io.InputStream |
getContentStream()
Returns raw data stream. |
Field |
getField()
This method has no effect and always returns null. |
java.lang.String |
getFieldName()
This method has no effect and always returns null. |
java.lang.String |
getFieldValue()
This method has no effect and always returns null. |
int |
getState()
Return the current state of the entity. |
void |
setRecursionMode(int recursionMode)
This method has no effect. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int getState()
EntityStateMachine
getState in interface EntityStateMachineEntityStatespublic void setRecursionMode(int recursionMode)
setRecursionMode in interface EntityStateMachineRecursionModepublic EntityStateMachine advance()
EntityStateMachine
advance in interface EntityStateMachinenull otherwise.public java.io.InputStream getContentStream()
getContentStream in interface EntityStateMachinepublic BodyDescriptor getBodyDescriptor()
null.
getBodyDescriptor in interface EntityStateMachinepublic Field getField()
null.
getField in interface EntityStateMachinepublic java.lang.String getFieldName()
null.
public java.lang.String getFieldValue()
null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||