public abstract static class ObjectInputStream.GetField extends Object
Constructor and Description |
---|
ObjectInputStream.GetField() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
defaulted(String name) |
abstract boolean |
get(String name,
boolean defvalue) |
abstract byte |
get(String name,
byte defvalue) |
abstract char |
get(String name,
char defvalue) |
abstract double |
get(String name,
double defvalue) |
abstract float |
get(String name,
float defvalue) |
abstract int |
get(String name,
int defvalue) |
abstract long |
get(String name,
long defvalue) |
abstract Object |
get(String name,
Object defvalue) |
abstract short |
get(String name,
short defvalue) |
abstract ObjectStreamClass |
getObjectStreamClass() |
public ObjectInputStream.GetField()
public abstract ObjectStreamClass getObjectStreamClass()
public abstract boolean defaulted(String name) throws IOException, IllegalArgumentException
IOException
IllegalArgumentException
public abstract boolean get(String name, boolean defvalue) throws IOException, IllegalArgumentException
IOException
IllegalArgumentException
public abstract char get(String name, char defvalue) throws IOException, IllegalArgumentException
IOException
IllegalArgumentException
public abstract byte get(String name, byte defvalue) throws IOException, IllegalArgumentException
IOException
IllegalArgumentException
public abstract short get(String name, short defvalue) throws IOException, IllegalArgumentException
IOException
IllegalArgumentException
public abstract int get(String name, int defvalue) throws IOException, IllegalArgumentException
IOException
IllegalArgumentException
public abstract long get(String name, long defvalue) throws IOException, IllegalArgumentException
IOException
IllegalArgumentException
public abstract float get(String name, float defvalue) throws IOException, IllegalArgumentException
IOException
IllegalArgumentException
public abstract double get(String name, double defvalue) throws IOException, IllegalArgumentException
IOException
IllegalArgumentException
public abstract Object get(String name, Object defvalue) throws IOException, IllegalArgumentException
IOException
IllegalArgumentException