Modifier and Type | Method and Description |
---|---|
static int |
TNEF.extractContent(TNEFInputStream in,
java.lang.String outputdir)
Extracts the content from the given TNEFInputStream, saving attachments
to the given output directory.
|
protected void |
Message.read(TNEFInputStream in)
Reads all Message contents from the given TNEFInputStream.
|
Constructor and Description |
---|
Message(TNEFInputStream in)
Constructs a Message using the given TNEFInputStream.
|