Package com.sun.corba.ee.impl.misc
Class LegacyHookPutFields
java.lang.Object
java.io.ObjectOutputStream.PutField
com.sun.corba.ee.impl.misc.LegacyHookPutFields
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 TypeMethodDescriptionvoidPut the value of the named boolean field into the persistent field.voidPut the value of the named byte field into the persistent fields.voidPut the value of the named char field into the persistent fields.voidPut the value of the named double field into the persistent field.voidPut the value of the named float field into the persistent fields.voidPut the value of the named int field into the persistent fields.voidPut the value of the named long field into the persistent fields.voidPut the value of the named short field into the persistent fields.voidPut the value of the named Object field into the persistent field.voidwrite(ObjectOutput out) Write the data and fields to the specified ObjectOutput stream.
-
Field Details
-
fields
-
-
Constructor Details
-
LegacyHookPutFields
LegacyHookPutFields()
-
-
Method Details
-
put
Put the value of the named boolean field into the persistent field.- Specified by:
putin classObjectOutputStream.PutField
-
put
Put the value of the named char field into the persistent fields.- Specified by:
putin classObjectOutputStream.PutField
-
put
Put the value of the named byte field into the persistent fields.- Specified by:
putin classObjectOutputStream.PutField
-
put
Put the value of the named short field into the persistent fields.- Specified by:
putin classObjectOutputStream.PutField
-
put
Put the value of the named int field into the persistent fields.- Specified by:
putin classObjectOutputStream.PutField
-
put
Put the value of the named long field into the persistent fields.- Specified by:
putin classObjectOutputStream.PutField
-
put
Put the value of the named float field into the persistent fields.- Specified by:
putin classObjectOutputStream.PutField
-
put
Put the value of the named double field into the persistent field.- Specified by:
putin classObjectOutputStream.PutField
-
put
Put the value of the named Object field into the persistent field.- Specified by:
putin classObjectOutputStream.PutField
-
write
Write the data and fields to the specified ObjectOutput stream.- Specified by:
writein classObjectOutputStream.PutField- Throws:
IOException
-