-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum MessageFormatDescribes the list of the message format types defined in the MessagePack specification.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description NEGFIXINTMAP32MAP16ARRAY32ARRAY16STR32STR16STR8FIXEXT16FIXEXT8FIXEXT4FIXEXT2FIXEXT1INT64INT32INT16INT8UINT64UINT32UINT16UINT8FLOAT64FLOAT32EXT32EXT16EXT8BIN32BIN16BIN8BOOLEANNEVER_USEDNILFIXSTRFIXARRAYFIXMAPPOSFIXINT
-
Method Summary
Modifier and Type Method Description static MessageFormatvalueOf(byte b)Returns a MessageFormat type of the specified byte value static Array<MessageFormat>values()static MessageFormatvalueOf(String name)ValueTypegetValueType()Retruns the ValueType corresponding to this MessageFormat -
-
Method Detail
-
valueOf
static MessageFormat valueOf(byte b)
Returns a MessageFormat type of the specified byte value
- Parameters:
b- MessageFormat of the given byte
-
values
static Array<MessageFormat> values()
-
valueOf
static MessageFormat valueOf(String name)
-
getValueType
ValueType getValueType()
Retruns the ValueType corresponding to this MessageFormat
-
-
-
-