Generated by
JDiff

Class java.io.ObjectInputStream.GetField

Changed Methods
boolean defaulted(String) Documentation changed from old to new.
Return true if the named field is defaulted and has no value in this stream.
ObjectStreamClass getObjectStreamClass() Documentation changed from old to new.
Get the ObjectStreamClass that describes the fields in the stream.
boolean get(String, boolean) Documentation changed from old to new.
Get the value of the named boolean field from the persistent field.
byte get(String, byte) Documentation changed from old to new.
Get the value of the named byte field from the persistent fields.
char get(String, char) Documentation changed from old to new.
Get the value of the named char field from the persistent fields.
double get(String, double) Documentation changed from old to new.
Get the value of the named double field from the persistent field.
float get(String, float) Documentation changed from old to new.
Get the value of the named float field from the persistent fields.
int get(String, int) Documentation changed from old to new.
Get the value of the named int field from the persistent fields.
Object get(String, Object) Documentation changed from old to new.
Get the value of the named Object field from the persistent field.
long get(String, long) Documentation changed from old to new.
Get the value of the named long field from the persistent fields.
short get(String, short) Documentation changed from old to new.
Get the value of the named short field from the persistent fields.