Generated by
JDiff

Class java.io.ObjectInputStream.GetField

Changed Methods
boolean defaulted(String) Change in exceptions thrown from (IOException, IllegalArgumentException) to IOException.
Return true if the named field is defaulted and has no value in this stream.
boolean get(String, boolean) Change in exceptions thrown from (IOException, IllegalArgumentException) to IOException.
Get the value of the named boolean field from the persistent field.
byte get(String, byte) Change in exceptions thrown from (IOException, IllegalArgumentException) to IOException.
Get the value of the named byte field from the persistent field.
char get(String, char) Change in exceptions thrown from (IOException, IllegalArgumentException) to IOException.
Get the value of the named char field from the persistent field.
double get(String, double) Change in exceptions thrown from (IOException, IllegalArgumentException) to IOException.
Get the value of the named double field from the persistent field.
float get(String, float) Change in exceptions thrown from (IOException, IllegalArgumentException) to IOException.
Get the value of the named float field from the persistent field.
int get(String, int) Change in exceptions thrown from (IOException, IllegalArgumentException) to IOException.
Get the value of the named int field from the persistent field.
Object get(String, Object) Change in exceptions thrown from (IOException, IllegalArgumentException) to IOException.
Get the value of the named Object field from the persistent field.
long get(String, long) Change in exceptions thrown from (IOException, IllegalArgumentException) to IOException.
Get the value of the named long field from the persistent field.
short get(String, short) Change in exceptions thrown from (IOException, IllegalArgumentException) to IOException.
Get the value of the named short field from the persistent field.