Skip navigation links
A B C D E F G H I L M N O P R S T U V W 

A

AbstractValue - Class in org.msgpack.value.impl
Base implementation of MessagePackValue
AbstractValue() - Constructor for class org.msgpack.value.impl.AbstractValue
 
AbstractValueRef - Class in org.msgpack.value.impl
Base implementation of message pack values
AbstractValueRef() - Constructor for class org.msgpack.value.impl.AbstractValueRef
 
AbstractValueVisitor - Class in org.msgpack.value
Empty visitor that does nothing
AbstractValueVisitor() - Constructor for class org.msgpack.value.AbstractValueVisitor
 
accept(ValueVisitor) - Method in class org.msgpack.value.holder.ExtHolder
 
accept(ValueVisitor) - Method in class org.msgpack.value.holder.FloatHolder
 
accept(ValueVisitor) - Method in class org.msgpack.value.holder.IntegerHolder
 
accept(ValueVisitor) - Method in class org.msgpack.value.holder.RawHolder
 
accept(ValueVisitor) - Method in class org.msgpack.value.impl.ArrayCursorImpl
 
accept(ValueVisitor) - Method in class org.msgpack.value.impl.ArrayValueImpl
 
accept(ValueVisitor) - Method in class org.msgpack.value.impl.BigIntegerValueImpl
 
accept(ValueVisitor) - Method in class org.msgpack.value.impl.BinaryValueImpl
 
accept(ValueVisitor) - Method in class org.msgpack.value.impl.BooleanValueImpl
 
accept(ValueVisitor) - Method in class org.msgpack.value.impl.DoubleValueImpl
 
accept(ValueVisitor) - Method in class org.msgpack.value.impl.ExtendedValueImpl
 
accept(ValueVisitor) - Method in class org.msgpack.value.impl.FloatValueImpl
 
accept(ValueVisitor) - Method in class org.msgpack.value.impl.IntegerValueImpl
 
accept(ValueVisitor) - Method in class org.msgpack.value.impl.LongValueImpl
 
accept(ValueVisitor) - Method in class org.msgpack.value.impl.MapCursorImpl
 
accept(ValueVisitor) - Method in class org.msgpack.value.impl.MapValueImpl
 
accept(ValueVisitor) - Method in class org.msgpack.value.impl.NilValueImpl
 
accept(ValueVisitor) - Method in class org.msgpack.value.impl.RawStringValueImpl
 
accept(ValueVisitor) - Method in class org.msgpack.value.impl.StringValueImpl
 
accept(ValueVisitor) - Method in interface org.msgpack.value.ValueRef
 
address - Variable in class org.msgpack.core.buffer.MessageBuffer
Head address of the underlying memory.
apply(int) - Method in interface org.msgpack.value.ArrayValue
 
apply(Cursor.Function<Out>) - Method in interface org.msgpack.value.Cursor
Applies a function f to the referenced value, then returns the result of the function.
apply(Value) - Method in interface org.msgpack.value.Cursor.Function
 
apply(int) - Method in class org.msgpack.value.impl.ArrayValueImpl
 
apply(Cursor.Function<Out>) - Method in class org.msgpack.value.impl.CursorImpl
 
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
 
ArrayCursor - Interface in org.msgpack.value
Created on 6/16/14.
ArrayCursorImpl - Class in org.msgpack.value.impl
Created on 6/16/14.
ArrayCursorImpl(ValueHolder) - Constructor for class org.msgpack.value.impl.ArrayCursorImpl
 
ArrayValue - Interface in org.msgpack.value
Value interface for array type data.
ArrayValueImpl - Class in org.msgpack.value.impl
Created on 5/30/14.
ArrayValueImpl(Value[]) - Constructor for class org.msgpack.value.impl.ArrayValueImpl
 
as(Class<E>, ValueType) - Method in class org.msgpack.value.impl.AbstractValueRef
 
as(Class<E>, int) - Method in class org.msgpack.value.impl.AbstractValueRef
 
asArrayValue() - Method in class org.msgpack.value.impl.AbstractValueRef
 
asArrayValue() - Method in interface org.msgpack.value.Value
 
asBigInteger() - Method in class org.msgpack.value.holder.FloatHolder
 
asBigInteger() - Method in class org.msgpack.value.holder.IntegerHolder
 
asBigInteger() - Method in class org.msgpack.value.impl.BigIntegerValueImpl
 
asBigInteger() - Method in class org.msgpack.value.impl.DoubleValueImpl
 
asBigInteger() - Method in class org.msgpack.value.impl.FloatValueImpl
 
asBigInteger() - Method in class org.msgpack.value.impl.IntegerValueImpl
 
asBigInteger() - Method in class org.msgpack.value.impl.LongValueImpl
 
asBigInteger() - Method in interface org.msgpack.value.NumberValue
Convert this value into a BigInteger value.
asBinary() - Method in class org.msgpack.value.holder.RawHolder
 
asBinary() - Method in class org.msgpack.value.impl.AbstractValueRef
 
asBinary() - Method in interface org.msgpack.value.ValueRef
 
asBoolean() - Method in class org.msgpack.value.impl.AbstractValueRef
 
asBoolean() - Method in interface org.msgpack.value.ValueRef
 
asByte() - Method in class org.msgpack.value.holder.FloatHolder
 
asByte() - Method in class org.msgpack.value.holder.IntegerHolder
 
asByte() - Method in class org.msgpack.value.impl.BigIntegerValueImpl
 
asByte() - Method in class org.msgpack.value.impl.DoubleValueImpl
 
asByte() - Method in class org.msgpack.value.impl.FloatValueImpl
 
asByte() - Method in class org.msgpack.value.impl.IntegerValueImpl
 
asByte() - Method in class org.msgpack.value.impl.LongValueImpl
 
asByte() - Method in interface org.msgpack.value.NumberValue
Convert this value into a byte value.
asExtended() - Method in class org.msgpack.value.impl.AbstractValueRef
 
asExtended() - Method in interface org.msgpack.value.ValueRef
 
asFloat() - Method in class org.msgpack.value.impl.AbstractValueRef
 
asFloat() - Method in interface org.msgpack.value.ValueRef
 
asInt() - Method in class org.msgpack.value.holder.FloatHolder
 
asInt() - Method in class org.msgpack.value.holder.IntegerHolder
 
asInt() - Method in class org.msgpack.value.impl.BigIntegerValueImpl
 
asInt() - Method in class org.msgpack.value.impl.DoubleValueImpl
 
asInt() - Method in class org.msgpack.value.impl.FloatValueImpl
 
asInt() - Method in class org.msgpack.value.impl.IntegerValueImpl
 
asInt() - Method in class org.msgpack.value.impl.LongValueImpl
 
asInt() - Method in interface org.msgpack.value.NumberValue
Convert this value into an int value.
asInteger() - Method in class org.msgpack.value.holder.IntegerHolder
 
asInteger() - Method in class org.msgpack.value.impl.AbstractValueRef
 
asInteger() - Method in class org.msgpack.value.impl.IntegerValueImpl
 
asInteger() - Method in class org.msgpack.value.impl.LongValueImpl
 
asInteger() - Method in interface org.msgpack.value.ValueRef
 
asLong() - Method in class org.msgpack.value.holder.FloatHolder
 
asLong() - Method in class org.msgpack.value.holder.IntegerHolder
 
asLong() - Method in class org.msgpack.value.impl.BigIntegerValueImpl
 
asLong() - Method in class org.msgpack.value.impl.DoubleValueImpl
 
asLong() - Method in class org.msgpack.value.impl.FloatValueImpl
 
asLong() - Method in class org.msgpack.value.impl.IntegerValueImpl
 
asLong() - Method in class org.msgpack.value.impl.LongValueImpl
 
asLong() - Method in interface org.msgpack.value.NumberValue
Convert this value into a long value.
asMapValue() - Method in class org.msgpack.value.impl.AbstractValueRef
 
asMapValue() - Method in interface org.msgpack.value.Value
 
asNil() - Method in class org.msgpack.value.impl.AbstractValueRef
 
asNil() - Method in interface org.msgpack.value.ValueRef
 
asNumber() - Method in class org.msgpack.value.impl.AbstractValueRef
 
asNumber() - Method in interface org.msgpack.value.ValueRef
 
asRaw() - Method in class org.msgpack.value.impl.AbstractValueRef
 
asRaw() - Method in interface org.msgpack.value.ValueRef
 
asShort() - Method in class org.msgpack.value.holder.FloatHolder
 
asShort() - Method in class org.msgpack.value.holder.IntegerHolder
 
asShort() - Method in class org.msgpack.value.impl.BigIntegerValueImpl
 
asShort() - Method in class org.msgpack.value.impl.DoubleValueImpl
 
asShort() - Method in class org.msgpack.value.impl.FloatValueImpl
 
asShort() - Method in class org.msgpack.value.impl.IntegerValueImpl
 
