类 RawEntity
java.lang.Object
com.sh.mail.mime4j.stream.RawEntity
- 所有已实现的接口:
EntityStateMachine
Description:
Title:首亨软件 - TSS/CRM等
- 从以下版本开始:
- Aug 16, 2012
-
方法概要
修饰符和类型方法说明advance()Advances the state machine to the next state in the process of the MIME stream parsing.This method has no effect and always returnsnull.Returns raw data stream.Returns the decoded content stream of the entity body.getField()This method has no effect and always returnsnull.This method has no effect and always returnsnull.This method has no effect and always returnsnull.getState()Return the current state of the entity.voidsetRecursionMode(RecursionMode recursionMode) This method has no effect.
-
方法详细资料
-
getState
从接口复制的说明:EntityStateMachineReturn the current state of the entity.- 指定者:
getState在接口中EntityStateMachine- 返回:
- current state
- 另请参阅:
-
setRecursionMode
This method has no effect.- 指定者:
setRecursionMode在接口中EntityStateMachine- 参数:
recursionMode- RecursionMode
-
advance
从接口复制的说明:EntityStateMachineAdvances the state machine to the next state in the process of the MIME stream parsing. This method may return an new state machine that represents an embedded entity, which must be parsed before the parsing process of the current entity can proceed.- 指定者:
advance在接口中EntityStateMachine- 返回:
- a state machine of an embedded entity, if encountered,
nullotherwise.
-
getContentStream
Returns raw data stream.- 指定者:
getContentStream在接口中EntityStateMachine- 返回:
- input stream
-
getBodyDescriptor
This method has no effect and always returnsnull.- 指定者:
getBodyDescriptor在接口中EntityStateMachine- 返回:
- body description
-
getField
This method has no effect and always returnsnull.- 指定者:
getField在接口中EntityStateMachine- 返回:
- header field
-
getFieldName
This method has no effect and always returnsnull.- 返回:
- String
-
getFieldValue
This method has no effect and always returnsnull.- 返回:
- String
-
getDecodedContentStream
从接口复制的说明:EntityStateMachineReturns the decoded content stream of the entity body.- 指定者:
getDecodedContentStream在接口中EntityStateMachine- 返回:
- input stream
- 抛出:
IllegalStateException- if the content stream cannot be obtained at the current stage of the parsing process.
-