Uses of Class
com.sun.electric.database.EObjectOutputStream

Packages that use EObjectOutputStream
com.sun.electric.database Package for the Electric database. 
 

Uses of EObjectOutputStream in com.sun.electric.database
 

Methods in com.sun.electric.database with parameters of type EObjectOutputStream
abstract  void EObjectInputStream.Key.writeExternal(EObjectOutputStream out, T obj)
          The class implements the writeExternal method to save an object by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.