Searched refs:oos (Results 1 – 2 of 2) sorted by relevance
82 ObjectOutputStream oos = null; in serialize() local84 oos = new ObjectOutputStream(baos); in serialize()85 oos.writeObject(chunk); in serialize()90 if (oos != null) { in serialize()92 oos.close(); in serialize()
1388 ObjectOutputStream oos = new ObjectOutputStream(baos); in writeSerializable() local1389 oos.writeObject(s); in writeSerializable()1390 oos.close(); in writeSerializable()