|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.fernsroth.easyio.field.handler.FieldNumberHandlerBase com.fernsroth.easyio.field.handler.FieldUINT16Handler
public class FieldUINT16Handler
Constructor Summary | |
---|---|
FieldUINT16Handler()
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 FieldUINT16Handler()
Method Detail |
---|
protected java.lang.annotation.Annotation getAnnotation(java.lang.reflect.Field field)
getAnnotation
in class FieldNumberHandlerBase
field
- the field to get the annotation from.
protected java.lang.Object read(EasyIOInputStream in) throws java.io.IOException
read
in class FieldNumberHandlerBase
in
- the input stream to read from.
java.io.IOException
protected java.lang.Object createZero()
createZero
in class FieldNumberHandlerBase
protected void write(EasyIOOutputStream out, java.lang.Object val) throws java.io.IOException
write
in class FieldNumberHandlerBase
out
- 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 |