Class LegacyHookGetFields

java.lang.Object
java.io.ObjectInputStream.GetField
com.sun.corba.ee.impl.misc.LegacyHookGetFields

class LegacyHookGetFields extends ObjectInputStream.GetField
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Return true if the named field is defaulted and has no value in this stream.
    boolean
    get(String name, boolean defvalue)
    Get the value of the named boolean field from the persistent field.
    byte
    get(String name, byte defvalue)
    Get the value of the named byte field from the persistent fields.
    char
    get(String name, char defvalue)
    Get the value of the named char field from the persistent fields.
    double
    get(String name, double defvalue)
    Get the value of the named double field from the persistent field.
    float
    get(String name, float defvalue)
    Get the value of the named float field from the persistent fields.
    int
    get(String name, int defvalue)
    Get the value of the named int field from the persistent fields.
    long
    get(String name, long defvalue)
    Get the value of the named long field from the persistent fields.
    short
    get(String name, short defvalue)
    Get the value of the named short field from the persistent fields.
    get(String name, Object defvalue)
    Get the value of the named Object field from the persistent field.
    Get the ObjectStreamClass that describes the fields in the stream.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait