org.apache.qpid.proton.codec
Class ByteType

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

public class ByteType
extends Object


Nested Class Summary
 class ByteType.ByteEncoding
           
 
Method Summary
 Collection<ByteType.ByteEncoding> getAllEncodings()
           
 ByteType.ByteEncoding getCanonicalEncoding()
           
 ByteType.ByteEncoding getEncoding(Byte val)
           
 Class<Byte> getTypeClass()
           
 void write(T val)
           
 void writeType(byte b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTypeClass

public Class<Byte> getTypeClass()

getEncoding

public ByteType.ByteEncoding getEncoding(Byte val)

getCanonicalEncoding

public ByteType.ByteEncoding getCanonicalEncoding()

getAllEncodings

public Collection<ByteType.ByteEncoding> getAllEncodings()

writeType

public void writeType(byte b)

write

public final void write(T val)
Specified by:
write in interface AMQPType<T>


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.