| Package | Description | 
|---|---|
| org.apache.poi.hdgf.chunks | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ChunkHeaderV11A chunk header from v11+ | 
| class  | ChunkHeaderV4V5A chunk header from v4 or v5 | 
| class  | ChunkHeaderV6A chunk header from v6 | 
| Modifier and Type | Method and 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 and Description | 
|---|
| Chunk(ChunkHeader header,
     ChunkTrailer trailer,
     ChunkSeparator separator,
     byte[] contents) | 
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.