com.sun.grizzly.smart.transformers
Class ShortDecoder
java.lang.Object
com.sun.grizzly.AbstractTransformer<Buffer,E>
com.sun.grizzly.smart.transformers.AbstractSmartMemberDecoder<E>
com.sun.grizzly.smart.transformers.PrimitiveDecoder<Short>
com.sun.grizzly.smart.transformers.ShortDecoder
- All Implemented Interfaces:
- SmartMemberTransformer<Buffer,Short>, Transformer<Buffer,Short>
public class ShortDecoder
- extends PrimitiveDecoder<Short>
- 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 |
ShortDecoder
public ShortDecoder()
sizeOf
public int sizeOf()
- Specified by:
sizeOf in class PrimitiveDecoder<Short>
get
public Short get(Buffer input)
- Specified by:
get in class PrimitiveDecoder<Short>
Copyright © 2009 SUN Microsystems. All Rights Reserved.