org.glassfish.grizzly.smart.transformers
Class FloatEncoder
java.lang.Object
org.glassfish.grizzly.AbstractTransformer<E,Buffer>
org.glassfish.grizzly.smart.transformers.AbstractSmartMemberEncoder<E>
org.glassfish.grizzly.smart.transformers.PrimitiveEncoder<Float>
org.glassfish.grizzly.smart.transformers.FloatEncoder
- All Implemented Interfaces:
- SmartMemberTransformer<Float,Buffer>, Transformer<Float,Buffer>
public class FloatEncoder
- extends PrimitiveEncoder<Float>
- Author:
- Alexey Stashok
| Methods inherited from class org.glassfish.grizzly.AbstractTransformer |
getInput, getLastResult, getMemoryManager, getOutput, getProperties, getValue, getValue, hibernate, obtainMemoryManager, release, removeValue, setInput, setMemoryManager, setOutput, setValue, transform |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FloatEncoder
public FloatEncoder()
sizeOf
public int sizeOf()
- Specified by:
sizeOf in class PrimitiveEncoder<Float>
put
public Buffer put(Buffer output,
Float value)
- Specified by:
put in class PrimitiveEncoder<Float>
Copyright © 2009 SUN Microsystems. All Rights Reserved.