| java.lang.Object org.apache.poi.hdgf.chunks.ChunkFactory
ChunkFactory | public class ChunkFactory (Code) | | Factor class to create the appropriate chunks, which
needs the version of the file to process the chunk header
and trailer areas.
Makes use of chunks_parse_cmds.tbl from vsdump to be able
to process the chunk value area
|
Inner Class :public class CommandDefinition | |
Method Summary | |
public Chunk | createChunk(byte[] data, int offset) Creates the appropriate chunk at the given location. | public int | getVersion() |
createChunk | public Chunk createChunk(byte[] data, int offset)(Code) | | Creates the appropriate chunk at the given location.
Parameters: data - Parameters: offset - |
getVersion | public int getVersion()(Code) | | |
|
|