Package | Description |
---|---|
org.apache.poi.hsmf.datatypes | |
org.apache.poi.hsmf.parsers |
Modifier and Type | Class and Description |
---|---|
class |
ByteChunk
A Chunk made up of a ByteArrayOutputStream.
|
class |
StringChunk
A Chunk made up of a single string.
|
Modifier and Type | Method and Description |
---|---|
Chunk |
POIFSChunkParser.getDocumentNode(Chunk chunk)
Pulls a Chunk out of this objects root Node tree.
|
Chunk |
POIFSChunkParser.getDocumentNode(java.util.HashMap dirNode,
Chunk chunk)
Pulls a ByteArrayOutputStream from this objects HashMap, this can be used to read a byte array of the contents of the given chunk.
|
Modifier and Type | Method and Description |
---|---|
Chunk |
POIFSChunkParser.getDocumentNode(Chunk chunk)
Pulls a Chunk out of this objects root Node tree.
|
Chunk |
POIFSChunkParser.getDocumentNode(java.util.HashMap dirNode,
Chunk chunk)
Pulls a ByteArrayOutputStream from this objects HashMap, this can be used to read a byte array of the contents of the given chunk.
|
Copyright 2014 The Apache Software Foundation or its licensors, as applicable.