org.glassfish.grizzly.smart.transformers
Class ShortEncoder
java.lang.Object
org.glassfish.grizzly.AbstractTransformer<E,Buffer>
org.glassfish.grizzly.smart.transformers.AbstractSmartMemberEncoder<E>
org.glassfish.grizzly.smart.transformers.PrimitiveEncoder<Short>
org.glassfish.grizzly.smart.transformers.ShortEncoder
- All Implemented Interfaces:
- SmartMemberTransformer<Short,Buffer>, Transformer<Short,Buffer>
public class ShortEncoder
- extends PrimitiveEncoder<Short>
- 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 |
ShortEncoder
public ShortEncoder()
sizeOf
public int sizeOf()
- Specified by:
sizeOf in class PrimitiveEncoder<Short>
put
public Buffer put(Buffer output,
Short value)
- Specified by:
put in class PrimitiveEncoder<Short>
Copyright © 2009 SUN Microsystems. All Rights Reserved.