Exemple #1
0
        public Chunk_Base(ChunkedFormatBase file, string chunkName = "????", UInt32 chunkID = 0x0)
        {
            File      = file;
            ChunkName = chunkName;
            LogPrefix = file.getFormatName();

            ChunkID   = chunkID;
            ChunkSize = file.readUInt32();
        }
Exemple #2
0
        public Chunk_Base(ChunkedFormatBase file, string chunkName = "????", UInt32 chunkID = 0x0)
        {
            File = file;
            ChunkName = chunkName;
            LogPrefix = file.getFormatName();

            ChunkID = chunkID;
            ChunkSize = file.readUInt32();
        }