|
Cryptix OpenPGP | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcryptix.message.MessageFactorySpi
Service provider interface for MessageFactory
Constructor Summary | |
MessageFactorySpi()
|
Method Summary | |
abstract Message |
engineGenerateMessage(java.io.InputStream in)
Generates a messages from an input stream. |
abstract java.util.Collection |
engineGenerateMessages(java.io.InputStream in)
Generates a (possible empty) collection of messages from an input stream. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MessageFactorySpi()
Method Detail |
public abstract java.util.Collection engineGenerateMessages(java.io.InputStream in) throws MessageException, java.io.IOException
Note: the entire inputstream will be read when the inputstream does not support the mark() and reset() methods.
MessageException
java.io.IOException
public abstract Message engineGenerateMessage(java.io.InputStream in) throws MessageException, java.io.IOException
Note: the entire inputstream will be read when the inputstream does not support the mark() and reset() methods.
MessageException
- on a variety of format specific problems.
java.io.IOException
|
Cryptix OpenPGP | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |