|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.fernsroth.easyio.field.handler.FieldNumberHandlerBase
com.fernsroth.easyio.field.handler.FieldUINT32Handler
public class FieldUINT32Handler
| Constructor Summary | |
|---|---|
FieldUINT32Handler()
constructor. |
|
| Method Summary | |
|---|---|
protected java.lang.Object |
createZero()
creates an object with the value of zero. |
protected java.lang.annotation.Annotation |
getAnnotation(java.lang.reflect.Field field)
|
protected java.lang.Object |
read(EasyIOInputStream in)
read data from the input stream. |
protected void |
write(EasyIOOutputStream out,
java.lang.Object val)
writes a value to the output stream. |
| Methods inherited from class com.fernsroth.easyio.field.handler.FieldNumberHandlerBase |
|---|
getFieldBits, read, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FieldUINT32Handler()
| Method Detail |
|---|
protected java.lang.annotation.Annotation getAnnotation(java.lang.reflect.Field field)
getAnnotation in class FieldNumberHandlerBasefield - the field to get the annotation from.
protected java.lang.Object read(EasyIOInputStream in)
throws java.io.IOException
read in class FieldNumberHandlerBasein - the input stream to read from.
java.io.IOExceptionprotected java.lang.Object createZero()
createZero in class FieldNumberHandlerBase
protected void write(EasyIOOutputStream out,
java.lang.Object val)
throws java.io.IOException
write in class FieldNumberHandlerBaseout - the output stream to write to.val - the value to write.
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||