Home | History | Annotate | Download | only in io

Lines Matching defs:oos

74         ObjectOutputStream oos = null;
83 oos = new ObjectOutputStream(baos);
85 oos.writeObject(toSerialize);
91 if (oos != null) oos.close();
99 ObjectOutputStream oos = null;
108 oos = new ObjectOutputStream(baos);
110 oos.writeObject(toSerialize);
116 if (oos != null) oos.close();