| java.lang.Object org.apache.poi.hdgf.chunks.Chunk
Chunk | public class Chunk (Code) | | Base of all chunks, which hold data, flags etc
|
Inner Class :public static class Command | |
Inner Class :public static class BlockOffsetCommand extends Command | |
commandDefinitions | protected CommandDefinition[] commandDefinitions(Code) | | The possible different commands we can hold
|
_getContents | public byte[] _getContents()(Code) | | |
getCommandDefinitions | public CommandDefinition[] getCommandDefinitions()(Code) | | Gets the command definitions, which define and describe much
of the data held by the chunk.
|
getCommands | public Command[] getCommands()(Code) | | |
getName | public String getName()(Code) | | Get the name of the chunk, as found from the CommandDefinitions
|
getOnDiskSize | public int getOnDiskSize()(Code) | | Returns the size of the chunk, including any
headers, trailers and separators.
|
getSeparator | public ChunkSeparator getSeparator()(Code) | | Gets the separator between this chunk and the next, if it exists
|
getTrailer | public ChunkTrailer getTrailer()(Code) | | Gets the trailer for this chunk, if it exists
|
processCommands | protected void processCommands()(Code) | | Uses our CommandDefinitions to process the commands
our chunk type has, and figure out the
values for them.
|
|
|