}
}
}
public <B> void read( DataInputStream in, ModeSettingsConverter<Location, B> converter ) throws IOException {
Version version = Version.read( in );
version.checkCurrent();
lastMaximizedLocation = new HashMap<String, Location>();
lastMaximizedMode = new HashMap<String, Path>();
int count = in.readInt();