@NotStorableClass public static class ObjectIOInputStream.GetFieldImpl extends ObjectInputStream.GetField
Constructor and Description |
---|
ObjectIOInputStream.GetFieldImpl(ObjectIOGetField objectIOGetField) |
Modifier and Type | Method and Description |
---|---|
boolean |
defaulted(String name) |
boolean |
get(String name,
boolean val) |
byte |
get(String name,
byte val) |
char |
get(String name,
char val) |
double |
get(String name,
double val) |
float |
get(String name,
float val) |
int |
get(String name,
int val) |
long |
get(String name,
long val) |
Object |
get(String name,
Object val) |
short |
get(String name,
short val) |
ObjectStreamClass |
getObjectStreamClass() |
public ObjectIOInputStream.GetFieldImpl(ObjectIOGetField objectIOGetField)
public boolean defaulted(String name) throws IOException
defaulted
in class ObjectInputStream.GetField
IOException
public boolean get(String name, boolean val) throws IOException
get
in class ObjectInputStream.GetField
IOException
public byte get(String name, byte val) throws IOException
get
in class ObjectInputStream.GetField
IOException
public char get(String name, char val) throws IOException
get
in class ObjectInputStream.GetField
IOException
public short get(String name, short val) throws IOException
get
in class ObjectInputStream.GetField
IOException
public int get(String name, int val) throws IOException
get
in class ObjectInputStream.GetField
IOException
public long get(String name, long val) throws IOException
get
in class ObjectInputStream.GetField
IOException
public float get(String name, float val) throws IOException
get
in class ObjectInputStream.GetField
IOException
public double get(String name, double val) throws IOException
get
in class ObjectInputStream.GetField
IOException
public Object get(String name, Object val) throws IOException
get
in class ObjectInputStream.GetField
IOException
public ObjectStreamClass getObjectStreamClass()
getObjectStreamClass
in class ObjectInputStream.GetField
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.