| Package | Description |
|---|---|
| org.apache.poi.hdgf.chunks |
| Modifier and Type | Class | Description |
|---|---|---|
class |
ChunkHeaderV11 |
A chunk header from v11+
|
class |
ChunkHeaderV4V5 |
A chunk header from v4 or v5
|
class |
ChunkHeaderV6 |
A chunk header from v6
|
| Modifier and Type | Method | Description |
|---|---|---|
static ChunkHeader |
ChunkHeader.createChunkHeader(int documentVersion,
byte[] data,
int offset) |
Creates the appropriate ChunkHeader for the Chunk Header at
the given location, for the given document version.
|
ChunkHeader |
Chunk.getHeader() |
| Constructor | Description |
|---|---|
Chunk(ChunkHeader header,
ChunkTrailer trailer,
ChunkSeparator separator,
byte[] contents) |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.