asShort() - Method in class org.msgpack.value.impl.LongValueImpl
 
asShort() - Method in interface org.msgpack.value.NumberValue
Convert this value into a short value.
asString() - Method in class org.msgpack.value.holder.RawHolder
 
asString() - Method in class org.msgpack.value.impl.AbstractValueRef
 
asString() - Method in interface org.msgpack.value.ValueRef
 

B

base - Variable in class org.msgpack.core.buffer.MessageBuffer
Base object for resolving the relative address of the raw byte array.
basicUsage() - Static method in class org.msgpack.core.example.MessagePackExample
Basic usage example
BigIntegerValueImpl - Class in org.msgpack.value.impl
Created on 5/30/14.
BigIntegerValueImpl(BigInteger) - Constructor for class org.msgpack.value.impl.BigIntegerValueImpl
 
BIN16 - Static variable in class org.msgpack.core.MessagePack.Code
 
BIN32 - Static variable in class org.msgpack.core.MessagePack.Code
 
BIN8 - Static variable in class org.msgpack.core.MessagePack.Code
 
BinaryValue - Interface in org.msgpack.value
Created on 5/30/14.
BinaryValueImpl - Class in org.msgpack.value.impl
Created on 5/30/14.
BinaryValueImpl(ByteBuffer) - Constructor for class org.msgpack.value.impl.BinaryValueImpl
 
BooleanValue - Interface in org.msgpack.value
Created on 5/30/14.
BooleanValueImpl - Class in org.msgpack.value.impl
Created on 5/30/14.
BooleanValueImpl(boolean) - Constructor for class org.msgpack.value.impl.BooleanValueImpl
 
build() - Method in class org.msgpack.core.MessagePack.ConfigBuilder
 
byteBuffer - Variable in class org.msgpack.value.impl.RawValueImpl
 
ByteBufferInput - Class in org.msgpack.core.buffer
MessageBufferInput adapter for ByteBuffer
ByteBufferInput(ByteBuffer) - Constructor for class org.msgpack.core.buffer.ByteBufferInput
 

C

ChannelBufferInput - Class in org.msgpack.core.buffer
MessageBufferInput adapter for ReadableByteChannel
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
MessageBufferOutput adapter for WritableByteChannel
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.
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
 
close() - Method in class org.msgpack.value.impl.CursorImpl
 
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
 
configuration() - Static method in class org.msgpack.core.example.MessagePackExample
Example of using custom MessagePack configuration
copyTo(int, MessageBuffer, int, int) - Method in class org.msgpack.core.buffer.MessageBuffer
Copy this buffer contents to another MessageBuffer
Cursor - Interface in org.msgpack.value
Cursor for traversing a stream of message-packed values
Cursor.Function<Out> - Interface in org.msgpack.value
 
CursorImpl - Class in org.msgpack.value.impl
Cursor implementation
CursorImpl(MessageUnpacker) - Constructor for class org.msgpack.value.impl.CursorImpl
 

D

DEFAULT - Static variable in class org.msgpack.core.MessagePack
Default MessagePack packer/unpacker factory
DoubleValueImpl - Class in org.msgpack.value.impl
Created on 5/30/14.
DoubleValueImpl(double) - Constructor for class org.msgpack.value.impl.DoubleValueImpl
 

E

empty() - Static method in class org.msgpack.value.impl.ArrayValueImpl
 
empty() - Static method in class org.msgpack.value.impl.MapValueImpl
 
emptyArray() - Static method in class org.msgpack.value.ValueFactory
 
emptyMap() - Static method in class org.msgpack.value.ValueFactory
 
equals(Object) - Method in class org.msgpack.core.ExtendedTypeHeader
 
equals(Object) - Method in class org.msgpack.value.impl.ArrayValueImpl
 
equals(Object) - Method in class org.msgpack.value.impl.BigIntegerValueImpl
 
equals(Object) - Method in class org.msgpack.value.impl.BooleanValueImpl
 
equals(Object) - Method in class org.msgpack.value.impl.DoubleValueImpl
 
equals(Object) - Method in class org.msgpack.value.impl.FloatValueImpl
 
equals(Object) - Method in class org.msgpack.value.impl.IntegerValueImpl
 
equals(Object) - Method in class org.msgpack.value.impl.LongValueImpl
 
equals(Object) - Method in class org.msgpack.value.impl.MapValueImpl
 
equals(Object) - Method in class org.msgpack.value.impl.NilValueImpl
 
equals(Object) - Method in class org.msgpack.value.impl.RawStringValueImpl
 
equals(Object) - Method in class org.msgpack.value.impl.RawValueImpl
 
equals(Object) - Method in class org.msgpack.value.impl.StringValueImpl
 
EXT16 - Static variable in class org.msgpack.core.MessagePack.Code
 
EXT32 - Static variable in class org.msgpack.core.MessagePack.Code
 
EXT8 - Static variable in class org.msgpack.core.MessagePack.Code
 
ExtendedTypeHeader - Class in org.msgpack.core
Header of the extended types
ExtendedValue - Interface in org.msgpack.value
Created on 5/30/14.
ExtendedValueImpl - Class in org.msgpack.value.impl
Extended value implementation
ExtendedValueImpl(int, ByteBuffer) - Constructor for class org.msgpack.value.impl.ExtendedValueImpl
 
ExtHolder - Class in org.msgpack.value.holder
Created on 6/13/14.
ExtHolder() - Constructor for class org.msgpack.value.holder.ExtHolder
 

F

FALSE - Static variable in class org.msgpack.core.MessagePack.Code
 
FALSE - Static variable in class org.msgpack.value.impl.BooleanValueImpl
 
FIXARRAY_PREFIX - Static variable in class org.msgpack.core.MessagePack.Code
 
FIXEXT1 - Static variable in class org.msgpack.core.MessagePack.Code
 
FIXEXT16 - Static variable in class org.msgpack.core.MessagePack.Code
 
FIXEXT2 - Static variable in class org.msgpack.core.MessagePack.Code
 
FIXEXT4 - Static variable in class org.msgpack.core.MessagePack.Code
 
FIXEXT8 - Static variable in class org.msgpack.core.MessagePack.Code
 
FIXMAP_PREFIX - Static variable in class org.msgpack.core.MessagePack.Code
 
FIXSTR_PREFIX - Static variable in class org.msgpack.core.MessagePack.Code
 
FLOAT32 - Static variable in class org.msgpack.core.MessagePack.Code
 
FLOAT64 - Static variable in class org.msgpack.core.MessagePack.Code
 
FloatHolder - Class in org.msgpack.value.holder
Created on 6/3/14.
FloatHolder() - Constructor for class org.msgpack.value.holder.FloatHolder
 
FloatHolder.Type - Enum in org.msgpack.value.holder
 
FloatValue - Interface in org.msgpack.value
Created on 5/30/14.
FloatValueImpl - Class in org.msgpack.value.impl
Created on 5/30/14.
FloatValueImpl(float) - Constructor for class org.msgpack.value.impl.FloatValueImpl
 
flush(MessageBuffer) - Method in class org.msgpack.core.buffer.ChannelBufferOutput
 
flush(MessageBuffer) - Method in interface org.msgpack.core.buffer.MessageBufferOutput
Output the buffer contents.
flush(MessageBuffer) - Method in class org.msgpack.core.buffer.OutputStreamBufferOutput
 
flush() - Method in class org.msgpack.core.MessagePacker
 

G

get(int) - Method in interface org.msgpack.value.ArrayValue
 
get() - Method in class org.msgpack.value.holder.ValueHolder
 
get(int) - Method in class org.msgpack.value.impl.ArrayValueImpl
 
getActionOnMalFormedInput() - Method in class org.msgpack.core.MessagePack.Config
Action when encountered a malformed input
getActionOnUnmappableCharacter() - Method in class org.msgpack.core.MessagePack.Config
Action when an unmappable character is found
getAddress() - Method in class org.msgpack.core.buffer.MessageBuffer
 
getArray() - Method in class org.msgpack.core.buffer.MessageBuffer
 
getArrayCursor() - Method in class org.msgpack.value.impl.AbstractValueRef
 
getArrayCursor() - Method in class org.msgpack.value.impl.ArrayCursorImpl
 
getArrayCursor() - Method in class org.msgpack.value.impl.ArrayValueImpl
 
getArrayCursor() - Method in interface org.msgpack.value.ValueRef
 
getBase() - Method in class org.msgpack.core.buffer.MessageBuffer
 
getBigInteger() - Method in exception org.msgpack.core.MessageIntegerOverflowException
 
getBitMask() - Method in enum org.msgpack.value.ValueType
 
getBoolean(int) - Method in class org.msgpack.core.buffer.MessageBuffer
 
getBuffer() - Method in class org.msgpack.value.holder.RawHolder
 
getByte(int) - Method in class org.msgpack.core.buffer.MessageBuffer
 
getBytes(int, byte[], int, int) - Method in class org.msgpack.core.buffer.MessageBuffer
 
getBytes(int, int, ByteBuffer) - Method in class org.msgpack.core.buffer.MessageBuffer
 
getCause() - Method in exception org.msgpack.core.MessageStringCodingException
 
getCursor() - Method in class org.msgpack.core.MessageUnpacker
Get a Cursor for traversing message-packed values
getDouble(int) - Method in class org.msgpack.core.buffer.MessageBuffer
 
getDouble(int) - Method in class org.msgpack.core.buffer.MessageBufferBE
 
getExtType() - Method in interface org.msgpack.value.ExtendedValue
 
getExtType() - Method in class org.msgpack.value.holder.ExtHolder
 
getExtType() - Method in class org.msgpack.value.impl.ExtendedValueImpl
 
getFloat(int) - Method in class org.msgpack.core.buffer.MessageBuffer
 
getFloat(int) - Method in class org.msgpack.core.buffer.MessageBufferBE
 
getFloatHolder() - Method in class org.msgpack.value.holder.ValueHolder
 
getInstance() - Static method in class org.msgpack.value.impl.NilValueImpl
 
getInt(int) - Method in class org.msgpack.core.buffer.MessageBuffer
Read a big-endian int value at the specified index
getInt(int) - Method in class org.msgpack.core.buffer.MessageBufferBE
 
getIntegerHolder() - Method in class org.msgpack.value.holder.ValueHolder
 
getLength() - Method in class org.msgpack.core.ExtendedTypeHeader
 
getLong(int) - Method in class org.msgpack.core.buffer.MessageBuffer
 
getLong(int) - Method in class org.msgpack.core.buffer.MessageBufferBE
 
getMapCursor() - Method in class org.msgpack.value.impl.AbstractValueRef
 
getMapCursor() - Method in class org.msgpack.value.impl.MapCursorImpl
 
getMapCursor() - Method in interface org.msgpack.value.ValueRef
 
getMaxUnpackStringSize() - Method in class org.msgpack.core.MessagePack.Config
unpackString size limit.
getMessage() - Method in exception org.msgpack.core.MessageIntegerOverflowException
 
getNextFormat() - Method in class org.msgpack.core.MessageUnpacker
Returns the next MessageFormat type.
getPackerBufferSize() - Method in class org.msgpack.core.MessagePack.Config
 
getPackerRawDataCopyingThreshold() - Method in class org.msgpack.core.MessagePack.Config
 
getReadBytes() - Method in interface org.msgpack.value.Cursor
Returns the number of the read bytes
getReadBytes() - Method in class org.msgpack.value.impl.CursorImpl
 
getRef() - Method in class org.msgpack.value.holder.ValueHolder
 
getReference() - Method in class org.msgpack.core.buffer.MessageBuffer
 
getShort(int) - Method in class org.msgpack.core.buffer.MessageBuffer
 
getShort(int) - Method in class org.msgpack.core.buffer.MessageBufferBE
 
getSize() - Method in exception org.msgpack.core.MessageSizeException
 
getStringDecoderBufferSize() - Method in class org.msgpack.core.MessagePack.Config
 
getStringEncoderBufferSize() - Method in class org.msgpack.core.MessagePack.Config
 
getTotalReadBytes() - Method in class org.msgpack.core.MessageUnpacker
 
getType() - Method in class org.msgpack.core.ExtendedTypeHeader
 
getType() - Method in class org.msgpack.value.holder.FloatHolder
 
getType() - Method in class org.msgpack.value.holder.IntegerHolder
 
getValue() - Method in exception org.msgpack.core.MessageFloatOverflowException
 
getValueType() - Method in enum org.msgpack.core.MessageFormat
Retruns the ValueType corresponding to this MessageFormat
getValueType() - Method in class org.msgpack.value.holder.ExtHolder
 
getValueType() - Method in class org.msgpack.value.holder.FloatHolder
 
getValueType() - Method in class org.msgpack.value.holder.IntegerHolder
 
getValueType() - Method in class org.msgpack.value.holder.RawHolder
 
getValueType() - Method in class org.msgpack.value.impl.ArrayCursorImpl
 
getValueType() - Method in class org.msgpack.value.impl.ArrayValueImpl
 
getValueType() - Method in class org.msgpack.value.impl.BigIntegerValueImpl
 
getValueType() - Method in class org.msgpack.value.impl.BinaryValueImpl
 
getValueType() - Method in class org.msgpack.value.impl.BooleanValueImpl
 
getValueType() - Method in class org.msgpack.value.impl.DoubleValueImpl
 
getValueType() - Method in class org.msgpack.value.impl.ExtendedValueImpl
 
getValueType() - Method in class org.msgpack.value.impl.FloatValueImpl
 
getValueType() - Method in class org.msgpack.value.impl.IntegerValueImpl
 
getValueType() - Method in class org.msgpack.value.impl.LongValueImpl
 
getValueType() - Method in class org.msgpack.value.impl.MapCursorImpl
 
getValueType() - Method in class org.msgpack.value.impl.MapValueImpl
 
getValueType() - Method in class org.msgpack.value.impl.NilValueImpl
 
getValueType() - Method in class org.msgpack.value.impl.RawStringValueImpl
 
getValueType() - Method in class org.msgpack.value.impl.StringValueImpl
 
getValueType() - Method in interface org.msgpack.value.ValueRef
 

H

hasArray() - Method in class org.msgpack.core.buffer.MessageBuffer
 
hashCode() - Method in class org.msgpack.core.ExtendedTypeHeader
 
hashCode() - Method in class org.msgpack.value.holder.FloatHolder
 
hashCode() - Method in class org.msgpack.value.holder.IntegerHolder
 
hashCode() - Method in class org.msgpack.value.impl.ArrayValueImpl
 
hashCode() - Method in class org.msgpack.value.impl.BigIntegerValueImpl
 
hashCode() - Method in class org.msgpack.value.impl.BooleanValueImpl
 
hashCode() - Method in class org.msgpack.value.impl.DoubleValueImpl
 
hashCode() - Method in class org.msgpack.value.impl.FloatValueImpl
 
hashCode() - Method in class org.msgpack.value.impl.IntegerValueImpl
 
hashCode() - Method in class org.msgpack.value.impl.LongValueImpl
 
hashCode() - Method in class org.msgpack.value.impl.MapValueImpl
 
hashCode() - Method in class org.msgpack.value.impl.NilValueImpl
 
hashCode() - Method in class org.msgpack.value.impl.RawStringValueImpl
 
hashCode() - Method in class org.msgpack.value.impl.RawValueImpl
 
hashCode() - Method in class org.msgpack.value.impl.StringValueImpl
 
hasNext() - Method in class org.msgpack.core.MessageUnpacker
Returns true true if this unpacker has more elements.
hasNext() - Method in interface org.msgpack.value.ArrayCursor
 
hasNext() - Method in interface org.msgpack.value.Cursor
Tests whether there is a next element.
hasNext() - Method in class org.msgpack.value.impl.ArrayCursorImpl
 
hasNext() - Method in class org.msgpack.value.impl.ArrayValueImpl
 
hasNext() - Method in class org.msgpack.value.impl.CursorImpl
 
hasNext() - Method in class org.msgpack.value.impl.MapCursorImpl
 
hasNext() - Method in class org.msgpack.value.impl.MapValueImpl
 
hasNext() - Method in interface org.msgpack.value.MapCursor
Test whether this cursor can point to a next key or value.

I

InputStreamBufferInput - Class in org.msgpack.core.buffer
MessageBufferInput adapter for InputStream
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
 
IntegerHolder - Class in org.msgpack.value.holder
Union of integer values
IntegerHolder() - Constructor for class org.msgpack.value.holder.IntegerHolder
 
IntegerHolder.Type - Enum in org.msgpack.value.holder
 
IntegerValue - Interface in org.msgpack.value
Created on 5/30/14.
IntegerValueImpl - Class in org.msgpack.value.impl
Created on 5/30/14.
IntegerValueImpl(int) - Constructor for class org.msgpack.value.impl.IntegerValueImpl
 
isArray() - Method in class org.msgpack.value.impl.AbstractValueRef
 
isArray() - Method in interface org.msgpack.value.ValueRef
 
isArrayType() - Method in enum org.msgpack.value.ValueType
 
isArrayValue() - Method in interface org.msgpack.value.Cursor
 
isArrayValue() - Method in class org.msgpack.value.impl.CursorImpl
 
isBigInteger() - Method in class org.msgpack.value.holder.IntegerHolder
 
isBinary() - Method in class org.msgpack.value.impl.AbstractValueRef
 
isBinary() - Method in interface org.msgpack.value.ValueRef
 
isBinaryType() - Method in enum org.msgpack.value.ValueType
 
isBinaryValue() - Method in interface org.msgpack.value.Cursor
 
isBinaryValue() - Method in class org.msgpack.value.impl.CursorImpl
 
