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