|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--xxl.io.Converter
|
+--xxl.io.CharacterConverter
| Field Summary | |
static CharacterConverter |
PROTOTYPE
|
| Constructor Summary | |
CharacterConverter()
|
|
| Method Summary | |
java.lang.Object |
read(java.io.DataInput dataInput,
java.lang.Object object)
Reads a Character from the given DataInput. |
int |
write(java.io.DataOutput dataOutput,
java.lang.Object object)
Writes a Character 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 CharacterConverter PROTOTYPE
| Constructor Detail |
public CharacterConverter()
| 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 | ||||||||