Package | Description |
---|---|
org.zkoss.poi.hdgf.chunks |
Modifier and Type | Class and 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 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 © 2005-2010 Potix Corporation. All Rights Reserved.