Searched refs:dataInfo (Results 1 – 3 of 3) sorted by relevance
512 var dataInfo = {521 dataInfo.crc32 = streamInfo["crc32"]; field522 dataInfo.compressedSize = streamInfo["compressedSize"];523 dataInfo.uncompressedSize = streamInfo["uncompressedSize"];629 header += decToHex(dataInfo.crc32, 4);631 header += decToHex(dataInfo.compressedSize, 4);633 header += decToHex(dataInfo.uncompressedSize, 4);
51253 var dataInfo = {51261 dataInfo.crc32 = streamInfo['crc32'];51262 dataInfo.compressedSize = streamInfo['compressedSize'];51263 dataInfo.uncompressedSize = streamInfo['uncompressedSize'];51357 header += decToHex(dataInfo.crc32, 4); // compressed size51359 header += decToHex(dataInfo.compressedSize, 4); // uncompressed size51361 header += decToHex(dataInfo.uncompressedSize, 4); // file name length