| 
JavaTM 2 Platform Std. Ed. v1.4.2  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ObjectInputStream | |
| java.beans.beancontext | Provides classes and interfaces relating to bean context. | 
| javax.rmi.CORBA | Contains portability APIs for RMI-IIOP. | 
| javax.swing.text | Provides classes and interfaces that deal with editable and noneditable text components. | 
| Uses of ObjectInputStream in java.beans.beancontext | 
| Methods in java.beans.beancontext with parameters of type ObjectInputStream | |
protected  void | 
BeanContextServicesSupport.bcsPreDeserializationHook(ObjectInputStream ois)
called from BeanContextSupport readObject before it deserializes the children ...  | 
protected  void | 
BeanContextSupport.bcsPreDeserializationHook(ObjectInputStream ois)
called by readObject after defaultReadObject() but prior to deserialization of any children.  | 
protected  void | 
BeanContextSupport.deserialize(ObjectInputStream ois,
            Collection coll)
used by readObject to deserialize a collection.  | 
 void | 
BeanContextSupport.readChildren(ObjectInputStream ois)
When an instance of this class is used as a delegate for the implementation of the BeanContext protocols (and its subprotocols) there exists a 'chicken and egg' problem during deserialization  | 
| Uses of ObjectInputStream in javax.rmi.CORBA | 
| Methods in javax.rmi.CORBA with parameters of type ObjectInputStream | |
 void | 
StubDelegate.readObject(Stub self,
           ObjectInputStream s)
Delegation call for Stub.readObject(java.io.ObjectInputStream). | 
| Uses of ObjectInputStream in javax.swing.text | 
| Methods in javax.swing.text with parameters of type ObjectInputStream | |
 void | 
StyleContext.readAttributes(ObjectInputStream in,
               MutableAttributeSet a)
Context-specific handling of reading in attributes  | 
static void | 
StyleContext.readAttributeSet(ObjectInputStream in,
                 MutableAttributeSet a)
Reads a set of attributes from the given object input stream that have been previously written out with writeAttributeSet. | 
  | 
JavaTM 2 Platform Std. Ed. v1.4.2  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.