Uses of Class
java.io.ObjectInputStream

Packages that use ObjectInputStream
java.awt   
java.beans   
java.io   
java.lang   
java.util   
 

Uses of ObjectInputStream in java.awt
 

Methods in java.awt with parameters of type ObjectInputStream
private  void Component.readObject(ObjectInputStream s)
          Read the ObjectInputStream and if it isnt null add a listener to receive item events fired by the components.
private  void Container.readObject(ObjectInputStream s)
           
private  void MenuComponent.readObject(ObjectInputStream s)
           
private  void MenuBar.readObject(ObjectInputStream s)
          Read the ObjectInputStream and if it isnt null add a listener to receive item events fired by the MenuBar.
private  void TextComponent.readObject(ObjectInputStream s)
          Read the ObjectInputStream and if it isnt null add a listener to receive item events fired by the TextComponent.
private  void Checkbox.readObject(ObjectInputStream s)
           
private  void Scrollbar.readObject(ObjectInputStream s)
          Read the ObjectInputStream and if it isnt null add a listener to receive item events fired by the Scrollbar.
private  void Choice.readObject(ObjectInputStream s)
           
private  void Window.readObject(ObjectInputStream s)
          Read the default ObjectInputStream, a possibly null listener to receive item events fired by the Window, and a possibly null list of child Windows.
private  void MenuItem.readObject(ObjectInputStream s)
          Read the ObjectInputStream and if it isnt null add a listener to receive item events fired by the Menu Item.
private  void CheckboxMenuItem.readObject(ObjectInputStream s)
           
private  void Frame.readObject(ObjectInputStream s)
          Read the ObjectInputStream and if it isnt null add a listener to receive item events fired by the Frame.
private  void Button.readObject(ObjectInputStream s)
           
private  void TextField.readObject(ObjectInputStream s)
          Read the ObjectInputStream and if it isnt null add a listener to receive item events fired by the TextField.
private  void Menu.readObject(ObjectInputStream s)
          Read the ObjectInputStream and if it isnt null add a listener to receive item events fired by the Menu.
private  void FileDialog.readObject(ObjectInputStream s)
           
private  void List.readObject(ObjectInputStream s)
          Read the ObjectInputStream and if it isnt null add a listener to receive item events fired by the List.
private  void Font.readObject(ObjectInputStream s)
          Read the ObjectInputStream and if it isnt null add a listener to receive item events fired by the Font.
private  void FlowLayout.readObject(ObjectInputStream stream)
          Read this object out of a serialization stream, handling objects written by older versions of the class that didn't contain all of the fields we use now..
 

Uses of ObjectInputStream in java.beans
 

Subclasses of ObjectInputStream in java.beans
(package private)  class ObjectInputStreamWithLoader
          This subclass of ObjectInputStream delegates loading of classes to an existing ClassLoader.
 

Methods in java.beans with parameters of type ObjectInputStream
private  void VetoableChangeSupport.readObject(ObjectInputStream s)
           
private  void PropertyChangeSupport.readObject(ObjectInputStream s)
           
 

Uses of ObjectInputStream in java.io
 

Methods in java.io with parameters of type ObjectInputStream
private  void FilePermission.readObject(ObjectInputStream s)
          readObject is called to restore the state of the FilePermission from a stream.
(package private)  void ObjectStreamClass.read(ObjectInputStream s)
           
private  void File.readObject(ObjectInputStream s)
          readObject is called to restore this filename.
(package private)  void ObjectInputStream.GetFieldImpl.read(ObjectInputStream in)
          Read the data and fields from the specified stream.
 

Uses of ObjectInputStream in java.lang
 

Methods in java.lang with parameters of type ObjectInputStream
private  void StringBuffer.readObject(ObjectInputStream s)
          readObject is called to restore the state of the StringBuffer from a stream.
 

Uses of ObjectInputStream in java.util
 

Methods in java.util with parameters of type ObjectInputStream
private  void PropertyPermission.readObject(ObjectInputStream s)
          readObject is called to restore the state of the PropertyPermission from a stream.
private  void HashMap.readObject(ObjectInputStream s)
          Reconstitute the HashMap instance from a stream (i.e., deserialize it).
private  void Calendar.readObject(ObjectInputStream stream)
          Reconstitute this object from a stream (i.e., deserialize it).
private  void TreeSet.readObject(ObjectInputStream s)
          Reconstitute the TreeSet instance from a stream (that is, deserialize it).
private  void LinkedList.readObject(ObjectInputStream s)
          Reconstitute this LinkedList instance from a stream (that is deserialize it).
private  void SimpleTimeZone.readObject(ObjectInputStream stream)
          Reconstitute this object from a stream (i.e., deserialize it).
private  void BitSet.readObject(ObjectInputStream in)
          This override of readObject makes sure unitsInUse is set properly when deserializing a bitset
private  void Hashtable.readObject(ObjectInputStream s)
          Reconstitute the Hashtable from a stream (i.e., deserialize it).
private  void Locale.readObject(ObjectInputStream in)
           
private  void Date.readObject(ObjectInputStream s)
          Reconstitute this object from a stream (i.e., deserialize it).
private  void HashSet.readObject(ObjectInputStream s)
          Reconstitute the HashSet instance from a stream (that is, deserialize it).
private  void TreeMap.readObject(ObjectInputStream s)
          Reconstitute the TreeMap instance from a stream (i.e., deserialize it).
(package private)  void TreeMap.readTreeSet(int size, ObjectInputStream s, Object defaultVal)
          Intended to be called only from TreeSet.readObject
private  void TreeMap.buildFromSorted(int size, Iterator it, ObjectInputStream str, Object defaultVal)
          Linear time tree building algorithm from sorted data.
private static TreeMap.Entry TreeMap.buildFromSorted(int level, int lo, int hi, int redLevel, Iterator it, ObjectInputStream str, Object defaultVal)
          Recursive "helper method" that does the real work of the of the previous method.
private  void ArrayList.readObject(ObjectInputStream s)
          Reconstitute the ArrayList instance from a stream (that is, deserialize it).