public class ObjectIOGetField extends Object
Constructor and Description |
---|
ObjectIOGetField(FieldInfo[] fieldsInfo,
ObjectClassInfoAndDeclared[] values,
int offset) |
Modifier and Type | Method and Description |
---|---|
boolean |
defaulted(String fieldName) |
boolean |
get(String fieldName,
boolean val) |
byte |
get(String fieldName,
byte val) |
char |
get(String fieldName,
char val) |
double |
get(String fieldName,
double val) |
float |
get(String fieldName,
float val) |
int |
get(String fieldName,
int val) |
long |
get(String fieldName,
long val) |
Object |
get(String fieldName,
Object val) |
short |
get(String fieldName,
short val) |
int |
getOffset() |
public ObjectIOGetField(FieldInfo[] fieldsInfo, ObjectClassInfoAndDeclared[] values, int offset)
public int getOffset()
public boolean defaulted(String fieldName)
public boolean get(String fieldName, boolean val) throws IOException
IOException
public byte get(String fieldName, byte val) throws IOException
IOException
public char get(String fieldName, char val) throws IOException
IOException
public short get(String fieldName, short val) throws IOException
IOException
public int get(String fieldName, int val) throws IOException
IOException
public long get(String fieldName, long val) throws IOException
IOException
public float get(String fieldName, float val) throws IOException
IOException
public double get(String fieldName, double val) throws IOException
IOException
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.