| java.lang.Object | ||
| java.io.ObjectInputStream.GetField | ||
Inner class to provide access to serializable fields
| ObjectInputStream.GetField() |
| abstract | boolean | defaulted(String name) | |||
| abstract | long | get(String name, long defaultValue) | |||
| abstract | double | get(String name, double defaultValue) | |||
| abstract | float | get(String name, float defaultValue) | |||
| abstract | byte | get(String name, byte defaultValue) | |||
| abstract | char | get(String name, char defaultValue) | |||
| abstract | int | get(String name, int defaultValue) | |||
| abstract | short | get(String name, short defaultValue) | |||
| abstract | boolean | get(String name, boolean defaultValue) | |||
| abstract | Object | get(String name, Object defaultValue) | |||
| abstract | ObjectStreamClass | getObjectStreamClass() |
Methods inherited
from class
java.lang.Object
true if the default value is set,
false otherwise| IOException | |
| IllegalArgumentException | |
| IOException |
| IOException | |
| IllegalArgumentException | |
| IOException |
| IOException | |
| IllegalArgumentException | |
| IOException |
| IOException | |
| IllegalArgumentException | |
| IOException |
| IOException | |
| IllegalArgumentException | |
| IOException |
| IOException | |
| IllegalArgumentException | |
| IOException |
| IOException | |
| IllegalArgumentException | |
| IOException |
| IOException | |
| IllegalArgumentException | |
| IOException |
| IOException | |
| IllegalArgumentException | |
| IOException |
| IOException | |
| IllegalArgumentException | |
| IOException |