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