Terrier IR Platform
1.1.1

uk.ac.gla.terrier.indexing
Class MSPowerpointDocument

java.lang.Object
  extended by uk.ac.gla.terrier.indexing.FileDocument
      extended by uk.ac.gla.terrier.indexing.MSPowerpointDocument
All Implemented Interfaces:
Document

public class MSPowerpointDocument
extends FileDocument

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.

Version:
$Revision: 1.11 $
Author:
Craig Macdonald

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

MSPowerpointDocument

public MSPowerpointDocument(java.io.File f,
                            java.io.InputStream docStream)
Constructs a new MSPowerpointDocument object for the passed InputStream

Parameters:
f - the file that has been opened
docStream - the stream of the file

Terrier IR Platform
1.1.1

Terrier Information Retrieval Platform 1.1.1. Copyright 2004-2007 University of Glasgow