- AbstractImmutableRawValue - Class in org.msgpack.value.impl
-
- AbstractImmutableRawValue(byte[]) - Constructor for class org.msgpack.value.impl.AbstractImmutableRawValue
-
- AbstractImmutableRawValue(String) - Constructor for class org.msgpack.value.impl.AbstractImmutableRawValue
-
- address - Variable in class org.msgpack.core.buffer.MessageBuffer
-
Head address of the underlying memory.
- ARRAY16 - Static variable in class org.msgpack.core.MessagePack.Code
-
- ARRAY32 - Static variable in class org.msgpack.core.MessagePack.Code
-
- ArrayBufferInput - Class in org.msgpack.core.buffer
-
MessageBufferInput adapter for byte arrays
- ArrayBufferInput(MessageBuffer) - Constructor for class org.msgpack.core.buffer.ArrayBufferInput
-
- ArrayBufferInput(byte[]) - Constructor for class org.msgpack.core.buffer.ArrayBufferInput
-
- ArrayBufferInput(byte[], int, int) - Constructor for class org.msgpack.core.buffer.ArrayBufferInput
-
- ArrayValue - Interface in org.msgpack.value
-
The interface ArrayValue
represents MessagePack's Array type.
- asArrayValue() - Method in interface org.msgpack.value.ImmutableValue
-
- asArrayValue() - Method in class org.msgpack.value.impl.ImmutableArrayValueImpl
-
- asArrayValue() - Method in interface org.msgpack.value.Value
-
Returns the value as ArrayValue
.
- asArrayValue() - Method in class org.msgpack.value.Variable
-
- asBigInteger() - Method in class org.msgpack.value.impl.ImmutableBigIntegerValueImpl
-
- asBigInteger() - Method in class org.msgpack.value.impl.ImmutableLongValueImpl
-
- asBigInteger() - Method in interface org.msgpack.value.IntegerValue
-
Returns the value as a BigInteger
.
- asBinaryValue() - Method in interface org.msgpack.value.ImmutableValue
-
- asBinaryValue() - Method in class org.msgpack.value.impl.ImmutableBinaryValueImpl
-
- asBinaryValue() - Method in interface org.msgpack.value.Value
-
Returns the value as BinaryValue
.
- asBinaryValue() - Method in class org.msgpack.value.Variable
-
- asBooleanValue() - Method in interface org.msgpack.value.ImmutableValue
-
- asBooleanValue() - Method in interface org.msgpack.value.Value
-
Returns the value as BooleanValue
.
- asBooleanValue() - Method in class org.msgpack.value.Variable
-
- asByte() - Method in class org.msgpack.value.impl.ImmutableBigIntegerValueImpl
-
- asByte() - Method in class org.msgpack.value.impl.ImmutableLongValueImpl
-
- asByte() - Method in interface org.msgpack.value.IntegerValue
-
Returns the value as a byte
, otherwise throws an exception.
- asByteArray() - Method in class org.msgpack.value.impl.AbstractImmutableRawValue
-
- asByteArray() - Method in interface org.msgpack.value.RawValue
-
Returns the value as byte[]
.
- asByteBuffer() - Method in class org.msgpack.value.impl.AbstractImmutableRawValue
-
- asByteBuffer() - Method in interface org.msgpack.value.RawValue
-
Returns the value as ByteBuffer
.
- asExtensionValue() - Method in class org.msgpack.value.impl.ImmutableExtensionValueImpl
-
- asExtensionValue() - Method in interface org.msgpack.value.Value
-
Returns the value as ExtensionValue
.
- asExtensionValue() - Method in class org.msgpack.value.Variable
-
- asFloatValue() - Method in interface org.msgpack.value.ImmutableValue
-
- asFloatValue() - Method in interface org.msgpack.value.Value
-
Returns the value as FloatValue
.
- asFloatValue() - Method in class org.msgpack.value.Variable
-
- asInt() - Method in class org.msgpack.value.impl.ImmutableBigIntegerValueImpl
-
- asInt() - Method in class org.msgpack.value.impl.ImmutableLongValueImpl
-
- asInt() - Method in interface org.msgpack.value.IntegerValue
-
Returns the value as an int
, otherwise throws an exception.
- asIntegerValue() - Method in interface org.msgpack.value.ImmutableValue
-
- asIntegerValue() - Method in class org.msgpack.value.impl.ImmutableBigIntegerValueImpl
-
- asIntegerValue() - Method in class org.msgpack.value.impl.ImmutableLongValueImpl
-
- asIntegerValue() - Method in interface org.msgpack.value.Value
-
Returns the value as IntegerValue
.
- asIntegerValue() - Method in class org.msgpack.value.Variable
-
- asLong() - Method in class org.msgpack.value.impl.ImmutableBigIntegerValueImpl
-
- asLong() - Method in class org.msgpack.value.impl.ImmutableLongValueImpl
-
- asLong() - Method in interface org.msgpack.value.IntegerValue
-
Returns the value as a long
, otherwise throws an exception.
- asMapValue() - Method in interface org.msgpack.value.ImmutableValue
-
- asMapValue() - Method in class org.msgpack.value.impl.ImmutableMapValueImpl
-
- asMapValue() - Method in interface org.msgpack.value.Value
-
Returns the value as MapValue
.
- asMapValue() - Method in class org.msgpack.value.Variable
-
- asNilValue() - Method in interface org.msgpack.value.ImmutableValue
-
- asNilValue() - Method in class org.msgpack.value.impl.ImmutableNilValueImpl
-
- asNilValue() - Method in interface org.msgpack.value.Value
-
Returns the value as NilValue
.
- asNilValue() - Method in class org.msgpack.value.Variable
-
- asNumberValue() - Method in class org.msgpack.value.impl.ImmutableBigIntegerValueImpl
-
- asNumberValue() - Method in class org.msgpack.value.impl.ImmutableLongValueImpl
-
- asNumberValue() - Method in interface org.msgpack.value.Value
-
Returns the value as NumberValue
.
- asNumberValue() - Method in class org.msgpack.value.Variable
-
- asRawValue() - Method in interface org.msgpack.value.ImmutableValue
-
- asRawValue() - Method in class org.msgpack.value.impl.AbstractImmutableRawValue
-
- asRawValue() - Method in interface org.msgpack.value.Value
-
Returns the value as RawValue
.
- asRawValue() - Method in class org.msgpack.value.Variable
-
- asShort() - Method in class org.msgpack.value.impl.ImmutableBigIntegerValueImpl
-
- asShort() - Method in class org.msgpack.value.impl.ImmutableLongValueImpl
-
- asShort() - Method in interface org.msgpack.value.IntegerValue
-
Returns the value as a short
, otherwise throws an exception.
- asString() - Method in class org.msgpack.value.impl.AbstractImmutableRawValue
-
- asString() - Method in interface org.msgpack.value.RawValue
-
Returns the value as String
.
- asStringValue() - Method in interface org.msgpack.value.ImmutableValue
-
- asStringValue() - Method in class org.msgpack.value.impl.ImmutableStringValueImpl
-
- asStringValue() - Method in interface org.msgpack.value.Value
-
Returns the value as StringValue
.
- asStringValue() - Method in class org.msgpack.value.Variable
-
- ChannelBufferInput - Class in org.msgpack.core.buffer
-
- ChannelBufferInput(ReadableByteChannel) - Constructor for class org.msgpack.core.buffer.ChannelBufferInput
-
- ChannelBufferInput(ReadableByteChannel, int) - Constructor for class org.msgpack.core.buffer.ChannelBufferInput
-
- ChannelBufferOutput - Class in org.msgpack.core.buffer
-
- ChannelBufferOutput(WritableByteChannel) - Constructor for class org.msgpack.core.buffer.ChannelBufferOutput
-
- checkArgument(boolean) - Static method in class org.msgpack.core.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the
calling method.
- checkArgument(boolean, Object) - Static method in class org.msgpack.core.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the
calling method.
- checkArgument(boolean, String, Object...) - Static method in class org.msgpack.core.Preconditions
-
Ensures the truth of an expression involving one or more parameters to the
calling method.
- checkedCastToByte(int) - Static method in class org.msgpack.core.ExtensionTypeHeader
-
- checkElementIndex(int, int) - Static method in class org.msgpack.core.Preconditions
-
Ensures that index
specifies a valid element in an array,
list or string of size size
.
- checkElementIndex(int, int, String) - Static method in class org.msgpack.core.Preconditions
-
Ensures that index
specifies a valid element in an array,
list or string of size size
.
- checkNotNull(T) - Static method in class org.msgpack.core.Preconditions
-
Ensures that an object reference passed as a parameter to the calling
method is not null.
- checkNotNull(T, Object) - Static method in class org.msgpack.core.Preconditions
-
Ensures that an object reference passed as a parameter to the calling
method is not null.
- checkNotNull(T, String, Object...) - Static method in class org.msgpack.core.Preconditions
-
Ensures that an object reference passed as a parameter to the calling
method is not null.
- checkPositionIndex(int, int) - Static method in class org.msgpack.core.Preconditions
-
Ensures that index
specifies a valid position in an array,
list or string of size size
.
- checkPositionIndex(int, int, String) - Static method in class org.msgpack.core.Preconditions
-
Ensures that index
specifies a valid position in an array,
list or string of size size
.
- checkPositionIndexes(int, int, int) - Static method in class org.msgpack.core.Preconditions
-
Ensures that start
and end
specify a valid positions
in an array, list or string of size size
, and are in order.
- checkState(boolean) - Static method in class org.msgpack.core.Preconditions
-
Ensures the truth of an expression involving the state of the calling
instance, but not involving any parameters to the calling method.
- checkState(boolean, Object) - Static method in class org.msgpack.core.Preconditions
-
Ensures the truth of an expression involving the state of the calling
instance, but not involving any parameters to the calling method.
- checkState(boolean, String, Object...) - Static method in class org.msgpack.core.Preconditions
-
Ensures the truth of an expression involving the state of the calling
instance, but not involving any parameters to the calling method.
- close() - Method in class org.msgpack.core.buffer.ArrayBufferInput
-
- close() - Method in class org.msgpack.core.buffer.ByteBufferInput
-
- close() - Method in class org.msgpack.core.buffer.ChannelBufferInput
-
- close() - Method in class org.msgpack.core.buffer.ChannelBufferOutput
-
- close() - Method in class org.msgpack.core.buffer.InputStreamBufferInput
-
- close() - Method in class org.msgpack.core.buffer.OutputStreamBufferOutput
-
- close() - Method in class org.msgpack.core.MessagePacker
-
- close() - Method in class org.msgpack.core.MessageUnpacker
-
- Code() - Constructor for class org.msgpack.core.MessagePack.Code
-
- Config(boolean, boolean, CodingErrorAction, CodingErrorAction, int, int, int, int, int) - Constructor for class org.msgpack.core.MessagePack.Config
-
- ConfigBuilder() - Constructor for class org.msgpack.core.MessagePack.ConfigBuilder
-
- copyTo(int, MessageBuffer, int, int) - Method in class org.msgpack.core.buffer.MessageBuffer
-
Copy this buffer contents to another MessageBuffer
- copyTo(int, MessageBuffer, int, int) - Method in class org.msgpack.core.buffer.MessageBufferU
-
- ImmutableArrayValue - Interface in org.msgpack.value
-
- ImmutableArrayValueImpl - Class in org.msgpack.value.impl
-
ImmutableArrayValueImpl
Implements ImmutableArrayValue
using a Value[]
field.
- ImmutableArrayValueImpl(Value[]) - Constructor for class org.msgpack.value.impl.ImmutableArrayValueImpl
-
- ImmutableBigIntegerValueImpl - Class in org.msgpack.value.impl
-
ImmutableBigIntegerValueImpl
Implements ImmutableBigIntegerValue
using a BigInteger
field.
- ImmutableBigIntegerValueImpl(BigInteger) - Constructor for class org.msgpack.value.impl.ImmutableBigIntegerValueImpl
-
- ImmutableBinaryValue - Interface in org.msgpack.value
-
- ImmutableBinaryValueImpl - Class in org.msgpack.value.impl
-
ImmutableBinaryValueImpl
Implements ImmutableBinaryValue
using a byte[]
field.
- ImmutableBinaryValueImpl(byte[]) - Constructor for class org.msgpack.value.impl.ImmutableBinaryValueImpl
-
- ImmutableBooleanValue - Interface in org.msgpack.value
-
- ImmutableBooleanValueImpl - Class in org.msgpack.value.impl
-
ImmutableBooleanValueImpl
Implements ImmutableBooleanValue
using a boolean
field.
- ImmutableDoubleValueImpl - Class in org.msgpack.value.impl
-
ImmutableDoubleValueImpl
Implements ImmutableFloatValue
using a double
field.
- ImmutableDoubleValueImpl(double) - Constructor for class org.msgpack.value.impl.ImmutableDoubleValueImpl
-
- ImmutableExtensionValue - Interface in org.msgpack.value
-
- ImmutableExtensionValueImpl - Class in org.msgpack.value.impl
-
ImmutableExtensionValueImpl
Implements ImmutableExtensionValue
using a byte
and a byte[]
fields.
- ImmutableExtensionValueImpl(byte, byte[]) - Constructor for class org.msgpack.value.impl.ImmutableExtensionValueImpl
-
- ImmutableFloatValue - Interface in org.msgpack.value
-
- ImmutableIntegerValue - Interface in org.msgpack.value
-
- ImmutableLongValueImpl - Class in org.msgpack.value.impl
-
ImmutableLongValueImpl
Implements ImmutableIntegerValue
using a long
field.
- ImmutableLongValueImpl(long) - Constructor for class org.msgpack.value.impl.ImmutableLongValueImpl
-
- ImmutableMapValue - Interface in org.msgpack.value
-
- ImmutableMapValueImpl - Class in org.msgpack.value.impl
-
ImmutableMapValueImpl
Implements ImmutableMapValue
using a Value[]
field.
- ImmutableMapValueImpl(Value[]) - Constructor for class org.msgpack.value.impl.ImmutableMapValueImpl
-
- ImmutableNilValue - Interface in org.msgpack.value
-
- ImmutableNilValueImpl - Class in org.msgpack.value.impl
-
ImmutableNilValueImpl
Implements ImmutableNilValue
.
- ImmutableNumberValue - Interface in org.msgpack.value
-
- ImmutableRawValue - Interface in org.msgpack.value
-
- ImmutableStringValue - Interface in org.msgpack.value
-
- ImmutableStringValueImpl - Class in org.msgpack.value.impl
-
ImmutableStringValueImpl
Implements ImmutableStringValue
using a byte[]
field.
- ImmutableStringValueImpl(byte[]) - Constructor for class org.msgpack.value.impl.ImmutableStringValueImpl
-
- ImmutableStringValueImpl(String) - Constructor for class org.msgpack.value.impl.ImmutableStringValueImpl
-
- ImmutableValue - Interface in org.msgpack.value
-
- immutableValue() - Method in class org.msgpack.value.impl.ImmutableArrayValueImpl
-
- immutableValue() - Method in class org.msgpack.value.impl.ImmutableBigIntegerValueImpl
-
- immutableValue() - Method in class org.msgpack.value.impl.ImmutableBinaryValueImpl
-
- immutableValue() - Method in class org.msgpack.value.impl.ImmutableBooleanValueImpl
-
- immutableValue() - Method in class org.msgpack.value.impl.ImmutableDoubleValueImpl
-
- immutableValue() - Method in class org.msgpack.value.impl.ImmutableExtensionValueImpl
-
- immutableValue() - Method in class org.msgpack.value.impl.ImmutableLongValueImpl
-
- immutableValue() - Method in class org.msgpack.value.impl.ImmutableMapValueImpl
-
- immutableValue() - Method in class org.msgpack.value.impl.ImmutableNilValueImpl
-
- immutableValue() - Method in class org.msgpack.value.impl.ImmutableStringValueImpl
-
- immutableValue() - Method in interface org.msgpack.value.Value
-
Returns immutable copy of this value.
- immutableValue() - Method in class org.msgpack.value.Variable
-
- InputStreamBufferInput - Class in org.msgpack.core.buffer
-
- InputStreamBufferInput(InputStream) - Constructor for class org.msgpack.core.buffer.InputStreamBufferInput
-
- InputStreamBufferInput(InputStream, int) - Constructor for class org.msgpack.core.buffer.InputStreamBufferInput
-
- Insecure - Annotation Type in org.msgpack.core.annotations
-
Annotates a code which must be used carefully.
- INT16 - Static variable in class org.msgpack.core.MessagePack.Code
-
- INT32 - Static variable in class org.msgpack.core.MessagePack.Code
-
- INT64 - Static variable in class org.msgpack.core.MessagePack.Code
-
- INT8 - Static variable in class org.msgpack.core.MessagePack.Code
-
- IntegerValue - Interface in org.msgpack.value
-
The interface IntegerValue
represents MessagePack's Integer type.
- isArrayType() - Method in enum org.msgpack.value.ValueType
-
- isArrayValue() - Method in interface org.msgpack.value.Value
-
Returns true if type of this value is Array.
- isArrayValue() - Method in class org.msgpack.value.Variable
-
- isBinaryType() - Method in enum org.msgpack.value.ValueType
-
- isBinaryValue() - Method in interface org.msgpack.value.Value
-
Returns true if type of this value is Binary.
- isBinaryValue() - Method in class org.msgpack.value.Variable
-
- isBooleanType() - Method in enum org.msgpack.value.ValueType
-
- isBooleanValue() - Method in interface org.msgpack.value.Value
-
Returns true if type of this value is Boolean.
- isBooleanValue() - Method in class org.msgpack.value.Variable
-
- isExtensionType() - Method in enum org.msgpack.value.ValueType
-
- isExtensionValue() - Method in interface org.msgpack.value.Value
-
Returns true if type of this an Extension.
- isExtensionValue() - Method in class org.msgpack.value.Variable
-
- isFixedArray(byte) - Static method in class org.msgpack.core.MessagePack.Code
-
- isFixedMap(byte) - Static method in class org.msgpack.core.MessagePack.Code
-
- isFixedRaw(byte) - Static method in class org.msgpack.core.MessagePack.Code
-
- isFixInt(byte) - Static method in class org.msgpack.core.MessagePack.Code
-
- isFixStr(byte) - Static method in class org.msgpack.core.MessagePack.Code
-
- isFloatType() - Method in enum org.msgpack.value.ValueType
-
- isFloatValue() - Method in interface org.msgpack.value.Value
-
Returns true if type of this value is Float.
- isFloatValue() - Method in class org.msgpack.value.Variable
-
- isInByteRange() - Method in class org.msgpack.value.impl.ImmutableBigIntegerValueImpl
-
- isInByteRange() - Method in class org.msgpack.value.impl.ImmutableLongValueImpl
-
- isInByteRange() - Method in interface org.msgpack.value.IntegerValue
-
Returns true if the value is in the range of [-27 to 27-1].
- isInIntRange() - Method in class org.msgpack.value.impl.ImmutableBigIntegerValueImpl
-
- isInIntRange() - Method in class org.msgpack.value.impl.ImmutableLongValueImpl
-
- isInIntRange() - Method in interface org.msgpack.value.IntegerValue
-
Returns true if the value is in the range of [-231 to 231-1]
- isInLongRange() - Method in class org.msgpack.value.impl.ImmutableBigIntegerValueImpl
-
- isInLongRange() - Method in class org.msgpack.value.impl.ImmutableLongValueImpl
-
- isInLongRange() - Method in interface org.msgpack.value.IntegerValue
-
Returns true if the value is in the range of [-263 to 263-1]
- isInShortRange() - Method in class org.msgpack.value.impl.ImmutableBigIntegerValueImpl
-
- isInShortRange() - Method in class org.msgpack.value.impl.ImmutableLongValueImpl
-
- isInShortRange() - Method in interface org.msgpack.value.IntegerValue
-
Returns true if the value is in the range of [-215 to 215-1]
- isIntegerType() - Method in enum org.msgpack.value.ValueType
-
- isIntegerValue() - Method in interface org.msgpack.value.Value
-
Returns true if type of this value is Integer.
- isIntegerValue() - Method in class org.msgpack.value.Variable
-
- isMapType() - Method in enum org.msgpack.value.ValueType
-
- isMapValue() - Method in interface org.msgpack.value.Value
-
Returns true if type of this value is Map.
- isMapValue() - Method in class org.msgpack.value.Variable
-
- isNegFixInt(byte) - Static method in class org.msgpack.core.MessagePack.Code
-
- isNilType() - Method in enum org.msgpack.value.ValueType
-
- isNilValue() - Method in interface org.msgpack.value.Value
-
Returns true if type of this value is Nil.
- isNilValue() - Method in class org.msgpack.value.Variable
-
- isNumberType() - Method in enum org.msgpack.value.ValueType
-
- isNumberValue() - Method in interface org.msgpack.value.Value
-
Returns true if type of this value is Integer or Float.
- isNumberValue() - Method in class org.msgpack.value.Variable
-
- isPosFixInt(byte) - Static method in class org.msgpack.core.MessagePack.Code
-
- isRawType() - Method in enum org.msgpack.value.ValueType
-
- isRawValue() - Method in interface org.msgpack.value.Value
-
Returns true if type of this value is String or Binary.
- isRawValue() - Method in class org.msgpack.value.Variable
-
- isReadBinaryAsString() - Method in class org.msgpack.core.MessagePack.Config
-
allow unpackRawStringHeader and unpackString to read bin format family (default: true)
- isReadStringAsBinary() - Method in class org.msgpack.core.MessagePack.Config
-
allow unpackBinaryHeader to read str format family (default:true)
- isStringType() - Method in enum org.msgpack.value.ValueType
-
- isStringValue() - Method in interface org.msgpack.value.Value
-
Returns true if type of this value is String.
- isStringValue() - Method in class org.msgpack.value.Variable
-
- iterator() - Method in interface org.msgpack.value.ArrayValue
-
Returns an iterator over elements.
- iterator() - Method in interface org.msgpack.value.ImmutableArrayValue
-
Returns an iterator over elements.
- iterator() - Method in class org.msgpack.value.impl.ImmutableArrayValueImpl
-
- map() - Method in class org.msgpack.value.impl.ImmutableMapValueImpl
-
- map() - Method in interface org.msgpack.value.MapValue
-
Returns the value as Map
.
- MAP16 - Static variable in class org.msgpack.core.MessagePack.Code
-
- MAP32 - Static variable in class org.msgpack.core.MessagePack.Code
-
- MapBuilder() - Constructor for class org.msgpack.value.ValueFactory.MapBuilder
-
- MapValue - Interface in org.msgpack.value
-
The interface ArrayValue
represents MessagePack's Map type.
- maxUnpackStringSize(int) - Method in class org.msgpack.core.MessagePack.ConfigBuilder
-
- MessageBuffer - Class in org.msgpack.core.buffer
-
MessageBuffer class is an abstraction of memory for reading/writing message packed data.
- MessageBufferBE - Class in org.msgpack.core.buffer
-
MessageBufferBE is a
MessageBuffer
implementation tailored to big-endian machines.
- MessageBufferInput - Interface in org.msgpack.core.buffer
-
Provides a sequence of MessageBuffers that contains message packed data.
- MessageBufferOutput - Interface in org.msgpack.core.buffer
-
Provides a sequence of MessageBuffers for packing the input data
- MessageBufferU - Class in org.msgpack.core.buffer
-
Universal MessageBuffer implementation supporting Java6 and Android.
- MessageBufferU(ByteBuffer) - Constructor for class org.msgpack.core.buffer.MessageBufferU
-
- MessageFormat - Enum in org.msgpack.core
-
Describes the list of the message format types defined in the MessagePack specification.
- MessageFormatException - Exception in org.msgpack.core
-
Thrown when the input message pack format is invalid
- MessageFormatException(Throwable) - Constructor for exception org.msgpack.core.MessageFormatException
-
- MessageFormatException(String) - Constructor for exception org.msgpack.core.MessageFormatException
-
- MessageFormatException(String, Throwable) - Constructor for exception org.msgpack.core.MessageFormatException
-
- MessageIntegerOverflowException - Exception in org.msgpack.core
-
This error is thrown when the user tries to read an integer value
using a smaller types.
- MessageIntegerOverflowException(BigInteger) - Constructor for exception org.msgpack.core.MessageIntegerOverflowException
-
- MessageIntegerOverflowException(long) - Constructor for exception org.msgpack.core.MessageIntegerOverflowException
-
- MessageIntegerOverflowException(String, BigInteger) - Constructor for exception org.msgpack.core.MessageIntegerOverflowException
-
- MessagePack - Class in org.msgpack.core
-
This class has MessagePack prefix code definitions and packer/unpacker factory methods.
- MessagePack() - Constructor for class org.msgpack.core.MessagePack
-
- MessagePack(MessagePack.Config) - Constructor for class org.msgpack.core.MessagePack
-
- MessagePack.Code - Class in org.msgpack.core
-
The prefix code set of MessagePack.
- MessagePack.Config - Class in org.msgpack.core
-
Message packer/unpacker configuration object
- MessagePack.ConfigBuilder - Class in org.msgpack.core
-
Builder of the configuration object
- MessagePacker - Class in org.msgpack.core
-
Writer of message packed data.
- MessagePacker(MessageBufferOutput) - Constructor for class org.msgpack.core.MessagePacker
-
- MessagePacker(MessageBufferOutput, MessagePack.Config) - Constructor for class org.msgpack.core.MessagePacker
-
- MessagePackException - Exception in org.msgpack.core
-
A base class of all of the message pack exceptions.
- MessagePackException() - Constructor for exception org.msgpack.core.MessagePackException
-
- MessagePackException(String) - Constructor for exception org.msgpack.core.MessagePackException
-
- MessagePackException(String, Throwable) - Constructor for exception org.msgpack.core.MessagePackException
-
- MessagePackException(Throwable) - Constructor for exception org.msgpack.core.MessagePackException
-
- MessageSizeException - Exception in org.msgpack.core
-
Thrown to indicate too large message size (e.g, larger than 2^31-1).
- MessageSizeException(long) - Constructor for exception org.msgpack.core.MessageSizeException
-
- MessageSizeException(String, long) - Constructor for exception org.msgpack.core.MessageSizeException
-
- MessageStringCodingException - Exception in org.msgpack.core
-
Thrown to indicate an error when encoding/decoding a String value
- MessageStringCodingException(String, CharacterCodingException) - Constructor for exception org.msgpack.core.MessageStringCodingException
-
- MessageStringCodingException(CharacterCodingException) - Constructor for exception org.msgpack.core.MessageStringCodingException
-
- MessageTypeCastException - Exception in org.msgpack.core
-
- MessageTypeCastException() - Constructor for exception org.msgpack.core.MessageTypeCastException
-
- MessageTypeCastException(String) - Constructor for exception org.msgpack.core.MessageTypeCastException
-
- MessageTypeCastException(String, Throwable) - Constructor for exception org.msgpack.core.MessageTypeCastException
-
- MessageTypeCastException(Throwable) - Constructor for exception org.msgpack.core.MessageTypeCastException
-
- MessageTypeException - Exception in org.msgpack.core
-
Thrown when a type mismatch error occurs
- MessageTypeException() - Constructor for exception org.msgpack.core.MessageTypeException
-
- MessageTypeException(String) - Constructor for exception org.msgpack.core.MessageTypeException
-
- MessageTypeException(String, Throwable) - Constructor for exception org.msgpack.core.MessageTypeException
-
- MessageTypeException(Throwable) - Constructor for exception org.msgpack.core.MessageTypeException
-
- MessageUnpacker - Class in org.msgpack.core
-
MessageUnpacker lets an application read message-packed values from a data stream.
- MessageUnpacker(MessageBufferInput) - Constructor for class org.msgpack.core.MessageUnpacker
-
Create an MessageUnpacker that reads data from the given MessageBufferInput
- MessageUnpacker(MessageBufferInput, MessagePack.Config) - Constructor for class org.msgpack.core.MessageUnpacker
-
Create an MessageUnpacker
- mostSuccinctMessageFormat(IntegerValue) - Static method in class org.msgpack.value.impl.ImmutableBigIntegerValueImpl
-
- mostSuccinctMessageFormat() - Method in class org.msgpack.value.impl.ImmutableBigIntegerValueImpl
-
- mostSuccinctMessageFormat() - Method in class org.msgpack.value.impl.ImmutableLongValueImpl
-
- mostSuccinctMessageFormat() - Method in interface org.msgpack.value.IntegerValue
-
Returns the most succinct MessageFormat type to represent this integer value.
- NEGFIXINT_PREFIX - Static variable in class org.msgpack.core.MessagePack.Code
-
- NEVER_USED - Static variable in class org.msgpack.core.MessagePack.Code
-
- newArray(List<? extends Value>) - Static method in class org.msgpack.value.ValueFactory
-
- newArray(Value...) - Static method in class org.msgpack.value.ValueFactory
-
- newBinary(byte[]) - Static method in class org.msgpack.value.ValueFactory
-
- newBinary(byte[], int, int) - Static method in class org.msgpack.value.ValueFactory
-
- newBoolean(boolean) - Static method in class org.msgpack.value.ValueFactory
-
- newBuffer(int) - Static method in class org.msgpack.core.buffer.MessageBuffer
-
- newBufferInput(InputStream) - Static method in class org.msgpack.core.buffer.InputStreamBufferInput
-
- newDefaultPacker(OutputStream) - Static method in class org.msgpack.core.MessagePack
-
Create a MessagePacker that outputs the packed data to the specified stream, using the default configuration
- newDefaultPacker(WritableByteChannel) - Static method in class org.msgpack.core.MessagePack
-
Create a MessagePacker that outputs the packed data to the specified channel, using the default configuration
- newDefaultUnpacker(InputStream) - Static method in class org.msgpack.core.MessagePack
-
Create a MessageUnpacker that reads data from then given InputStream, using the default configuration
- newDefaultUnpacker(ReadableByteChannel) - Static method in class org.msgpack.core.MessagePack
-
Create a MessageUnpacker that reads data from the given channel, using the default configuration
- newDefaultUnpacker(byte[]) - Static method in class org.msgpack.core.MessagePack
-
Create a MessageUnpacker that reads data from the given byte array, using the default configuration
- newDefaultUnpacker(byte[], int, int) - Static method in class org.msgpack.core.MessagePack
-
Create a MessageUnpacker that reads data form the given byte array [offset, ..
- newDirectBuffer(int) - Static method in class org.msgpack.core.buffer.MessageBuffer
-
- newExtension(byte, byte[]) - Static method in class org.msgpack.value.ValueFactory
-
- newFloat(float) - Static method in class org.msgpack.value.ValueFactory
-
- newFloat(double) - Static method in class org.msgpack.value.ValueFactory
-
- newInteger(byte) - Static method in class org.msgpack.value.ValueFactory
-
- newInteger(short) - Static method in class org.msgpack.value.ValueFactory
-
- newInteger(int) - Static method in class org.msgpack.value.ValueFactory
-
- newInteger(long) - Static method in class org.msgpack.value.ValueFactory
-
- newInteger(BigInteger) - Static method in class org.msgpack.value.ValueFactory
-
- newMap(Map<K, V>) - Static method in class org.msgpack.value.ValueFactory
-
- newMap(Value[]) - Static method in class org.msgpack.value.ValueFactory
-
- newMap(Map.Entry<? extends Value, ? extends Value>...) - Static method in class org.msgpack.value.ValueFactory
-
- newMapBuilder() - Static method in class org.msgpack.value.ValueFactory
-
- newMapEntry(Value, Value) - Static method in class org.msgpack.value.ValueFactory
-
- newNil() - Static method in class org.msgpack.value.ValueFactory
-
- newPacker(OutputStream) - Method in class org.msgpack.core.MessagePack
-
Create a MessagePacker that outputs the packed data to the specified stream
- newPacker(WritableByteChannel) - Method in class org.msgpack.core.MessagePack
-
Create a MessagePacker that outputs the packed data to the specified channel
- newString(String) - Static method in class org.msgpack.value.ValueFactory
-
- newString(byte[]) - Static method in class org.msgpack.value.ValueFactory
-
- newString(byte[], int, int) - Static method in class org.msgpack.value.ValueFactory
-
- newUnpacker(InputStream) - Method in class org.msgpack.core.MessagePack
-
Create a MessageUnpacker that reads data from the given InputStream.
- newUnpacker(ReadableByteChannel) - Method in class org.msgpack.core.MessagePack
-
Create a MessageUnpacker that reads data from the given ReadableByteChannel.
- newUnpacker(byte[]) - Method in class org.msgpack.core.MessagePack
-
Create a MessageUnpacker that reads data from the given byte array.
- newUnpacker(byte[], int, int) - Method in class org.msgpack.core.MessagePack
-
Create a MessageUnpacker that reads data from the given byte array [offset, offset+length)
- next() - Method in class org.msgpack.core.buffer.ArrayBufferInput
-
- next() - Method in class org.msgpack.core.buffer.ByteBufferInput
-
- next() - Method in class org.msgpack.core.buffer.ChannelBufferInput
-
- next(int) - Method in class org.msgpack.core.buffer.ChannelBufferOutput
-
- next() - Method in class org.msgpack.core.buffer.InputStreamBufferInput
-
- next() - Method in interface org.msgpack.core.buffer.MessageBufferInput
-
Get a next buffer to read.
- next(int) - Method in interface org.msgpack.core.buffer.MessageBufferOutput
-
Retrieves the next buffer for writing message packed data
- next(int) - Method in class org.msgpack.core.buffer.OutputStreamBufferOutput
-
- NIL - Static variable in class org.msgpack.core.MessagePack.Code
-
- NilValue - Interface in org.msgpack.value
-
The interface NilValue
represents MessagePack's Nil type.
- Nullable - Annotation Type in org.msgpack.core.annotations
-
Annotates a field which can be null
- NumberValue - Interface in org.msgpack.value
-
The base interface NumberValue
of IntegerValue
and FloatValue
.
- toBigInteger() - Method in class org.msgpack.value.impl.ImmutableBigIntegerValueImpl
-
- toBigInteger() - Method in class org.msgpack.value.impl.ImmutableDoubleValueImpl
-
- toBigInteger() - Method in class org.msgpack.value.impl.ImmutableLongValueImpl
-
- toBigInteger() - Method in interface org.msgpack.value.NumberValue
-
Represent this value as a BigInteger, which may involve rounding or truncation of the original value.
- toByte() - Method in class org.msgpack.value.impl.ImmutableBigIntegerValueImpl
-
- toByte() - Method in class org.msgpack.value.impl.ImmutableDoubleValueImpl
-
- toByte() - Method in class org.msgpack.value.impl.ImmutableLongValueImpl
-
- toByte() - Method in interface org.msgpack.value.NumberValue
-
Represent this value as a byte value, which may involve rounding or truncation of the original value.
- toByteArray() - Method in class org.msgpack.core.buffer.MessageBuffer
-
Get a copy of this buffer
- toByteArray() - Method in class org.msgpack.core.buffer.MessageBufferU
-
- toByteBuffer(int, int) - Method in class org.msgpack.core.buffer.MessageBuffer
-
Create a ByteBuffer view of the range [index, index+length) of this memory
- toByteBuffer() - Method in class org.msgpack.core.buffer.MessageBuffer
-
Get a ByteBuffer view of this buffer
- toByteBuffer(int, int) - Method in class org.msgpack.core.buffer.MessageBufferU
-
- toByteBuffer() - Method in class org.msgpack.core.buffer.MessageBufferU
-
- toDouble() - Method in class org.msgpack.value.impl.ImmutableBigIntegerValueImpl
-
- toDouble() - Method in class org.msgpack.value.impl.ImmutableDoubleValueImpl
-
- toDouble() - Method in class org.msgpack.value.impl.ImmutableLongValueImpl
-
- toDouble() - Method in interface org.msgpack.value.NumberValue
-
Represent this value as a 64-bit double value, which may involve rounding or truncation of the original value.
- toFloat() - Method in class org.msgpack.value.impl.ImmutableBigIntegerValueImpl
-
- toFloat() - Method in class org.msgpack.value.impl.ImmutableDoubleValueImpl
-
- toFloat() - Method in class org.msgpack.value.impl.ImmutableLongValueImpl
-
- toFloat() - Method in interface org.msgpack.value.NumberValue
-
Represent this value as a 32-bit float value, which may involve rounding or truncation of the original value.
- toHexString(int, int) - Method in class org.msgpack.core.buffer.MessageBuffer
-
- toInt() - Method in class org.msgpack.value.impl.ImmutableBigIntegerValueImpl
-
- toInt() - Method in class org.msgpack.value.impl.ImmutableDoubleValueImpl
-
- toInt() - Method in class org.msgpack.value.impl.ImmutableLongValueImpl
-
- toInt() - Method in interface org.msgpack.value.NumberValue
-
Represent this value as an int value, which may involve rounding or truncation of the original value.
- toJson() - Method in class org.msgpack.value.impl.AbstractImmutableRawValue
-
- toJson() - Method in class org.msgpack.value.impl.ImmutableArrayValueImpl
-
- toJson() - Method in class org.msgpack.value.impl.ImmutableBigIntegerValueImpl
-
- toJson() - Method in class org.msgpack.value.impl.ImmutableBooleanValueImpl
-
- toJson() - Method in class org.msgpack.value.impl.ImmutableDoubleValueImpl
-
- toJson() - Method in class org.msgpack.value.impl.ImmutableExtensionValueImpl
-
- toJson() - Method in class org.msgpack.value.impl.ImmutableLongValueImpl
-
- toJson() - Method in class org.msgpack.value.impl.ImmutableMapValueImpl
-
- toJson() - Method in class org.msgpack.value.impl.ImmutableNilValueImpl
-
- toJson() - Method in interface org.msgpack.value.Value
-
Returns json representation of this Value.
- toJson() - Method in class org.msgpack.value.Variable
-
- toLong() - Method in class org.msgpack.value.impl.ImmutableBigIntegerValueImpl
-
- toLong() - Method in class org.msgpack.value.impl.ImmutableDoubleValueImpl
-
- toLong() - Method in class org.msgpack.value.impl.ImmutableLongValueImpl
-
- toLong() - Method in interface org.msgpack.value.NumberValue
-
Represent this value as a long value, which may involve rounding or truncation of the original value.
- toShort() - Method in class org.msgpack.value.impl.ImmutableBigIntegerValueImpl
-
- toShort() - Method in class org.msgpack.value.impl.ImmutableDoubleValueImpl
-
- toShort() - Method in class org.msgpack.value.impl.ImmutableLongValueImpl
-
- toShort() - Method in interface org.msgpack.value.NumberValue
-
Represent this value as a short value, which may involve rounding or truncation of the original value.
- toString() - Method in class org.msgpack.core.ExtensionTypeHeader
-
- toString() - Method in class org.msgpack.value.impl.AbstractImmutableRawValue
-
- toString() - Method in class org.msgpack.value.impl.ImmutableArrayValueImpl
-
- toString() - Method in class org.msgpack.value.impl.ImmutableBigIntegerValueImpl
-
- toString() - Method in class org.msgpack.value.impl.ImmutableBooleanValueImpl
-
- toString() - Method in class org.msgpack.value.impl.ImmutableDoubleValueImpl
-
- toString() - Method in class org.msgpack.value.impl.ImmutableExtensionValueImpl
-
- toString() - Method in class org.msgpack.value.impl.ImmutableLongValueImpl
-
- toString() - Method in class org.msgpack.value.impl.ImmutableMapValueImpl
-
- toString() - Method in class org.msgpack.value.impl.ImmutableNilValueImpl
-
- toString() - Method in interface org.msgpack.value.RawValue
-
Returns the value as String
.
- toString() - Method in class org.msgpack.value.Variable
-
- TRUE - Static variable in class org.msgpack.core.MessagePack.Code
-
- TRUE - Static variable in class org.msgpack.value.impl.ImmutableBooleanValueImpl
-