Class for reading and writing numpy arrays from / to binary files
sys_endian_code = ((sys.byteorder== 'little' and '<') or '>')