finesse.utilities.maps.BinaryReader.seek

BinaryReader.seek(offset, refPos=0)[source]

offset in bytes and refPos gives reference position, where 0 means origin of the file, 1 uses current position and 2 uses the end of the file.