示例#1
0
        private void Parse(AssetsReader reader)
        {
            UncompressedSize = reader.ReadBEUInt32();
            CompressedSize   = reader.ReadBEUInt32();

            _flags = reader.ReadBEUInt16();
        }