|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FieldInformation | |
---|---|
com.auxilii.msgparser |
Uses of FieldInformation in com.auxilii.msgparser |
---|
Methods in com.auxilii.msgparser that return FieldInformation | |
---|---|
protected FieldInformation |
MsgParser.analyzeDocumentEntry(org.apache.poi.poifs.filesystem.DocumentEntry de)
Analyzes the DocumentEntry and returns
a FieldInformation object containing the
class (the field name, so to say) and type of
the entry. |
Methods in com.auxilii.msgparser with parameters of type FieldInformation | |
---|---|
protected Object |
MsgParser.getData(org.apache.poi.poifs.filesystem.DocumentInputStream dstream,
FieldInformation info)
Reads the information from the InputStream and creates, based on the information in the FieldInformation object, either a String
or a byte[] (e.g., for attachments) Object
containing this data. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |