Overview Package Class Use Source Tree Index Deprecated About
GNU Classpath (0.95)
Frames | No Frames

Uses of Class java.io.ObjectInputStream

Uses in package javax.management

Methods with return type java.io.ObjectInputStream

ObjectInputStream
MBeanServer.deserialize(String name, byte[] data)
Deserializes a byte array using the same class loader for its context as was used to load the given class.
ObjectInputStream
MBeanServer.deserialize(String name, ObjectName loader, byte[] data)
Deserializes a byte array using the same class loader for its context as was used to load the given class.
ObjectInputStream
MBeanServer.deserialize(ObjectName name, byte[] data)
Deserializes a byte array using the class loader of the specified management bean as its context.

Uses in package java.beans.beancontext

Methods with parameter type java.io.ObjectInputStream

void
BeanContextServicesSupport.bcsPreDeserializationHook(ObjectInputStream ois)
Deserializes any service providers which are serializable.
void
BeanContextSupport.bcsPreDeserializationHook(ObjectInputStream ois)
Subclasses may use this method to perform their own deserialization after the default deserialization process has taken place, but prior to the deserialization of the children.
void
BeanContextSupport.deserialize(ObjectInputStream ois, Collection<E> coll)
Deserializes objects (written by serialize(ObjectOutputStream,Collection)) and adds them to the specified collection.
void
BeanContextSupport.readChildren(ObjectInputStream ois)
Deerializes the children using the deserialize(ObjectInputStream, Collection method and then calls childDeserializedHook(Object, BCSChild) for each child deserialized.

Uses in package javax.rmi.CORBA

Methods with parameter type java.io.ObjectInputStream

void
StubDelegate.readObject(Stub self, ObjectInputStream s)
Read this stub from the object input stream.

Uses in package javax.swing.text

Methods with parameter type java.io.ObjectInputStream

void
StyleContext.readAttributeSet(ObjectInputStream in, MutableAttributeSet a)
Reads a set of attributes from the given object input stream.
void
StyleContext.readAttributes(ObjectInputStream in, MutableAttributeSet a)
Handles reading in the attributes.
Overview Package Class Use Source Tree Index Deprecated About
GNU Classpath (0.95)

AltStyle によって変換されたページ (->オリジナル) /