|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--xxl.io.Converter
| Constructor Summary | |
Converter()
|
|
| Method Summary | |
abstract java.lang.Object |
read(java.io.DataInput dataInput,
java.lang.Object object)
Reads an Object from the given DataInput. |
int |
sizeOf(java.lang.Object o)
|
abstract int |
write(java.io.DataOutput dataOutput,
java.lang.Object object)
Writes an Object to the given DataOutput. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public Converter()
| Method Detail |
public abstract java.lang.Object read(java.io.DataInput dataInput,
java.lang.Object object)
throws java.io.IOException
object - the Object for which attributes are to be
read. If object==null this method should create a
new Object;
public abstract int write(java.io.DataOutput dataOutput,
java.lang.Object object)
throws java.io.IOException
public int sizeOf(java.lang.Object o)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||