Class ChunkFactory


  • public final class ChunkFactory
    extends java.lang.Object
    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
    • Constructor Detail

      • ChunkFactory

        public ChunkFactory​(int version)
                     throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • setMaxRecordLength

        public static void setMaxRecordLength​(int length)
        Parameters:
        length - the max record length allowed for ChunkFactory
      • getMaxRecordLength

        public static int getMaxRecordLength()
        Returns:
        the max record length allowed for ChunkFactory
      • getVersion

        public int getVersion()
      • createChunk

        public Chunk createChunk​(byte[] data,
                                 int offset)
        Creates the appropriate chunk at the given location.
        Parameters:
        data - the chunk bytes
        offset - the offset into the chunk bytes array to start reading from
        Returns:
        the new Chunk