Searched refs:oos (Results 1 – 1 of 1) sorted by relevance
107 ObjectOutputStream oos = null; in saveProfile() local110 oos = new ObjectOutputStream(fos); in saveProfile()111 oos.writeObject(p); in saveProfile()112 oos.flush(); in saveProfile()118 if (oos != null) oos.close(); in saveProfile()