|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--xxl.io.Converter
|
+--xxl.io.IntegerConverter
| Field Summary | |
static IntegerConverter |
PROTOTYPE
|
| Constructor Summary | |
IntegerConverter()
|
|
| Method Summary | |
java.lang.Object |
read(java.io.DataInput dataInput,
java.lang.Object object)
Reads an Integer from the given DataInput. |
int |
write(java.io.DataOutput dataOutput,
java.lang.Object object)
Writes an Integer to the given DataOutput. |
| Methods inherited from class xxl.io.Converter |
sizeOf |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
public static final IntegerConverter PROTOTYPE
| Constructor Detail |
public IntegerConverter()
| Method Detail |
public java.lang.Object read(java.io.DataInput dataInput,
java.lang.Object object)
throws java.io.IOException
object - this attribute is ignored in this subclass
public int write(java.io.DataOutput dataOutput,
java.lang.Object object)
throws java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||