BATManaged
public final class NPropertyTable extends PropertyTableBase
NPOIFSFileSystem
;
this is basically the directory for all of the documents in the
filesystem._properties
Constructor | 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 | 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
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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 2018 The Apache Software Foundation or its licensors, as applicable.