Various utils.
AlphaNumStringComparer.cs- Mostly used for file/volume builders, when ordering entries by mandatory bsearch. They use bsearch a lot.BitStream.cs- a VERY useful class for reading bit streams. This is aref structso always pass it around functions withref. Supports little/big endian (LSB/MSB).OptimizedStringTable.csa useful class for building string tables, when building files that have file offsets/pointers to recurring strings.PDIPFSPathScrambler.cs- The scrambler for file paths, used in GT5's PDIPFS. See here.RegionUtil.csReversed driver region generator from GT6. Intended to be combined with the driver name table/xml.