java.io
Class ObjectInputStream.GetField
java.lang.Object
|
+--java.io.ObjectInputStream.GetField
- Enclosing class:
- ObjectInputStream
- public abstract static class ObjectInputStream.GetField
- extends Object
ObjectInputStream.GetField
public ObjectInputStream.GetField()
getObjectStreamClass
public abstract ObjectStreamClass getObjectStreamClass()
defaulted
public abstract boolean defaulted(String)
throws IOException
IOException
get
public abstract boolean get(String,
boolean)
throws IOException
IOException
get
public abstract byte get(String,
byte)
throws IOException
IOException
get
public abstract char get(String,
char)
throws IOException
IOException
get
public abstract short get(String,
short)
throws IOException
IOException
get
public abstract int get(String,
int)
throws IOException
IOException
get
public abstract long get(String,
long)
throws IOException
IOException
get
public abstract float get(String,
float)
throws IOException
IOException
get
public abstract double get(String,
double)
throws IOException
IOException
get
public abstract Object get(String,
Object)
throws IOException
IOException