Uses of Class
org.apache.poi.poifs.filesystem.POIFSDocumentPath

Packages that use POIFSDocumentPath
org.apache.poi.contrib.poibrowser
 
org.apache.poi.poifs.eventfilesystem The eventfilesystem is an efficient method for reading OLE 2 CDF files. 
org.apache.poi.poifs.filesystem filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface. 
 

Uses of POIFSDocumentPath in org.apache.poi.contrib.poibrowser
 

Constructors in org.apache.poi.contrib.poibrowser with parameters of type POIFSDocumentPath
DocumentDescriptor(java.lang.String name, POIFSDocumentPath path, DocumentInputStream stream, int nrOfBytes)
          Creates a DocumentDescriptor.
PropertySetDescriptor(java.lang.String name, POIFSDocumentPath path, DocumentInputStream stream, int nrOfBytesToDump)
          Creates a PropertySetDescriptor by reading a PropertySet from a DocumentInputStream.
 

Uses of POIFSDocumentPath in org.apache.poi.poifs.eventfilesystem
 

Methods in org.apache.poi.poifs.eventfilesystem that return POIFSDocumentPath
 POIFSDocumentPath POIFSReaderEvent.getPath()
           
 

Methods in org.apache.poi.poifs.eventfilesystem with parameters of type POIFSDocumentPath
 void POIFSReader.registerListener(POIFSReaderListener listener, POIFSDocumentPath path, java.lang.String name)
          Register a POIFSReaderListener for a document in the specified directory
 

Uses of POIFSDocumentPath in org.apache.poi.poifs.filesystem
 

Methods in org.apache.poi.poifs.filesystem that return POIFSDocumentPath
 POIFSDocumentPath POIFSDocumentPath.getParent()
          Returns the path's parent or null if this path is the root path.
 POIFSDocumentPath POIFSWriterEvent.getPath()
           
 POIFSDocumentPath DirectoryNode.getPath()
           
 

Constructors in org.apache.poi.poifs.filesystem with parameters of type POIFSDocumentPath
DocumentDescriptor(POIFSDocumentPath path, java.lang.String name)
          Trivial constructor
POIFSDocument(java.lang.String name, int size, POIFSDocumentPath path, POIFSWriterListener writer)
          Constructor
POIFSDocumentPath(POIFSDocumentPath path, java.lang.String[] components)
          constructor that adds additional subdirectories to an existing path
 



Copyright 2008 The Apache Software Foundation or its licensors, as applicable.