Searched refs:oos (Results 1 – 1 of 1) sorted by relevance
108 ObjectOutputStream oos = null; in saveProfile() local111 oos = new ObjectOutputStream(fos); in saveProfile()112 oos.writeObject(p); in saveProfile()113 oos.flush(); in saveProfile()119 if (oos != null) oos.close(); in saveProfile()