Package com.sun.corba.ee.impl.io
Class OutputStreamHook.HookPutFields
java.lang.Object
java.io.ObjectOutputStream.PutField
com.sun.corba.ee.impl.io.OutputStreamHook.HookPutFields
- Enclosing class:
OutputStreamHook
Since ObjectOutputStream.PutField methods specify no exceptions,
we are not checking for null parameters on put methods.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Put the value of the named boolean field into the persistent field.void
Put the value of the named byte field into the persistent fields.void
Put the value of the named char field into the persistent fields.void
Put the value of the named double field into the persistent field.void
Put the value of the named float field into the persistent fields.void
Put the value of the named int field into the persistent fields.void
Put the value of the named long field into the persistent fields.void
Put the value of the named short field into the persistent fields.void
Put the value of the named Object field into the persistent field.void
write
(ObjectOutput out) Write the data and fields to the specified ObjectOutput stream.
-
Field Details
-
fields
-
-
Constructor Details
-
HookPutFields
private HookPutFields()
-
-
Method Details
-
put
Put the value of the named boolean field into the persistent field.- Specified by:
put
in classObjectOutputStream.PutField
-
put
Put the value of the named char field into the persistent fields.- Specified by:
put
in classObjectOutputStream.PutField
-
put
Put the value of the named byte field into the persistent fields.- Specified by:
put
in classObjectOutputStream.PutField
-
put
Put the value of the named short field into the persistent fields.- Specified by:
put
in classObjectOutputStream.PutField
-
put
Put the value of the named int field into the persistent fields.- Specified by:
put
in classObjectOutputStream.PutField
-
put
Put the value of the named long field into the persistent fields.- Specified by:
put
in classObjectOutputStream.PutField
-
put
Put the value of the named float field into the persistent fields.- Specified by:
put
in classObjectOutputStream.PutField
-
put
Put the value of the named double field into the persistent field.- Specified by:
put
in classObjectOutputStream.PutField
-
put
Put the value of the named Object field into the persistent field.- Specified by:
put
in classObjectOutputStream.PutField
-
write
Write the data and fields to the specified ObjectOutput stream.- Specified by:
write
in classObjectOutputStream.PutField
- Throws:
IOException
-