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