org.apache.qpid.proton.codec
Interface Data
public interface Data
NULL
static final Data.Type NULL
BOOL
static final Data.Type BOOL
UBYTE
static final Data.Type UBYTE
BYTE
static final Data.Type BYTE
USHORT
static final Data.Type USHORT
SHORT
static final Data.Type SHORT
UINT
static final Data.Type UINT
INT
static final Data.Type INT
ULONG
static final Data.Type ULONG
LONG
static final Data.Type LONG
FLOAT
static final Data.Type FLOAT
DOUBLE
static final Data.Type DOUBLE
BINARY
static final Data.Type BINARY
STRING
static final Data.Type STRING
SYMBOL
static final Data.Type SYMBOL
DESCRIPTOR
static final Data.Type DESCRIPTOR
ARRAY
static final Data.Type ARRAY
LIST
static final Data.Type LIST
MAP
static final Data.Type MAP
TYPE
static final Data.Type TYPE
putBool
void putBool(boolean b)
putByte
void putByte(byte b)
putUbyte
void putUbyte(UnsignedByte b)
putUbyte
void putUbyte(short s)
putShort
void putShort(short s)
putUshort
void putUshort(UnsignedShort s)
putUshort
void putUshort(int i)
putInt
void putInt(int i)
putUint
void putUint(UnsignedInteger i)
putUint
void putUint(long l)
putLong
void putLong(long l)
putUlong
void putUlong(UnsignedLong l)
putUlong
void putUlong(long l)
putFloat
void putFloat(float f)
putDouble
void putDouble(double d)
putBinary
void putBinary(Binary b)
putBinary
void putBinary(byte[] b)
putString
void putString(String s)
putSymbol
void putSymbol(Symbol s)
putSymbol
void putSymbol(String s)
putDescriptor
void putDescriptor()
putArray
void putArray()
putList
void putList()
putType
void putType()
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.