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

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

Uses of EObjectInputStream in com.sun.electric.database
 

Methods in com.sun.electric.database with parameters of type EObjectInputStream
abstract  T EObjectInputStream.Key.readExternal(EObjectInputStream in)
          The oclass implements the readExternal method to restore an object by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays.