org.apache.qpid.proton.codec
Class CharacterType
java.lang.Object
org.apache.qpid.proton.codec.CharacterType
- All Implemented Interfaces:
- AMQPType<Character>, PrimitiveType<Character>
public class CharacterType
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getTypeClass
public Class<Character> getTypeClass()
getEncoding
public CharacterType.CharacterEncoding getEncoding(Character val)
getCanonicalEncoding
public CharacterType.CharacterEncoding getCanonicalEncoding()
getAllEncodings
public Collection<CharacterType.CharacterEncoding> getAllEncodings()
write
public void write(char c)
write
public final void write(T val)
- Specified by:
write in interface AMQPType<T>
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.