| java.lang.Object org.apache.poi.hsmf.parsers.POIFSChunkParser
POIFSChunkParser | public class POIFSChunkParser (Code) | | Provides a HashMap with the ability to parse a PIOFS object and provide
an 'easy to access' hashmap structure for the document chunks inside it.
author: Travis Ferguson |
getChunk | public Object getChunk(HashMap dirMap, String entryName)(Code) | | Pull the chunk data that's stored in this object's hashmap out and return it as a HashMap.
Parameters: entryName - |
getDirectoryChunk | public HashMap getDirectoryChunk(String directoryName) throws DirectoryChunkNotFoundException(Code) | | Pull a directory/hashmap out of this hashmap and return it
Parameters: directoryName - HashMap containing the chunks stored in the named directoryChunk throws: DirectoryChunkNotFoundException - This is thrown should the directoryMap HashMap on this object be nullor for some reason the directory is not found, is equal to null, or is for some reason not a HashMap/aka Directory Node. |
getFileSystem | public POIFSFileSystem getFileSystem()(Code) | | Get a reference to the FileSystem object that this object is currently using.
|
reparseFileSystem | public void reparseFileSystem() throws IOException(Code) | | Reparse the FileSystem object, resetting all the chunks stored in this object
throws: IOException - |
|
|