| java.lang.Object org.apache.poi.hdgf.chunks.ChunkHeader
All known Subclasses: org.apache.poi.hdgf.chunks.ChunkHeaderV6,
ChunkHeader | abstract public class ChunkHeader (Code) | | A chunk header
|
Method Summary | |
public static 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. | public int | getId() | public int | getLength() Returns the length of the trunk, excluding the length
of the header, trailer or separator. | abstract public int | getSizeInBytes() | public int | getType() | public int | getUnknown1() | abstract public boolean | hasSeparator() | abstract public boolean | hasTrailer() |
length | protected int length(Code) | | |
unknown1 | protected int unknown1(Code) | | |
createChunkHeader | public static ChunkHeader createChunkHeader(int documentVersion, byte[] data, int offset)(Code) | | Creates the appropriate ChunkHeader for the Chunk Header at
the given location, for the given document version.
|
getId | public int getId()(Code) | | Returns the ID/IX of the chunk
|
getLength | public int getLength()(Code) | | Returns the length of the trunk, excluding the length
of the header, trailer or separator.
|
getSizeInBytes | abstract public int getSizeInBytes()(Code) | | |
getType | public int getType()(Code) | | Returns the type of the chunk, which affects the
mandatory information
|
getUnknown1 | public int getUnknown1()(Code) | | |
hasSeparator | abstract public boolean hasSeparator()(Code) | | |
hasTrailer | abstract public boolean hasTrailer()(Code) | | |
|
|