isBoolean() - Method in class org.msgpack.value.impl.AbstractValueRef
 
isBoolean() - Method in interface org.msgpack.value.ValueRef
 
isBooleanType() - Method in enum org.msgpack.value.ValueType
 
isBooleanValue() - Method in interface org.msgpack.value.Cursor
 
isBooleanValue() - Method in class org.msgpack.value.impl.CursorImpl
 
isExtended() - Method in class org.msgpack.value.impl.AbstractValueRef
 
isExtended() - Method in interface org.msgpack.value.ValueRef
 
isExtendedType() - Method in enum org.msgpack.value.ValueType
 
isExtendedValue() - Method in interface org.msgpack.value.Cursor
 
isExtendedValue() - Method in class org.msgpack.value.impl.CursorImpl
 
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
 
isFloat() - Method in class org.msgpack.value.impl.AbstractValueRef
 
isFloat() - Method in interface org.msgpack.value.ValueRef
 
isFloatType() - Method in enum org.msgpack.value.ValueType
 
isFloatValue() - Method in interface org.msgpack.value.Cursor
 
isFloatValue() - Method in class org.msgpack.value.impl.CursorImpl
 
isInteger() - Method in class org.msgpack.value.impl.AbstractValueRef
 
isInteger() - Method in interface org.msgpack.value.ValueRef
 
isIntegerType() - Method in enum org.msgpack.value.ValueType
 
isIntegerValue() - Method in interface org.msgpack.value.Cursor
 
isIntegerValue() - Method in class org.msgpack.value.impl.CursorImpl
 
isMap() - Method in class org.msgpack.value.impl.AbstractValueRef
 
isMap() - Method in interface org.msgpack.value.ValueRef
 
isMapType() - Method in enum org.msgpack.value.ValueType
 
isMapValue() - Method in interface org.msgpack.value.Cursor
 
isMapValue() - Method in class org.msgpack.value.impl.CursorImpl
 
isNegFixInt(byte) - Static method in class org.msgpack.core.MessagePack.Code
 
isNil() - Method in class org.msgpack.value.impl.AbstractValueRef
 
isNil() - Method in interface org.msgpack.value.ValueRef
 
isNilType() - Method in enum org.msgpack.value.ValueType
 
isNilValue() - Method in interface org.msgpack.value.Cursor
 
isNilValue() - Method in class org.msgpack.value.impl.CursorImpl
 
isNumber() - Method in class org.msgpack.value.impl.AbstractValueRef
 
isNumber() - Method in interface org.msgpack.value.ValueRef
 
isNumberType() - Method in enum org.msgpack.value.ValueType
 
isNumberValue() - Method in interface org.msgpack.value.Cursor
 
isNumberValue() - Method in class org.msgpack.value.impl.CursorImpl
 
isPosFixInt(byte) - Static method in class org.msgpack.core.MessagePack.Code
 
isRaw() - Method in class org.msgpack.value.impl.AbstractValueRef
 
isRaw() - Method in interface org.msgpack.value.ValueRef
 
isRawType() - Method in enum org.msgpack.value.ValueType
 
isRawValue() - Method in interface org.msgpack.value.Cursor
 
isRawValue() - Method in class org.msgpack.value.impl.CursorImpl
 
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)
isRef() - Method in class org.msgpack.value.impl.AbstractValue
 
isRef() - Method in class org.msgpack.value.impl.AbstractValueRef
 
isRef() - Method in interface org.msgpack.value.ValueRef
Test whether this value is a reference of not.
isString() - Method in class org.msgpack.value.impl.AbstractValueRef
 
isString() - Method in interface org.msgpack.value.ValueRef
 
isStringType() - Method in enum org.msgpack.value.ValueType
 
isStringValue() - Method in interface org.msgpack.value.Cursor
 
isStringValue() - Method in class org.msgpack.value.impl.CursorImpl
 
isTypeOf(int) - Method in enum org.msgpack.value.ValueType
 
isValidByte(long) - Static method in class org.msgpack.core.NumberUtil.LongUtil
 
isValidByte(BigInteger) - Static method in class org.msgpack.core.NumberUtil.LongUtil
 
isValidByte() - Method in class org.msgpack.value.holder.FloatHolder
 
isValidByte() - Method in class org.msgpack.value.holder.IntegerHolder
 
isValidByte() - Method in class org.msgpack.value.impl.BigIntegerValueImpl
 
isValidByte() - Method in class org.msgpack.value.impl.DoubleValueImpl
 
isValidByte() - Method in class org.msgpack.value.impl.FloatValueImpl
 
isValidByte() - Method in class org.msgpack.value.impl.IntegerValueImpl
 
isValidByte() - Method in class org.msgpack.value.impl.LongValueImpl
 
isValidByte() - Method in interface org.msgpack.value.NumberValue
Check whether this value is a valid byte value.
isValidInt(long) - Static method in class org.msgpack.core.NumberUtil.LongUtil
 
isValidInt(BigInteger) - Static method in class org.msgpack.core.NumberUtil.LongUtil
 
isValidInt() - Method in class org.msgpack.value.holder.FloatHolder
 
isValidInt() - Method in class org.msgpack.value.holder.IntegerHolder
 
isValidInt() - Method in class org.msgpack.value.impl.BigIntegerValueImpl
 
isValidInt() - Method in class org.msgpack.value.impl.DoubleValueImpl
 
isValidInt() - Method in class org.msgpack.value.impl.FloatValueImpl
 
isValidInt() - Method in class org.msgpack.value.impl.IntegerValueImpl
 
isValidInt() - Method in class org.msgpack.value.impl.LongValueImpl
 
isValidInt() - Method in interface org.msgpack.value.NumberValue
Check whether this value is a valid integer value.
isValidLong(BigInteger) - Static method in class org.msgpack.core.NumberUtil.LongUtil
 
isValidLong() - Method in class org.msgpack.value.holder.FloatHolder
 
isValidLong() - Method in class org.msgpack.value.holder.IntegerHolder
 
isValidLong() - Method in class org.msgpack.value.impl.BigIntegerValueImpl
 
isValidLong() - Method in class org.msgpack.value.impl.DoubleValueImpl
 
isValidLong() - Method in class org.msgpack.value.impl.FloatValueImpl
 
isValidLong() - Method in class org.msgpack.value.impl.IntegerValueImpl
 
isValidLong() - Method in class org.msgpack.value.impl.LongValueImpl
 
isValidLong() - Method in interface org.msgpack.value.NumberValue
Check whether this value is a valid long value.
isValidShort(long) - Static method in class org.msgpack.core.NumberUtil.LongUtil
 
isValidShort(BigInteger) - Static method in class org.msgpack.core.NumberUtil.LongUtil
 
isValidShort() - Method in class org.msgpack.value.holder.FloatHolder
 
isValidShort() - Method in class org.msgpack.value.holder.IntegerHolder
 
isValidShort() - Method in class org.msgpack.value.impl.BigIntegerValueImpl
 
isValidShort() - Method in class org.msgpack.value.impl.DoubleValueImpl
 
isValidShort() - Method in class org.msgpack.value.impl.FloatValueImpl
 
isValidShort() - Method in class org.msgpack.value.impl.IntegerValueImpl
 
isValidShort() - Method in class org.msgpack.value.impl.LongValueImpl
 
isValidShort() - Method in interface org.msgpack.value.NumberValue
Check whether this value is a valid short value.
isWhole() - Method in class org.msgpack.value.holder.FloatHolder
 
isWhole() - Method in class org.msgpack.value.holder.IntegerHolder
 
isWhole() - Method in class org.msgpack.value.impl.BigIntegerValueImpl
 
isWhole() - Method in class org.msgpack.value.impl.DoubleValueImpl
 
isWhole() - Method in class org.msgpack.value.impl.FloatValueImpl
 
isWhole() - Method in class org.msgpack.value.impl.IntegerValueImpl
 
isWhole() - Method in class org.msgpack.value.impl.LongValueImpl
 
isWhole() - Method in interface org.msgpack.value.NumberValue
Returns true if this number has no decimal component
iterator() - Method in interface org.msgpack.value.ArrayCursor
 
iterator() - Method in class org.msgpack.value.impl.ArrayCursorImpl
 
iterator() - Method in class org.msgpack.value.impl.ArrayValueImpl
 

L

LongUtil() - Constructor for class org.msgpack.core.NumberUtil.LongUtil
 
LongValueImpl - Class in org.msgpack.value.impl
Created on 5/30/14.
LongValueImpl(long) - Constructor for class org.msgpack.value.impl.LongValueImpl
 

M

MAP16 - Static variable in class org.msgpack.core.MessagePack.Code
 
MAP32 - Static variable in class org.msgpack.core.MessagePack.Code
 
MapCursor - Interface in org.msgpack.value
Cursor for traversing map value entries.
MapCursorImpl - Class in org.msgpack.value.impl
Created on 6/16/14.
MapCursorImpl(ValueHolder) - Constructor for class org.msgpack.value.impl.MapCursorImpl
 
