|
Terrier IR Platform 1.1.1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.gla.terrier.indexing.FileDocument
uk.ac.gla.terrier.indexing.MSPowerpointDocument
public class MSPowerpointDocument
Implements a Document object for reading Microsoft Powerpoint files. This implementation uses the Jakarta-POI (POIFS) library, so to compile or use this module, you must have the poi-?.?./-final-*.jar in your classpath.
| Constructor Summary | |
|---|---|
MSPowerpointDocument(java.io.File f,
java.io.InputStream docStream)
Constructs a new MSPowerpointDocument object for the passed InputStream |
|
| Method Summary |
|---|
| Methods inherited from class uk.ac.gla.terrier.indexing.FileDocument |
|---|
endOfDocument, getAllProperties, getFields, getNextTerm, getProperty, getReader |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MSPowerpointDocument(java.io.File f,
java.io.InputStream docStream)
f - the file that has been openeddocStream - the stream of the file
|
Terrier IR Platform 1.1.1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||