Uses of Class
com.fernsroth.easyio.EasyIOOutputStream

Packages that use EasyIOOutputStream
com.fernsroth.easyio   
com.fernsroth.easyio.field.handler   
 

Uses of EasyIOOutputStream in com.fernsroth.easyio
 

Methods in com.fernsroth.easyio with parameters of type EasyIOOutputStream
 void FieldHandler.write(EasyIOOutputStream out, java.lang.Object obj, java.util.Queue<java.lang.reflect.Field> fieldsQueue)
          writes a field into an output stream.
 

Uses of EasyIOOutputStream in com.fernsroth.easyio.field.handler
 

Methods in com.fernsroth.easyio.field.handler with parameters of type EasyIOOutputStream
protected  void FieldINT64Handler.write(EasyIOOutputStream out, java.lang.Object val)
          writes a value to the output stream.
protected abstract  void FieldNumberHandlerBase.write(EasyIOOutputStream out, java.lang.Object val)
          writes a value to the output stream.
protected  void FieldUINT16Handler.write(EasyIOOutputStream out, java.lang.Object val)
          writes a value to the output stream.
protected  void FieldUINT32Handler.write(EasyIOOutputStream out, java.lang.Object val)
          writes a value to the output stream.
protected  void FieldUINT64Handler.write(EasyIOOutputStream out, java.lang.Object val)
          writes a value to the output stream.
protected  void FieldUINT8Handler.write(EasyIOOutputStream out, java.lang.Object val)
          writes a value to the output stream.
 void FieldNumberHandlerBase.write(EasyIOOutputStream out, java.lang.Object obj, java.util.Queue<java.lang.reflect.Field> fieldsQueue)
          writes a field into an output stream.
 



Copyright © 2006 null. All Rights Reserved.