MapValue - Interface in org.msgpack.value
Created on 5/30/14.
MapValueImpl - Class in org.msgpack.value.impl
Created on 5/30/14.
MapValueImpl(Value[]) - Constructor for class org.msgpack.value.impl.MapValueImpl
 
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
MessageFloatOverflowException - Exception in org.msgpack.core
This error is thrown when the user tries to read a value that has decimal component as byte, short, int and long.
MessageFloatOverflowException(double) - Constructor for exception org.msgpack.core.MessageFloatOverflowException
 
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
 
MessageOverflowException - Exception in org.msgpack.core
Created on 5/28/14.
MessageOverflowException() - Constructor for exception org.msgpack.core.MessageOverflowException
 
MessageOverflowException(String) - Constructor for exception org.msgpack.core.MessageOverflowException
 
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
Create an MessagePacker that outputs the packed data to the given MessageBufferOutput
MessagePacker(MessageBufferOutput, MessagePack.Config) - Constructor for class org.msgpack.core.MessagePacker
 
MessagePackExample - Class in org.msgpack.core.example
This class describes the usage of MessagePack v07
MessagePackExample() - Constructor for class org.msgpack.core.example.MessagePackExample
 
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
 
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

N

NEGFIXINT_PREFIX - Static variable in class org.msgpack.core.MessagePack.Code
 
NEVER_USED - Static variable in class org.msgpack.core.MessagePack.Code
 
newArray(Value...) - Static method in class org.msgpack.value.ValueFactory
 
newArrayFrom(List<? extends Value>) - Static method in class org.msgpack.value.ValueFactory
 
newBigInteger(BigInteger) - 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
 
newBinary(ByteBuffer) - 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
 
newByte(byte) - Static method in class org.msgpack.value.ValueFactory
 
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
 
newDouble(double) - Static method in class org.msgpack.value.ValueFactory
 
newExtendedValue(int, byte[]) - Static method in class org.msgpack.value.ValueFactory
 
newExtendedValue(int, ByteBuffer) - Static method in class org.msgpack.value.ValueFactory
 
newFloat(float) - Static method in class org.msgpack.value.ValueFactory
 
newInt(int) - Static method in class org.msgpack.value.ValueFactory
 
newLong(long) - 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
 
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
newRawString(byte[]) - Static method in class org.msgpack.value.ValueFactory
 
newRawString(byte[], int, int) - Static method in class org.msgpack.value.ValueFactory
 
newRawString(ByteBuffer) - Static method in class org.msgpack.value.ValueFactory
 
newShort(short) - Static method in class org.msgpack.value.ValueFactory
 
newString(String) - 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
 
next() - Method in interface org.msgpack.value.ArrayCursor
 
next() - Method in interface org.msgpack.value.Cursor
Returns the materialized value of the referenced value, then proceeds the cursor.
next() - Method in class org.msgpack.value.impl.ArrayCursorImpl
 
next() - Method in class org.msgpack.value.impl.ArrayValueImpl
 
next() - Method in class org.msgpack.value.impl.CursorImpl
 
nextKeyOrValue() - Method in class org.msgpack.value.impl.MapCursorImpl
 
nextKeyOrValue() - Method in class org.msgpack.value.impl.MapValueImpl
 
nextKeyOrValue() - Method in interface org.msgpack.value.MapCursor
Retrieves a reference to the next key or value.
nextRef() - Method in interface org.msgpack.value.Cursor
Returns a reference to the value, then proceeds the cursor.
nextRef() - Method in class org.msgpack.value.impl.CursorImpl
 
NIL - Static variable in class org.msgpack.core.MessagePack.Code
 
NilValue - Interface in org.msgpack.value
References to values
nilValue() - Static method in class org.msgpack.value.ValueFactory
 
NilValueImpl - Class in org.msgpack.value.impl
Created on 5/30/14.
NilValueImpl() - Constructor for class org.msgpack.value.impl.NilValueImpl
 
NonBlockingMessageUnpacker - Class in org.msgpack.core
MessageUnpacker implementation that supports event-driven I/O, which is necessary to implement an efficient RPC server that receives MessagePack data.
NonBlockingMessageUnpacker() - Constructor for class org.msgpack.core.NonBlockingMessageUnpacker
 
Nullable - Annotation Type in org.msgpack.core.annotations
Annotates a field which can be null
NUMBER_TYPE_MASK - Static variable in class org.msgpack.value.impl.AbstractValueRef
 
NumberUtil - Class in org.msgpack.core
Utilities for numbers
NumberUtil() - Constructor for class org.msgpack.core.NumberUtil
 
NumberUtil.LongUtil - Class in org.msgpack.core
 
NumberValue - Interface in org.msgpack.value
Created on 5/30/14.

O

offset() - Method in class org.msgpack.core.buffer.MessageBuffer
 
onError(Exception) - Method in class org.msgpack.value.AbstractValueVisitor
 
onError(Exception) - Method in interface org.msgpack.value.ValueVisitor
 
onMalFormedInput(CodingErrorAction) - Method in class org.msgpack.core.MessagePack.ConfigBuilder
 
onUnmappableCharacter(CodingErrorAction) - Method in class org.msgpack.core.MessagePack.ConfigBuilder
 
org.msgpack.core - package org.msgpack.core
 
org.msgpack.core.annotations - package org.msgpack.core.annotations
 
org.msgpack.core.buffer - package org.msgpack.core.buffer
 
org.msgpack.core.example - package org.msgpack.core.example
 
org.msgpack.value - package org.msgpack.value
 
org.msgpack.value.holder - package org.msgpack.value.holder
 
org.msgpack.value.impl - package org.msgpack.value.impl
 
OutputStreamBufferOutput - Class in org.msgpack.core.buffer
MessageBufferOutput adapter for OutputStream.
OutputStreamBufferOutput(OutputStream) - Constructor for class org.msgpack.core.buffer.OutputStreamBufferOutput
 

P

packArrayHeader(int) - Method in class org.msgpack.core.MessagePacker
 
packBigInteger(BigInteger) - Method in class org.msgpack.core.MessagePacker
 
packBinaryHeader(int) - Method in class org.msgpack.core.MessagePacker
 
packBoolean(boolean) - Method in class org.msgpack.core.MessagePacker
 
packByte(byte) - Method in class org.msgpack.core.MessagePacker
 
packDouble(double) - Method in class org.msgpack.core.MessagePacker
 
packer() - Static method in class org.msgpack.core.example.MessagePackExample
Packing various types of data
packerBufferSize(int) - Method in class org.msgpack.core.MessagePack.ConfigBuilder
 
packerRawDataCopyingThreshold(int) - Method in class org.msgpack.core.MessagePack.ConfigBuilder
 
packExtendedTypeHeader(int, int) - Method in class org.msgpack.core.MessagePacker
 
packFloat(float) - Method in class org.msgpack.core.MessagePacker
 
packInt(int) - Method in class org.msgpack.core.MessagePacker
 
packLong(long) - Method in class org.msgpack.core.MessagePacker
 
packMapHeader(int) - Method in class org.msgpack.core.MessagePacker
 
packNil() - Method in class org.msgpack.core.MessagePacker
 
packRawStringHeader(int) - Method in class org.msgpack.core.MessagePacker
 
packShort(short) - Method in class org.msgpack.core.MessagePacker
 
packString(String) - Method in class org.msgpack.core.MessagePacker
Pack the input String in UTF-8 encoding
packValue(Value) - Method in class org.msgpack.core.MessagePacker
 
POSFIXINT_MASK - Static variable in class org.msgpack.core.MessagePack.Code
 
Preconditions - Class in org.msgpack.core
Simple static methods to be called at the start of your own methods to verify correct arguments and state.
prepareArrayCursor(MessageUnpacker) - Method in class org.msgpack.value.holder.ValueHolder
 
prepareMapCursor(MessageUnpacker) - Method in class org.msgpack.value.holder.ValueHolder
 
putBoolean(int, boolean) - Method in class org.msgpack.core.buffer.MessageBuffer
 
putByte(int, byte) - Method in class org.msgpack.core.buffer.MessageBuffer
 
putByteBuffer(int, ByteBuffer, int) - Method in class org.msgpack.core.buffer.MessageBuffer
 
putBytes(int, byte[], int, int) - Method in class org.msgpack.core.buffer.MessageBuffer
 
putDouble(int, double) - Method in class org.msgpack.core.buffer.MessageBuffer
 
putDouble(int, double) - Method in class org.msgpack.core.buffer.MessageBufferBE
 
putFloat(int, float) - Method in class org.msgpack.core.buffer.MessageBuffer
 
putInt(int, int) - Method in class org.msgpack.core.buffer.MessageBuffer
Write a big-endian integer value to the memory
putInt(int, int) - Method in class org.msgpack.core.buffer.MessageBufferBE
 
putLong(int, long) - Method in class org.msgpack.core.buffer.MessageBuffer
 
putLong(int, long) - Method in class org.msgpack.core.buffer.MessageBufferBE
 
putShort(int, short) - Method in class org.msgpack.core.buffer.MessageBuffer
 
putShort(int, short) - Method in class org.msgpack.core.buffer.MessageBufferBE
 

R

RAW_TYPE_MASK - Static variable in class org.msgpack.value.impl.AbstractValueRef
 
RawHolder - Class in org.msgpack.value.holder
Holder of the raw values
RawHolder() - Constructor for class org.msgpack.value.holder.RawHolder
 
RawStringValueImpl - Class in org.msgpack.value.impl
Created on 5/30/14.
RawStringValueImpl(ByteBuffer) - Constructor for class org.msgpack.value.impl.RawStringValueImpl
 
RawValue - Interface in org.msgpack.value
Base type of StringValue, BinaryValue and ExtendedValue
RawValueImpl - Class in org.msgpack.value.impl
Created on 5/30/14.
RawValueImpl(ByteBuffer) - Constructor for class org.msgpack.value.impl.RawValueImpl
 
readAndWriteFile() - Static method in class org.msgpack.core.example.MessagePackExample
An example of reading and writing MessagePack data
readBinaryAsString(boolean) - Method in class org.msgpack.core.MessagePack.ConfigBuilder
 
readPayload(ByteBuffer) - Method in class org.msgpack.core.MessageUnpacker
 
readPayload(byte[]) - Method in class org.msgpack.core.MessageUnpacker
 
readPayload(byte[], int, int) - Method in class org.msgpack.core.MessageUnpacker
Read up to len bytes of data into the destination array
readPayloadAsReference(int) - Method in class org.msgpack.core.MessageUnpacker
 
readStringAsBinary(boolean) - Method in class org.msgpack.core.MessagePack.ConfigBuilder
 
reference - Variable in class org.msgpack.core.buffer.MessageBuffer
Reference is used to hold a reference to an object that holds the underlying memory so that it cannot be released by the garbage collector.
releaseBuffer(MessageBuffer) - Static method in class org.msgpack.core.buffer.MessageBuffer
 
relocate(int, int, int) - Method in class org.msgpack.core.buffer.MessageBuffer
 
remove() - Method in class org.msgpack.value.impl.CursorImpl
 
reset(MessageBuffer) - Method in class org.msgpack.core.buffer.ArrayBufferInput
 
reset(byte[]) - Method in class org.msgpack.core.buffer.ArrayBufferInput
 
reset(byte[], int, int) - Method in class org.msgpack.core.buffer.ArrayBufferInput
 
reset(ByteBuffer) - Method in class org.msgpack.core.buffer.ByteBufferInput
 
reset(ReadableByteChannel) - Method in class org.msgpack.core.buffer.ChannelBufferInput
 
reset(WritableByteChannel) - Method in class org.msgpack.core.buffer.ChannelBufferOutput
 
reset(InputStream) - Method in class org.msgpack.core.buffer.InputStreamBufferInput
 
reset(OutputStream) - Method in class org.msgpack.core.buffer.OutputStreamBufferOutput
 
reset(MessageBufferOutput) - Method in class org.msgpack.core.MessagePacker
 
reset(MessageBufferInput) - Method in class org.msgpack.core.MessageUnpacker
 
reset(MessageUnpacker) - Method in class org.msgpack.value.impl.ArrayCursorImpl
 
reset(MessageUnpacker) - Method in class org.msgpack.value.impl.MapCursorImpl
 

S

setBigInteger(BigInteger) - Method in class org.msgpack.value.holder.IntegerHolder
 
setBinary(MessageBuffer) - Method in class org.msgpack.value.holder.RawHolder
 
setBinary(MessageBuffer) - Method in class org.msgpack.value.holder.ValueHolder
 
setBoolean(boolean) - Method in class org.msgpack.value.holder.ValueHolder
 
setByte(byte) - Method in class org.msgpack.value.holder.IntegerHolder
 
setDouble(double) - Method in class org.msgpack.value.holder.FloatHolder
 
setExt(int, MessageBuffer) - Method in class org.msgpack.value.holder.ValueHolder
 
setExtType(int, MessageBuffer) - Method in class org.msgpack.value.holder.ExtHolder
 
setFloat(float) - Method in class org.msgpack.value.holder.FloatHolder
 
setInt(int) - Method in class org.msgpack.value.holder.IntegerHolder
 
setLong(long) - Method in class org.msgpack.value.holder.IntegerHolder
 
setNil() - Method in class org.msgpack.value.holder.ValueHolder
 
setShort(short) - Method in class org.msgpack.value.holder.IntegerHolder
 
setString(MessageBuffer) - Method in class org.msgpack.value.holder.RawHolder
 
setString(MessageBuffer) - Method in class org.msgpack.value.holder.ValueHolder
 
setToFloat() - Method in class org.msgpack.value.holder.ValueHolder
 
setToInteger() - Method in class org.msgpack.value.holder.ValueHolder
 
size - Variable in class org.msgpack.core.buffer.MessageBuffer
Size of the underlying memory
size() - Method in class org.msgpack.core.buffer.MessageBuffer
byte size of the buffer
size() - Method in interface org.msgpack.value.ArrayCursor
 
size() - Method in class org.msgpack.value.impl.ArrayCursorImpl
 
size() - Method in class org.msgpack.value.impl.ArrayValueImpl
 
size() - Method in class org.msgpack.value.impl.MapCursorImpl
 
size() - Method in class org.msgpack.value.impl.MapValueImpl
 
size() - Method in interface org.msgpack.value.MapCursor
 
skip() - Method in interface org.msgpack.value.ArrayCursor
 
skip() - Method in interface org.msgpack.value.Cursor
Skip reading the current value.
skip() - Method in class org.msgpack.value.impl.ArrayCursorImpl
 
skip() - Method in class org.msgpack.value.impl.ArrayValueImpl
 
skip() - Method in class org.msgpack.value.impl.CursorImpl
 
skipAll() - Method in interface org.msgpack.value.ArrayCursor
Skips all of the remaining values
skipAll() - Method in class org.msgpack.value.impl.ArrayCursorImpl
 
skipAll() - Method in class org.msgpack.value.impl.ArrayValueImpl
 
skipAll() - Method in class org.msgpack.value.impl.MapCursorImpl
 
skipAll() - Method in class org.msgpack.value.impl.MapValueImpl
 
skipAll() - Method in interface org.msgpack.value.MapCursor
Skips all of the remaining keys and values.
skipBytes(int) - Method in class org.msgpack.core.MessageUnpacker
Skip reading the specified number of bytes.
skipKeyOrValue() - Method in class org.msgpack.value.impl.MapCursorImpl
 
skipKeyOrValue() - Method in class org.msgpack.value.impl.MapValueImpl
 
skipKeyOrValue() - Method in interface org.msgpack.value.MapCursor
Skips a next key or value
skipValue() - Method in class org.msgpack.core.MessageUnpacker
Skip the next value, then move the cursor at the end of the value
slice(int, int) - Method in class org.msgpack.core.buffer.MessageBuffer
 
slice(int, int) - Method in class org.msgpack.core.buffer.MessageBufferBE
 
STR16 - Static variable in class org.msgpack.core.MessagePack.Code
 
STR32 - Static variable in class org.msgpack.core.MessagePack.Code
 
STR8 - Static variable in class org.msgpack.core.MessagePack.Code
 
stringDecoderBufferSize(int) - Method in class org.msgpack.core.MessagePack.ConfigBuilder
 
stringEncoderBufferSize(int) - Method in class org.msgpack.core.MessagePack.ConfigBuilder
 
StringValue - Interface in org.msgpack.value
Created on 5/30/14.
StringValueImpl - Class in org.msgpack.value.impl
Created on 5/30/14.
StringValueImpl(String) - Constructor for class org.msgpack.value.impl.StringValueImpl
 

T

toBigInteger() - Method in class org.msgpack.value.holder.FloatHolder
 
toBigInteger() - Method in class org.msgpack.value.holder.IntegerHolder
 
toBigInteger() - Method in class org.msgpack.value.impl.BigIntegerValueImpl
 
toBigInteger() - Method in class org.msgpack.value.impl.DoubleValueImpl
 
toBigInteger() - Method in class org.msgpack.value.impl.FloatValueImpl
 
toBigInteger() - Method in class org.msgpack.value.impl.IntegerValueImpl
 
toBigInteger() - Method in class org.msgpack.value.impl.LongValueImpl
 
toBigInteger() - Method in interface org.msgpack.value.NumberValue
Convert this value into a BigInteger
toBoolean() - Method in interface org.msgpack.value.BooleanValue
 
toBoolean() - Method in class org.msgpack.value.impl.BooleanValueImpl
 
toByte() - Method in class org.msgpack.value.holder.FloatHolder
 
toByte() - Method in class org.msgpack.value.holder.IntegerHolder
 
toByte() - Method in class org.msgpack.value.impl.BigIntegerValueImpl
 
toByte() - Method in class org.msgpack.value.impl.DoubleValueImpl
 
toByte() - Method in class org.msgpack.value.impl.FloatValueImpl
 
toByte() - Method in class org.msgpack.value.impl.IntegerValueImpl
 
toByte() - Method in class org.msgpack.value.impl.LongValueImpl
 
toByte() - Method in interface org.msgpack.value.NumberValue
Convert this value into a byte value.
toByteArray() - Method in class org.msgpack.core.buffer.MessageBuffer
Get a copy of this buffer
toByteArray() - Method in class org.msgpack.value.holder.ExtHolder
 
toByteArray() - Method in class org.msgpack.value.holder.RawHolder
 
toByteArray() - Method in class org.msgpack.value.impl.RawValueImpl
 
toByteArray() - Method in class org.msgpack.value.impl.StringValueImpl
 
toByteArray() - Method in interface org.msgpack.value.RawValue
 
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() - Method in class org.msgpack.value.holder.ExtHolder
 
toByteBuffer() - Method in class org.msgpack.value.holder.RawHolder
 
toByteBuffer() - Method in class org.msgpack.value.impl.RawValueImpl
 
toByteBuffer() - Method in class org.msgpack.value.impl.StringValueImpl
 
toByteBuffer() - Method in interface org.msgpack.value.RawValue
 
toDouble() - Method in class org.msgpack.value.holder.FloatHolder
 
toDouble() - Method in class org.msgpack.value.holder.IntegerHolder
 
toDouble() - Method in class org.msgpack.value.impl.BigIntegerValueImpl
 
toDouble() - Method in class org.msgpack.value.impl.DoubleValueImpl
 
toDouble() - Method in class org.msgpack.value.impl.FloatValueImpl
 
toDouble() - Method in class org.msgpack.value.impl.IntegerValueImpl
 
toDouble() - Method in class org.msgpack.value.impl.LongValueImpl
 
toDouble() - Method in interface org.msgpack.value.NumberValue
Convert this value into a double value
toFloat() - Method in class org.msgpack.value.holder.FloatHolder
 
toFloat() - Method in class org.msgpack.value.holder.IntegerHolder
 
toFloat() - Method in class org.msgpack.value.impl.BigIntegerValueImpl
 
toFloat() - Method in class org.msgpack.value.impl.DoubleValueImpl
 
toFloat() - Method in class org.msgpack.value.impl.FloatValueImpl
 
toFloat() - Method in class org.msgpack.value.impl.IntegerValueImpl
 
toFloat() - Method in class org.msgpack.value.impl.LongValueImpl
 
toFloat() - Method in interface org.msgpack.value.NumberValue
Convert this value into a float value
toHexString(int, int) - Method in class org.msgpack.core.buffer.MessageBuffer
 
toInt() - Method in class org.msgpack.value.holder.FloatHolder
 
toInt() - Method in class org.msgpack.value.holder.IntegerHolder
 
toInt() - Method in class org.msgpack.value.impl.BigIntegerValueImpl
 
toInt() - Method in class org.msgpack.value.impl.DoubleValueImpl
 
toInt() - Method in class org.msgpack.value.impl.FloatValueImpl
 
toInt() - Method in class org.msgpack.value.impl.IntegerValueImpl
 
toInt() - Method in class org.msgpack.value.impl.LongValueImpl
 
toInt() - Method in interface org.msgpack.value.NumberValue
Convert this value into an int value.
toKeyValueSeq() - Method in class org.msgpack.value.impl.MapValueImpl
 
toKeyValueSeq() - Method in interface org.msgpack.value.MapValue
 
toLong() - Method in class org.msgpack.value.holder.FloatHolder
 
toLong() - Method in class org.msgpack.value.holder.IntegerHolder
 
toLong() - Method in class org.msgpack.value.impl.BigIntegerValueImpl
 
toLong() - Method in class org.msgpack.value.impl.DoubleValueImpl
 
toLong() - Method in class org.msgpack.value.impl.FloatValueImpl
 
toLong() - Method in class org.msgpack.value.impl.IntegerValueImpl
 
toLong() - Method in class org.msgpack.value.impl.LongValueImpl
 
toLong() - Method in interface org.msgpack.value.NumberValue
Convert this value into a long value.
toMap() - Method in class org.msgpack.value.impl.MapValueImpl
 
toMap() - Method in interface org.msgpack.value.MapValue
 
toMessageBuffer() - Method in class org.msgpack.value.holder.ExtHolder
 
toMessageBuffer() - Method in class org.msgpack.value.holder.RawHolder
 
toMessageBuffer() - Method in class org.msgpack.value.impl.RawValueImpl
 
toMessageBuffer() - Method in class org.msgpack.value.impl.StringValueImpl
 
toMessageBuffer() - Method in interface org.msgpack.value.RawValue
 
toMessageFormat(byte) - Static method in enum org.msgpack.core.MessageFormat
Converting a byte value into MessageFormat.
toShort() - Method in class org.msgpack.value.holder.FloatHolder
 
toShort() - Method in class org.msgpack.value.holder.IntegerHolder
 
toShort() - Method in class org.msgpack.value.impl.BigIntegerValueImpl
 
toShort() - Method in class org.msgpack.value.impl.DoubleValueImpl
 
toShort() - Method in class org.msgpack.value.impl.FloatValueImpl
 
toShort() - Method in class org.msgpack.value.impl.IntegerValueImpl
 
toShort() - Method in class org.msgpack.value.impl.LongValueImpl
 
toShort() - Method in interface org.msgpack.value.NumberValue
Convert this value into a short value.
toString() - Method in class org.msgpack.core.ExtendedTypeHeader
 
toString() - Method in class org.msgpack.value.holder.ExtHolder
 
toString() - Method in class org.msgpack.value.holder.FloatHolder
 
toString() - Method in class org.msgpack.value.holder.IntegerHolder
 
toString() - Method in class org.msgpack.value.holder.RawHolder
 
toString() - Method in class org.msgpack.value.impl.ArrayValueImpl
 
toString() - Method in class org.msgpack.value.impl.BigIntegerValueImpl
 
toString() - Method in class org.msgpack.value.impl.BooleanValueImpl
 
toString() - Method in class org.msgpack.value.impl.DoubleValueImpl
 
toString() - Method in class org.msgpack.value.impl.FloatValueImpl
 
toString() - Method in class org.msgpack.value.impl.IntegerValueImpl
 
toString() - Method in class org.msgpack.value.impl.LongValueImpl
 
toString() - Method in class org.msgpack.value.impl.MapValueImpl
 
toString() - Method in class org.msgpack.value.impl.NilValueImpl
 
toString() - Method in class org.msgpack.value.impl.RawStringValueImpl
 
toString() - Method in class org.msgpack.value.impl.RawValueImpl
 
toString() - Method in class org.msgpack.value.impl.StringValueImpl
 
toString() - Method in interface org.msgpack.value.RawValue
 
toTypeName() - Method in enum org.msgpack.value.ValueType
 
toValue() - Method in interface org.msgpack.value.ArrayCursor
 
toValue() - Method in interface org.msgpack.value.ArrayValue
 
toValue() - Method in interface org.msgpack.value.BinaryValue
 
toValue() - Method in interface org.msgpack.value.BooleanValue
 
toValue() - Method in interface org.msgpack.value.ExtendedValue
 
toValue() - Method in interface org.msgpack.value.FloatValue
 
toValue() - Method in class org.msgpack.value.holder.ExtHolder
 
toValue() - Method in class org.msgpack.value.holder.FloatHolder
 
toValue() - Method in class org.msgpack.value.holder.IntegerHolder
 
toValue() - Method in class org.msgpack.value.holder.RawHolder
 
toValue() - Method in class org.msgpack.value.impl.ArrayCursorImpl
 
toValue() - Method in class org.msgpack.value.impl.ArrayValueImpl
 
toValue() - Method in class org.msgpack.value.impl.BigIntegerValueImpl
 
toValue() - Method in class org.msgpack.value.impl.BinaryValueImpl
 
toValue() - Method in class org.msgpack.value.impl.BooleanValueImpl
 
toValue() - Method in class org.msgpack.value.impl.DoubleValueImpl
 
toValue() - Method in class org.msgpack.value.impl.ExtendedValueImpl
 
toValue() - Method in class org.msgpack.value.impl.FloatValueImpl
 
toValue() - Method in class org.msgpack.value.impl.IntegerValueImpl
 
toValue() - Method in class org.msgpack.value.impl.LongValueImpl
 
toValue() - Method in class org.msgpack.value.impl.MapCursorImpl
 
toValue() - Method in class org.msgpack.value.impl.MapValueImpl
 
toValue() - Method in class org.msgpack.value.impl.NilValueImpl
 
toValue() - Method in class org.msgpack.value.impl.RawStringValueImpl
 
toValue() - Method in class org.msgpack.value.impl.RawValueImpl
 
toValue() - Method in class org.msgpack.value.impl.StringValueImpl
 
toValue() - Method in interface org.msgpack.value.IntegerValue
 
toValue() - Method in interface org.msgpack.value.MapCursor
 
toValue() - Method in interface org.msgpack.value.MapValue
 
toValue() - Method in interface org.msgpack.value.NilValue
 
toValue() - Method in interface org.msgpack.value.RawValue
 
toValue() - Method in interface org.msgpack.value.StringValue
 
toValue() - Method in interface org.msgpack.value.ValueRef
Create an immutable value from this reference
toValueArray() - Method in interface org.msgpack.value.ArrayValue
 
toValueArray() - Method in class org.msgpack.value.impl.ArrayValueImpl
 
TRUE - Static variable in class org.msgpack.core.MessagePack.Code
 
TRUE - Static variable in class org.msgpack.value.impl.BooleanValueImpl
 

U

UINT16 - Static variable in class org.msgpack.core.MessagePack.Code
 
UINT32 - Static variable in class org.msgpack.core.MessagePack.Code
 
UINT64 - Static variable in class org.msgpack.core.MessagePack.Code
 
UINT8 - Static variable in class org.msgpack.core.MessagePack.Code
 
unpackArrayHeader() - Method in class org.msgpack.core.MessageUnpacker
 
unpackBigInteger() - Method in class org.msgpack.core.MessageUnpacker
 
unpackBinaryHeader() - Method in class org.msgpack.core.MessageUnpacker
 
unpackBoolean() - Method in class org.msgpack.core.MessageUnpacker
 
unpackByte() - Method in class org.msgpack.core.MessageUnpacker
 
unpackDouble() - Method in class org.msgpack.core.MessageUnpacker
 
unpackExtendedTypeHeader() - Method in class org.msgpack.core.MessageUnpacker
 
unpackFloat() - Method in class org.msgpack.core.MessageUnpacker
 
unpackFloat(ValueHolder) - Method in class org.msgpack.core.MessageUnpacker
 
unpackFloat(FloatHolder) - Method in class org.msgpack.core.MessageUnpacker
 
unpackInt() - Method in class org.msgpack.core.MessageUnpacker
 
unpackInteger(IntegerHolder) - Method in class org.msgpack.core.MessageUnpacker
Unpack an integer, then store the read value to the given holder
unpackLong() - Method in class org.msgpack.core.MessageUnpacker
 
unpackMapHeader() - Method in class org.msgpack.core.MessageUnpacker
 
unpackNil() - Method in class org.msgpack.core.MessageUnpacker
 
unpackRawStringHeader() - Method in class org.msgpack.core.MessageUnpacker
 
unpackShort() - Method in class org.msgpack.core.MessageUnpacker
 
unpackString() - Method in class org.msgpack.core.MessageUnpacker
 
unpackValue(ValueHolder) - Method in class org.msgpack.core.MessageUnpacker
 
UNREACHABLE - Static variable in exception org.msgpack.core.MessagePackException
 
UNSUPPORTED(String) - Static method in exception org.msgpack.core.MessagePackException
 
UTF8 - Static variable in class org.msgpack.core.MessagePack
 

V

Value - Interface in org.msgpack.value
Value is a holder of a message-packed value.
ValueFactory - Class in org.msgpack.value
Factory for creting Value instances
ValueFactory() - Constructor for class org.msgpack.value.ValueFactory
Hide the default constructor to forbid instantiation of this class
ValueHolder - Class in org.msgpack.value.holder
This class can hold any message packed value.
ValueHolder() - Constructor for class org.msgpack.value.holder.ValueHolder
 
valueOf(String) - Static method in enum org.msgpack.core.MessageFormat
Returns the enum constant of this type with the specified name.
valueOf(byte) - Static method in enum org.msgpack.core.MessageFormat
Returns a MessageFormat type of the specified byte value
valueOf(String) - Static method in enum org.msgpack.value.holder.FloatHolder.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.msgpack.value.holder.IntegerHolder.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.msgpack.value.ValueType
Returns the enum constant of this type with the specified name.
valueOf(byte) - Static method in enum org.msgpack.value.ValueType
 
ValueRef - Interface in org.msgpack.value
Reference to the value
values() - Static method in enum org.msgpack.core.MessageFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.msgpack.value.holder.FloatHolder.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.msgpack.value.holder.IntegerHolder.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.msgpack.value.ValueType
Returns an array containing the constants of this enum type, in the order they are declared.
ValueType - Enum in org.msgpack.value
MessageTypeFamily is a group of MessageFormats
ValueVisitor - Interface in org.msgpack.value
Interface for implementing the visitor pattern on message-packed values
VisibleForTesting - Annotation Type in org.msgpack.core.annotations
Annotates a code which is used only for testing.
visitArray(ArrayValue) - Method in class org.msgpack.value.AbstractValueVisitor
 
visitArray(ArrayValue) - Method in interface org.msgpack.value.ValueVisitor
 
visitBinary(BinaryValue) - Method in class org.msgpack.value.AbstractValueVisitor
 
visitBinary(BinaryValue) - Method in interface org.msgpack.value.ValueVisitor
 
visitBoolean(boolean) - Method in class org.msgpack.value.AbstractValueVisitor
 
visitBoolean(boolean) - Method in interface org.msgpack.value.ValueVisitor
 
visitExtended(ExtendedValue) - Method in class org.msgpack.value.AbstractValueVisitor
 
visitExtended(ExtendedValue) - Method in interface org.msgpack.value.ValueVisitor
 
visitFloat(FloatValue) - Method in class org.msgpack.value.AbstractValueVisitor
 
visitFloat(FloatValue) - Method in interface org.msgpack.value.ValueVisitor
 
visitInteger(IntegerValue) - Method in class org.msgpack.value.AbstractValueVisitor
 
visitInteger(IntegerValue) - Method in interface org.msgpack.value.ValueVisitor
 
visitMap(MapValue) - Method in class org.msgpack.value.AbstractValueVisitor
 
visitMap(MapValue) - Method in interface org.msgpack.value.ValueVisitor
 
visitNil() - Method in class org.msgpack.value.AbstractValueVisitor
 
visitNil() - Method in interface org.msgpack.value.ValueVisitor
 
visitString(StringValue) - Method in class org.msgpack.value.AbstractValueVisitor
 
visitString(StringValue) - Method in interface org.msgpack.value.ValueVisitor
 

W

wrap(byte[]) - Static method in class org.msgpack.core.buffer.MessageBuffer
 
wrap(ByteBuffer) - Static method in class org.msgpack.core.buffer.MessageBuffer
 
writePayload(ByteBuffer) - Method in class org.msgpack.core.MessagePacker
 
writePayload(byte[]) - Method in class org.msgpack.core.MessagePacker
 
writePayload(byte[], int, int) - Method in class org.msgpack.core.MessagePacker
 
writeTo(MessagePacker) - Method in class org.msgpack.value.holder.ExtHolder
 
writeTo(MessagePacker) - Method in class org.msgpack.value.holder.FloatHolder
 
writeTo(MessagePacker) - Method in class org.msgpack.value.holder.IntegerHolder
 
writeTo(MessagePacker) - Method in class org.msgpack.value.holder.RawHolder
 
writeTo(MessagePacker) - Method in class org.msgpack.value.impl.ArrayCursorImpl
 
writeTo(MessagePacker) - Method in class org.msgpack.value.impl.ArrayValueImpl
 
writeTo(MessagePacker) - Method in class org.msgpack.value.impl.BigIntegerValueImpl
 
writeTo(MessagePacker) - Method in class org.msgpack.value.impl.BooleanValueImpl
 
writeTo(MessagePacker) - Method in class org.msgpack.value.impl.DoubleValueImpl
 
writeTo(MessagePacker) - Method in class org.msgpack.value.impl.ExtendedValueImpl
 
writeTo(MessagePacker) - Method in class org.msgpack.value.impl.FloatValueImpl
 
writeTo(MessagePacker) - Method in class org.msgpack.value.impl.IntegerValueImpl
 
writeTo(MessagePacker) - Method in class org.msgpack.value.impl.LongValueImpl
 
writeTo(MessagePacker) - Method in class org.msgpack.value.impl.MapCursorImpl
 
writeTo(MessagePacker) - Method in class org.msgpack.value.impl.MapValueImpl
 
writeTo(MessagePacker) - Method in class org.msgpack.value.impl.NilValueImpl
 
writeTo(MessagePacker) - Method in class org.msgpack.value.impl.RawStringValueImpl
 
writeTo(MessagePacker) - Method in class org.msgpack.value.impl.RawValueImpl
 
writeTo(MessagePacker) - Method in class org.msgpack.value.impl.StringValueImpl
 
writeTo(MessagePacker) - Method in interface org.msgpack.value.ValueRef
 
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links