Package com.sun.corba.ee.impl.misc
Class LegacyHookGetFields
java.lang.Object
java.io.ObjectInputStream.GetField
com.sun.corba.ee.impl.misc.LegacyHookGetFields
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if the named field is defaulted and has no value in this stream.booleanGet the value of the named boolean field from the persistent field.byteGet the value of the named byte field from the persistent fields.charGet the value of the named char field from the persistent fields.doubleGet the value of the named double field from the persistent field.floatGet the value of the named float field from the persistent fields.intGet the value of the named int field from the persistent fields.longGet the value of the named long field from the persistent fields.shortGet the value of the named short field from the persistent fields.Get the value of the named Object field from the persistent field.Get the ObjectStreamClass that describes the fields in the stream.toString()
-
Field Details
-
fields
-
-
Constructor Details
-
LegacyHookGetFields
-
-
Method Details
-
getObjectStreamClass
Get the ObjectStreamClass that describes the fields in the stream.- Specified by:
getObjectStreamClassin classObjectInputStream.GetField
-
defaulted
Return true if the named field is defaulted and has no value in this stream.- Specified by:
defaultedin classObjectInputStream.GetField- Throws:
IOExceptionIllegalArgumentException
-
get
Get the value of the named boolean field from the persistent field.- Specified by:
getin classObjectInputStream.GetField- Throws:
IOExceptionIllegalArgumentException
-
get
Get the value of the named char field from the persistent fields.- Specified by:
getin classObjectInputStream.GetField- Throws:
IOExceptionIllegalArgumentException
-
get
Get the value of the named byte field from the persistent fields.- Specified by:
getin classObjectInputStream.GetField- Throws:
IOExceptionIllegalArgumentException
-
get
Get the value of the named short field from the persistent fields.- Specified by:
getin classObjectInputStream.GetField- Throws:
IOExceptionIllegalArgumentException
-
get
Get the value of the named int field from the persistent fields.- Specified by:
getin classObjectInputStream.GetField- Throws:
IOExceptionIllegalArgumentException
-
get
Get the value of the named long field from the persistent fields.- Specified by:
getin classObjectInputStream.GetField- Throws:
IOExceptionIllegalArgumentException
-
get
Get the value of the named float field from the persistent fields.- Specified by:
getin classObjectInputStream.GetField- Throws:
IOExceptionIllegalArgumentException
-
get
Get the value of the named double field from the persistent field.- Specified by:
getin classObjectInputStream.GetField- Throws:
IOExceptionIllegalArgumentException
-
get
Get the value of the named Object field from the persistent field.- Specified by:
getin classObjectInputStream.GetField- Throws:
IOExceptionIllegalArgumentException
-
toString
-