Uses of Class
loci.poi.poifs.filesystem.POIFSDocumentPath
Packages that use POIFSDocumentPath
Package
Description
The eventfilesystem is an efficient method for reading OLE 2 CDF files.
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
-
Uses of POIFSDocumentPath in loci.poi.poifs.eventfilesystem
Methods in loci.poi.poifs.eventfilesystem that return POIFSDocumentPathMethods in loci.poi.poifs.eventfilesystem with parameters of type POIFSDocumentPathModifier and TypeMethodDescriptionvoidPOIFSReader.registerListener(POIFSReaderListener listener, POIFSDocumentPath path, String name) Register a POIFSReaderListener for a document in the specified directory -
Uses of POIFSDocumentPath in loci.poi.poifs.filesystem
Methods in loci.poi.poifs.filesystem that return POIFSDocumentPathModifier and TypeMethodDescriptionPOIFSDocumentPath.getParent()Returns the path's parent ornullif this path is the root path.DirectoryNode.getPath()POIFSWriterEvent.getPath()Constructors in loci.poi.poifs.filesystem with parameters of type POIFSDocumentPathModifierConstructorDescriptionDocumentDescriptor(POIFSDocumentPath path, String name) Trivial constructorPOIFSDocument(String name, int size, POIFSDocumentPath path, POIFSWriterListener writer, int blockSize) ConstructorPOIFSDocumentPath(POIFSDocumentPath path, String[] components) constructor that adds additional subdirectories to an existing path