Searched refs:oos (Results 1 – 2 of 2) sorted by relevance
78 ObjectOutputStream oos = null; in serialize() local80 oos = new ObjectOutputStream(baos); in serialize()81 oos.writeObject(chunk); in serialize()86 if (oos != null) { in serialize()88 oos.close(); in serialize()
1832 ObjectOutputStream oos = new ObjectOutputStream(baos); in writeSerializable() local1833 oos.writeObject(s); in writeSerializable()1834 oos.close(); in writeSerializable()