|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectelectric.util.mime.MIMEReader
Multipart.
Field Summary |
Fields inherited from interface electric.util.log.ILoggingConstants |
CLASSLOADER_EVENT, COMMAND_EVENT, COMMENT_EVENT, CONFIG_EVENT, DEBUG_EVENT, ELECTRIC_LOGGING_PROPERTY, ERROR_EVENT, EXCEPTION_EVENT, FILE_EVENT, LICENSE_EVENT, RESOURCES_EVENT, SECURITY_EVENT, SHUTDOWN_EVENT, SOURCE_EVENT, SQL_EVENT, STARTUP_EVENT, WARNING_EVENT |
Fields inherited from interface electric.util.mime.IMIMEConstants |
DATA_DIRECTORY, DEFAULT_MIMEDATA_DIRECTORY, DEFAULT_START_MIME_PART, MIME_ATTACHMENT_STYLE, MIME_EXTENSION, STAR_SLASH_STAR_DATAHANDLER |
Constructor Summary | |
MIMEReader(java.io.InputStream input,
java.lang.String contentType,
java.lang.String contentLocation,
Context context)
Create a new MIMEReader, using the user-defined mechanisms for reading the start-part. |
|
MIMEReader(java.io.InputStream input,
java.lang.String contentType,
java.lang.String contentLocation,
Context context,
IDataHandler startPartHandler)
Create a new MIMEReader, using the user-defined mechanisms for reading the start-part. |
Method Summary | |
MIMEData[] |
getOtherParts()
|
MIMEData |
getStartPart()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MIMEReader(java.io.InputStream input, java.lang.String contentType, java.lang.String contentLocation, Context context) throws java.io.IOException
input
- contentType
- contentLocation
- context
-
java.io.IOException
public MIMEReader(java.io.InputStream input, java.lang.String contentType, java.lang.String contentLocation, Context context, IDataHandler startPartHandler) throws java.io.IOException
input
- contentType
- contentLocation
- context
- startPartHandler
- if null, use the normal mechanism, otherwise
force use of this data handler for the start part.
java.io.IOException
Method Detail |
public MIMEData getStartPart()
public MIMEData[] getOtherParts()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |