|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MimeIOException | |
---|---|
org.apache.james.mime4j.io | |
org.apache.james.mime4j.message |
Uses of MimeIOException in org.apache.james.mime4j.io |
---|
Subclasses of MimeIOException in org.apache.james.mime4j.io | |
---|---|
class |
MaxLineLimitException
Signals a I/O error due to a line exceeding the limit on the maximum line length. |
Uses of MimeIOException in org.apache.james.mime4j.message |
---|
Constructors in org.apache.james.mime4j.message that throw MimeIOException | |
---|---|
Header(java.io.InputStream is)
Creates a new Header from the specified stream. |
|
Message(java.io.InputStream is)
Parses the specified MIME message stream into a Message
instance. |
|
Message(java.io.InputStream is,
MimeEntityConfig config)
Parses the specified MIME message stream into a Message
instance using given MimeEntityConfig . |
|
Message(java.io.InputStream is,
MimeEntityConfig config,
StorageProvider storageProvider)
Parses the specified MIME message stream into a Message
instance using given MimeEntityConfig and StorageProvider . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |