org.apache.qpid.proton.codec
Class CharacterType

java.lang.Object
  extended by org.apache.qpid.proton.codec.CharacterType
All Implemented Interfaces:
AMQPType<Character>, PrimitiveType<Character>

public class CharacterType
extends Object


Nested Class Summary
 class CharacterType.CharacterEncoding
           
 
Method Summary
 Collection<CharacterType.CharacterEncoding> getAllEncodings()
           
 CharacterType.CharacterEncoding getCanonicalEncoding()
           
 CharacterType.CharacterEncoding getEncoding(Character val)
           
 Class<Character> getTypeClass()
           
 void write(char c)
           
 void write(T val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.