public final class NPropertyTable extends PropertyTableBase
NPOIFSFileSystem
;
this is basically the directory for all of the documents in the
filesystem._properties
Constructor and Description |
---|
NPropertyTable(HeaderBlock headerBlock) |
NPropertyTable(HeaderBlock headerBlock,
NPOIFSFileSystem filesystem)
reading constructor (used when we've read in a file and we want
to extract the property table from it).
|
Modifier and Type | Method and Description |
---|---|
int |
countBlocks()
Return the number of BigBlock's this instance uses
|
void |
write(NPOIFSStream stream)
Writes the properties out into the given low-level stream
|
addProperty, getRoot, getStartBlock, removeProperty, setStartBlock
public NPropertyTable(HeaderBlock headerBlock)
public NPropertyTable(HeaderBlock headerBlock, NPOIFSFileSystem filesystem) throws java.io.IOException
headerBlock
- the header block of the filefilesystem
- the filesystem to read fromjava.io.IOException
- if anything goes wrong (which should be
a result of the input being NFG)public int countBlocks()
public void write(NPOIFSStream stream) throws java.io.IOException
java.io.IOException
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.