Package java.io
Interface Externalizable

Public Method readExternal

abstract void readExternal(ObjectInput in)

Throws:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

A class implementing the Externalizable interface has to implement this method in order to restore the contents of an object from the stream in by calling the methods of DataInput for its primitive types or calling writeObject of ObjectOutput for objects, strings and arrays.