Searched refs:oinput (Results 1 – 1 of 1) sorted by relevance
144 ObjectInputStream oinput = null; in readObject() local155 oinput = new ObjectInputStream(input); in readObject()156 Object newObj = oinput.readObject(); in readObject()160 if (null != oinput) { in readObject()161 oinput.close(); in readObject()