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

A

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
 
add(byte[], int, int) - Method in class org.msgpack.core.buffer.ArrayBufferOutput
 
add(byte[], int, int) - Method in class org.msgpack.core.buffer.ChannelBufferOutput
 
add(byte[], int, int) - Method in interface org.msgpack.core.buffer.MessageBufferOutput
Writes an external payload data.
add(byte[], int, int) - Method in class org.msgpack.core.buffer.OutputStreamBufferOutput
 
addPayload(byte[]) - Method in class org.msgpack.core.MessagePacker
Writes a byte array to the output.
addPayload(byte[], int, int) - Method in class org.msgpack.core.MessagePacker
Writes a byte array to the output.
address - Variable in class org.msgpack.core.buffer.MessageBuffer
Head address of the underlying memory.
allocate(int) - Static method in class org.msgpack.core.buffer.MessageBuffer
Allocates a new MessageBuffer backed by a byte array.
array() - Method in class org.msgpack.core.buffer.MessageBuffer
 
array() - Method in class org.msgpack.core.buffer.MessageBufferU
 
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
 
ArrayBufferOutput - Class in org.msgpack.core.buffer
MessageBufferOutput adapter that writes data into a list of byte arrays.
ArrayBufferOutput() - Constructor for class org.msgpack.core.buffer.ArrayBufferOutput
 
ArrayBufferOutput(int) - Constructor for class org.msgpack.core.buffer.ArrayBufferOutput
 
arrayOffset() - Method in class org.msgpack.core.buffer.MessageBuffer
 
ArrayValue - Interface in org.msgpack.value
Representation of 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 class org.msgpack.value.impl.ImmutableBooleanValueImpl
 
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 class org.msgpack.value.impl.ImmutableDoubleValueImpl
 
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.ImmutableDoubleValueImpl
 
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
 

B

base - Variable in class org.msgpack.core.buffer.MessageBuffer
Base object for resolving the relative address of the raw byte array.
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
Representation of MessagePack's Binary type.
BooleanValue - Interface in org.msgpack.value
Representation MessagePack's Boolean type.
build() - Method in class org.msgpack.value.ValueFactory.MapBuilder
 
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
 
ChannelBufferOutput(WritableByteChannel, int) - 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.
clear() - Method in class org.msgpack.core.buffer.ArrayBufferOutput
Clears the written data.
clear() - Method in class org.msgpack.core.MessageBufferPacker
 
clear() - Method in class org.msgpack.core.MessagePacker
Clears the written data.
clone() - Method in class org.msgpack.core.MessagePack.PackerConfig
 
clone() - Method in class org.msgpack.core.MessagePack.UnpackerConfig
 
close() - Method in class org.msgpack.core.buffer.ArrayBufferInput
 
close() - Method in class org.msgpack.core.buffer.ArrayBufferOutput
 
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 interface org.msgpack.core.buffer.MessageBufferInput
Closes the input.
close() - Method in class org.msgpack.core.buffer.OutputStreamBufferOutput
 
close() - Method in class org.msgpack.core.MessagePacker
Closes underlying output.
close() - Method in class org.msgpack.core.MessageUnpacker
Closes underlying input.
Code() - Constructor for class org.msgpack.core.MessagePack.Code
 
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
 

D

data - Variable in class org.msgpack.value.impl.AbstractImmutableRawValue
 
DEFAULT_PACKER_CONFIG - Static variable in class org.msgpack.core.MessagePack
DEFAULT_UNPACKER_CONFIG - Static variable in class org.msgpack.core.MessagePack

E

empty() - Static method in class org.msgpack.value.impl.ImmutableArrayValueImpl
 
empty() - Static method in class org.msgpack.value.impl.ImmutableMapValueImpl
 
emptyArray() - Static method in class org.msgpack.value.ValueFactory
 
emptyMap() - Static method in class org.msgpack.value.ValueFactory
 
entrySet() - Method in class org.msgpack.value.impl.ImmutableMapValueImpl
 
entrySet() - Method in interface org.msgpack.value.MapValue
 
equals(Object) - Method in class org.msgpack.core.ExtensionTypeHeader
 
equals(Object) - Method in class org.msgpack.core.MessagePack.PackerConfig
 
equals(Object) - Method in class org.msgpack.core.MessagePack.UnpackerConfig
 
equals(Object) - Method in class org.msgpack.value.impl.ImmutableArrayValueImpl
 
equals(Object) - Method in class org.msgpack.value.impl.ImmutableBigIntegerValueImpl
 
equals(Object) - Method in class org.msgpack.value.impl.ImmutableBinaryValueImpl
 
equals(Object) - Method in class org.msgpack.value.impl.ImmutableBooleanValueImpl
 
equals(Object) - Method in class org.msgpack.value.impl.ImmutableDoubleValueImpl
 
equals(Object) - Method in class org.msgpack.value.impl.ImmutableExtensionValueImpl
 
equals(Object) - Method in class org.msgpack.value.impl.ImmutableLongValueImpl
 
equals(Object) - Method in class org.msgpack.value.impl.ImmutableMapValueImpl
 
equals(Object) - Method in class org.msgpack.value.impl.ImmutableNilValueImpl
 
equals(Object) - Method in class org.msgpack.value.impl.ImmutableStringValueImpl
 
equals(Object) - Method in interface org.msgpack.value.Value
Compares this value to the specified object.
equals(Object) - Method in class org.msgpack.value.Variable
 
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
 
ExtensionTypeHeader - Class in org.msgpack.core
Header of the Extension types
ExtensionTypeHeader(byte, int) - Constructor for class org.msgpack.core.ExtensionTypeHeader
Create an extension type header Example:
ExtensionValue - Interface in org.msgpack.value
Representation of MessagePack's Extension type.

F

FALSE - Static variable in class org.msgpack.core.MessagePack.Code
 
FALSE - Static variable in class org.msgpack.value.impl.ImmutableBooleanValueImpl
 
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
 
FloatValue - Interface in org.msgpack.value
Representation of MessagePack's Float type.
flush() - Method in class org.msgpack.core.buffer.ArrayBufferOutput
 
flush() - Method in class org.msgpack.core.buffer.ChannelBufferOutput
 
flush() - Method in class org.msgpack.core.buffer.OutputStreamBufferOutput
 
flush() - Method in class org.msgpack.core.MessagePacker
Flushes internal buffer to the underlying output.

G

get(int) - Method in interface org.msgpack.value.ArrayValue
Returns the element at the specified position in this array.
get(int) - Method in class org.msgpack.value.impl.ImmutableArrayValueImpl
 
get() - Static method in class org.msgpack.value.impl.ImmutableNilValueImpl
 
getActionOnMalformedString() - Method in class org.msgpack.core.MessagePack.UnpackerConfig
 
getActionOnUnmappableString() - Method in class org.msgpack.core.MessagePack.UnpackerConfig
 
getAllowReadingBinaryAsString() - Method in class org.msgpack.core.MessagePack.UnpackerConfig
 
getAllowReadingStringAsBinary() - Method in class org.msgpack.core.MessagePack.UnpackerConfig
 
getBigInteger() - Method in exception org.msgpack.core.MessageIntegerOverflowException
 
getBoolean(int) - Method in class org.msgpack.core.buffer.MessageBuffer
 
getBoolean(int) - Method in class org.msgpack.core.buffer.MessageBufferU
 
getBoolean() - Method in interface org.msgpack.value.BooleanValue
Returns the value as a boolean.
getBoolean() - Method in class org.msgpack.value.impl.ImmutableBooleanValueImpl
 
getBufferFlushThreshold() - Method in class org.msgpack.core.MessagePack.PackerConfig
 
getBufferSize() - Method in class org.msgpack.core.MessageBufferPacker
 
getBufferSize() - Method in class org.msgpack.core.MessagePack.PackerConfig
 
getBufferSize() - Method in class org.msgpack.core.MessagePack.UnpackerConfig
 
getByte(int) - Method in class org.msgpack.core.buffer.MessageBuffer
 
getByte(int) - Method in class org.msgpack.core.buffer.MessageBufferU
 
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
 
getBytes(int, int, ByteBuffer) - Method in class org.msgpack.core.buffer.MessageBufferU
 
getBytes(int, byte[], int, int) - Method in class org.msgpack.core.buffer.MessageBufferU
 
getCause() - Method in exception org.msgpack.core.MessageStringCodingException
 
getData() - Method in interface org.msgpack.value.ExtensionValue
 
getData() - Method in class org.msgpack.value.impl.ImmutableExtensionValueImpl
 
getDouble(int) - Method in class org.msgpack.core.buffer.MessageBuffer
 
getDouble(int) - Method in class org.msgpack.core.buffer.MessageBufferBE
 
getDouble(int) - Method in class org.msgpack.core.buffer.MessageBufferU
 
getFloat(int) - Method in class org.msgpack.core.buffer.MessageBuffer
 
getFloat(int) - Method in class org.msgpack.core.buffer.MessageBufferBE
 
getFloat(int) - Method in class org.msgpack.core.buffer.MessageBufferU
 
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
 
getInt(int) - Method in class org.msgpack.core.buffer.MessageBufferU
 
getKeyValueArray() - Method in class org.msgpack.value.impl.ImmutableMapValueImpl
 
getKeyValueArray() - Method in interface org.msgpack.value.MapValue
Returns the key-value pairs as an array of Value.
getLength() - Method in class org.msgpack.core.ExtensionTypeHeader
 
getLong(int) - Method in class org.msgpack.core.buffer.MessageBuffer
 
getLong(int) - Method in class org.msgpack.core.buffer.MessageBufferBE
 
getLong(int) - Method in class org.msgpack.core.buffer.MessageBufferU
 
getMessage() - Method in exception org.msgpack.core.MessageIntegerOverflowException
 
getNextFormat() - Method in class org.msgpack.core.MessageUnpacker
Returns format of the next value.
getOrNilValue(int) - Method in interface org.msgpack.value.ArrayValue
Returns the element at the specified position in this array.
getOrNilValue(int) - Method in class org.msgpack.value.impl.ImmutableArrayValueImpl
 
getShort(int) - Method in class org.msgpack.core.buffer.MessageBuffer
 
getShort(int) - Method in class org.msgpack.core.buffer.MessageBufferBE
 
getShort(int) - Method in class org.msgpack.core.buffer.MessageBufferU
 
getSize() - Method in class org.msgpack.core.buffer.ArrayBufferOutput
Gets the size of the written data.
getSize() - Method in exception org.msgpack.core.MessageSizeException
 
getSmallStringOptimizationThreshold() - Method in class org.msgpack.core.MessagePack.PackerConfig
 
getStringDecoderBufferSize() - Method in class org.msgpack.core.MessagePack.UnpackerConfig
 
getStringSizeLimit() - Method in class org.msgpack.core.MessagePack.UnpackerConfig
 
getTotalReadBytes() - Method in class org.msgpack.core.MessageUnpacker
Returns total number of read bytes.
getTotalWrittenBytes() - Method in class org.msgpack.core.MessagePacker
Returns total number of written bytes.
getType() - Method in class org.msgpack.core.ExtensionTypeHeader
 
getType() - Method in interface org.msgpack.value.ExtensionValue
 
getType() - Method in class org.msgpack.value.impl.ImmutableExtensionValueImpl
 
getValueType() - Method in enum org.msgpack.core.MessageFormat
Retruns the ValueType corresponding to this MessageFormat
getValueType() - Method in class org.msgpack.value.impl.ImmutableArrayValueImpl
 
getValueType() - Method in class org.msgpack.value.impl.ImmutableBigIntegerValueImpl
 
getValueType() - Method in class org.msgpack.value.impl.ImmutableBinaryValueImpl
 
getValueType() - Method in class org.msgpack.value.impl.ImmutableBooleanValueImpl
 
getValueType() - Method in class org.msgpack.value.impl.ImmutableDoubleValueImpl
 
getValueType() - Method in class org.msgpack.value.impl.ImmutableExtensionValueImpl
 
getValueType() - Method in class org.msgpack.value.impl.ImmutableLongValueImpl
 
getValueType() - Method in class org.msgpack.value.impl.ImmutableMapValueImpl
 
getValueType() - Method in class org.msgpack.value.impl.ImmutableNilValueImpl
 
getValueType() - Method in class org.msgpack.value.impl.ImmutableStringValueImpl
 
getValueType() - Method in interface org.msgpack.value.Value
Returns type of this value.
getValueType() - Method in class org.msgpack.value.Variable
 
getValueType() - Method in enum org.msgpack.value.Variable.Type
 

H

hasArray() - Method in class org.msgpack.core.buffer.MessageBuffer
 
hasArray() - Method in class org.msgpack.core.buffer.MessageBufferU
 
hashCode() - Method in class org.msgpack.core.ExtensionTypeHeader
 
hashCode() - Method in class org.msgpack.core.MessagePack.PackerConfig
 
hashCode() - Method in class org.msgpack.core.MessagePack.UnpackerConfig
 
hashCode() - Method in class org.msgpack.value.impl.ImmutableArrayValueImpl
 
hashCode() - Method in class org.msgpack.value.impl.ImmutableBigIntegerValueImpl
 
hashCode() - Method in class org.msgpack.value.impl.ImmutableBinaryValueImpl
 
hashCode() - Method in class org.msgpack.value.impl.ImmutableBooleanValueImpl
 
hashCode() - Method in class org.msgpack.value.impl.ImmutableDoubleValueImpl
 
hashCode() - Method in class org.msgpack.value.impl.ImmutableExtensionValueImpl
 
hashCode() - Method in class org.msgpack.value.impl.ImmutableLongValueImpl
 
hashCode() - Method in class org.msgpack.value.impl.ImmutableMapValueImpl
 
hashCode() - Method in class org.msgpack.value.impl.ImmutableNilValueImpl
 
hashCode() - Method in class org.msgpack.value.impl.ImmutableStringValueImpl
 
hashCode() - Method in class org.msgpack.value.Variable
 
hasNext() - Method in class org.msgpack.core.MessageUnpacker
Returns true true if this unpacker has more elements.

I

ImmutableArrayValue - Interface in org.msgpack.value
Immutable representation of MessagePack's Array type.
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
Immutable representation of MessagePack's Binary type.
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
Immutable representation of MessagePack's Boolean type.
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
Immutable representation of MessagePack's Extension type.
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
Immutable representation of MessagePack's Float type.
ImmutableIntegerValue - Interface in org.msgpack.value
Immutable representation of MessagePack's Integer type.
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
Immutable representation of MessagePack's Map type.
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
Immutable representation of MessagePack's Nil type.
ImmutableNilValueImpl - Class in org.msgpack.value.impl
ImmutableNilValueImpl Implements ImmutableNilValue.
ImmutableNumberValue - Interface in org.msgpack.value
Immutable base interface of ImmutableIntegerValue and ImmutableFloatValue interfaces.
ImmutableRawValue - Interface in org.msgpack.value
Immutable base interface of ImmutableStringValue and ImmutableBinaryValue interfaces.
ImmutableStringValue - Interface in org.msgpack.value
Immutable representation of MessagePack's String type.
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
Immutable declaration of Value interface.
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
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
 
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
Representation of 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
 
isStr8FormatSupport() - Method in class org.msgpack.core.MessagePack.PackerConfig
 
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
 

K

keySet() - Method in class org.msgpack.value.impl.ImmutableMapValueImpl
 
keySet() - Method in interface org.msgpack.value.MapValue
 

L

list() - Method in interface org.msgpack.value.ArrayValue
Returns the value as List.
list() - Method in interface org.msgpack.value.ImmutableArrayValue
Returns the value as List.
list() - Method in class org.msgpack.value.impl.ImmutableArrayValueImpl
 

M

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
Representation of MessagePack's Map type.
MessageBuffer - Class in org.msgpack.core.buffer
MessageBuffer class is an abstraction of memory with fast methods to serialize and deserialize primitive values to/from the memory.
MessageBuffer(Object, long, int) - Constructor for class org.msgpack.core.buffer.MessageBuffer
 
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 MessageBuffer instances.
MessageBufferOutput - Interface in org.msgpack.core.buffer
Provides a buffered output stream that writes sequence of MessageBuffer instances.
MessageBufferPacker - Class in org.msgpack.core
MessagePacker that is useful to produce byte array output.
MessageBufferPacker(MessagePack.PackerConfig) - Constructor for class org.msgpack.core.MessageBufferPacker
 
MessageBufferPacker(ArrayBufferOutput, MessagePack.PackerConfig) - Constructor for class org.msgpack.core.MessageBufferPacker
 
MessageBufferU - Class in org.msgpack.core.buffer
Universal MessageBuffer implementation supporting Java6 and Android.
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
 
MessageInsufficientBufferException - Exception in org.msgpack.core
Exception that indicates end of input.
MessageInsufficientBufferException() - Constructor for exception org.msgpack.core.MessageInsufficientBufferException
 
MessageInsufficientBufferException(String) - Constructor for exception org.msgpack.core.MessageInsufficientBufferException
 
MessageInsufficientBufferException(Throwable) - Constructor for exception org.msgpack.core.MessageInsufficientBufferException
 
MessageInsufficientBufferException(String, Throwable) - Constructor for exception org.msgpack.core.MessageInsufficientBufferException
 
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
 
MessageNeverUsedFormatException - Exception in org.msgpack.core
Thrown when the input message pack format is invalid
MessageNeverUsedFormatException(Throwable) - Constructor for exception org.msgpack.core.MessageNeverUsedFormatException
 
MessageNeverUsedFormatException(String) - Constructor for exception org.msgpack.core.MessageNeverUsedFormatException
 
MessageNeverUsedFormatException(String, Throwable) - Constructor for exception org.msgpack.core.MessageNeverUsedFormatException
 
MessagePack - Class in org.msgpack.core
Convenience class to build packer and unpacker classes.
MessagePack.Code - Class in org.msgpack.core
The prefix code set of MessagePack format.
MessagePack.PackerConfig - Class in org.msgpack.core
MessagePacker configuration.
MessagePack.UnpackerConfig - Class in org.msgpack.core
MessageUnpacker configuration.
MessagePacker - Class in org.msgpack.core
MessagePack serializer that converts objects into binary.
MessagePacker(MessageBufferOutput, MessagePack.PackerConfig) - Constructor for class org.msgpack.core.MessagePacker
Create an MessagePacker that outputs the packed data to the given MessageBufferOutput.
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
MessagePack deserializer that converts binary into objects.
MessageUnpacker(MessageBufferInput, MessagePack.UnpackerConfig) - Constructor for class org.msgpack.core.MessageUnpacker
Create an MessageUnpacker that reads data from the given MessageBufferInput.
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.

N

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
 
newArray(Value[], boolean) - Static method in class org.msgpack.value.ValueFactory
 
newBinary(byte[]) - Static method in class org.msgpack.value.ValueFactory
 
newBinary(byte[], boolean) - Static method in class org.msgpack.value.ValueFactory
 
newBinary(byte[], int, int) - Static method in class org.msgpack.value.ValueFactory
 
newBinary(byte[], int, int, boolean) - Static method in class org.msgpack.value.ValueFactory
 
newBoolean(boolean) - Static method in class org.msgpack.value.ValueFactory
 
newBufferInput(InputStream) - Static method in class org.msgpack.core.buffer.InputStreamBufferInput
 
newBufferPacker() - Method in class org.msgpack.core.MessagePack.PackerConfig
Creates a packer that serializes objects into byte arrays.
newDefaultBufferPacker() - Static method in class org.msgpack.core.MessagePack
Creates a packer that serializes objects into byte arrays.
newDefaultPacker(MessageBufferOutput) - Static method in class org.msgpack.core.MessagePack
Creates a packer that serializes objects into the specified output.
newDefaultPacker(OutputStream) - Static method in class org.msgpack.core.MessagePack
Creates a packer that serializes objects into the specified output stream.
newDefaultPacker(WritableByteChannel) - Static method in class org.msgpack.core.MessagePack
Creates a packer that serializes objects into the specified writable channel.
newDefaultUnpacker(MessageBufferInput) - Static method in class org.msgpack.core.MessagePack
Creates an unpacker that deserializes objects from a specified input.
newDefaultUnpacker(InputStream) - Static method in class org.msgpack.core.MessagePack
Creates an unpacker that deserializes objects from a specified input stream.
newDefaultUnpacker(ReadableByteChannel) - Static method in class org.msgpack.core.MessagePack
Creates an unpacker that deserializes objects from a specified readable channel.
newDefaultUnpacker(byte[]) - Static method in class org.msgpack.core.MessagePack
Creates an unpacker that deserializes objects from a specified byte array.
newDefaultUnpacker(byte[], int, int) - Static method in class org.msgpack.core.MessagePack
Creates an unpacker that deserializes objects from subarray of a specified byte array.
newDefaultUnpacker(ByteBuffer) - Static method in class org.msgpack.core.MessagePack
Creates an unpacker that deserializes objects from a specified ByteBuffer.
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(Value[], boolean) - 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(MessageBufferOutput) - Method in class org.msgpack.core.MessagePack.PackerConfig
Creates a packer that serializes objects into the specified output.
newPacker(OutputStream) - Method in class org.msgpack.core.MessagePack.PackerConfig
Creates a packer that serializes objects into the specified output stream.
newPacker(WritableByteChannel) - Method in class org.msgpack.core.MessagePack.PackerConfig
Creates a packer that serializes objects into the specified writable channel.
newString(String) - Static method in class org.msgpack.value.ValueFactory
 
newString(byte[]) - Static method in class org.msgpack.value.ValueFactory
 
newString(byte[], boolean) - Static method in class org.msgpack.value.ValueFactory
 
newString(byte[], int, int) - Static method in class org.msgpack.value.ValueFactory
 
newString(byte[], int, int, boolean) - Static method in class org.msgpack.value.ValueFactory
 
newUnpacker(MessageBufferInput) - Method in class org.msgpack.core.MessagePack.UnpackerConfig
Creates an unpacker that deserializes objects from a specified input.
newUnpacker(InputStream) - Method in class org.msgpack.core.MessagePack.UnpackerConfig
Creates an unpacker that deserializes objects from a specified input stream.
newUnpacker(ReadableByteChannel) - Method in class org.msgpack.core.MessagePack.UnpackerConfig
Creates an unpacker that deserializes objects from a specified readable channel.
newUnpacker(byte[]) - Method in class org.msgpack.core.MessagePack.UnpackerConfig
Creates an unpacker that deserializes objects from a specified byte array.
newUnpacker(byte[], int, int) - Method in class org.msgpack.core.MessagePack.UnpackerConfig
Creates an unpacker that deserializes objects from subarray of a specified byte array.
newUnpacker(ByteBuffer) - Method in class org.msgpack.core.MessagePack.UnpackerConfig
Creates an unpacker that deserializes objects from a specified ByteBuffer.
next() - Method in class org.msgpack.core.buffer.ArrayBufferInput
 
next(int) - Method in class org.msgpack.core.buffer.ArrayBufferOutput
 
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
Returns a next buffer to read.
next(int) - Method in interface org.msgpack.core.buffer.MessageBufferOutput
Allocates the next buffer to write.
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
Representation of 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
Base interface of IntegerValue and FloatValue interfaces.

O

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.value - package org.msgpack.value
 
org.msgpack.value.impl - package org.msgpack.value.impl
 
out - Variable in class org.msgpack.core.MessagePacker
Current internal buffer.
OutputStreamBufferOutput - Class in org.msgpack.core.buffer
MessageBufferOutput adapter for OutputStream.
OutputStreamBufferOutput(OutputStream) - Constructor for class org.msgpack.core.buffer.OutputStreamBufferOutput
 
OutputStreamBufferOutput(OutputStream, int) - Constructor for class org.msgpack.core.buffer.OutputStreamBufferOutput
 

P

packArrayHeader(int) - Method in class org.msgpack.core.MessagePacker
Writes header of an Array value.
packBigInteger(BigInteger) - Method in class org.msgpack.core.MessagePacker
Writes an Integer value.
packBinaryHeader(int) - Method in class org.msgpack.core.MessagePacker
Writes header of a Binary value.
packBoolean(boolean) - Method in class org.msgpack.core.MessagePacker
Writes a Boolean value.
packByte(byte) - Method in class org.msgpack.core.MessagePacker
Writes an Integer value.
packDouble(double) - Method in class org.msgpack.core.MessagePacker
Writes a Float value.
PackerConfig() - Constructor for class org.msgpack.core.MessagePack.PackerConfig
 
packExtensionTypeHeader(byte, int) - Method in class org.msgpack.core.MessagePacker
Writes header of an Extension value.
packFloat(float) - Method in class org.msgpack.core.MessagePacker
Writes a Float value.
packInt(int) - Method in class org.msgpack.core.MessagePacker
Writes an Integer value.
packLong(long) - Method in class org.msgpack.core.MessagePacker
Writes an Integer value.
packMapHeader(int) - Method in class org.msgpack.core.MessagePacker
Writes header of a Map value.
packNil() - Method in class org.msgpack.core.MessagePacker
Writes a Nil value.
packRawStringHeader(int) - Method in class org.msgpack.core.MessagePacker
Writes header of a String value.
packShort(short) - Method in class org.msgpack.core.MessagePacker
Writes an Integer value.
packString(String) - Method in class org.msgpack.core.MessagePacker
Writes a String vlaue in UTF-8 encoding.
packValue(Value) - Method in class org.msgpack.core.MessagePacker
Writes a dynamically typed value.
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.
put(Map.Entry<? extends Value, ? extends Value>) - Method in class org.msgpack.value.ValueFactory.MapBuilder
 
put(Value, Value) - Method in class org.msgpack.value.ValueFactory.MapBuilder
 
putAll(Iterable<? extends Map.Entry<? extends Value, ? extends Value>>) - Method in class org.msgpack.value.ValueFactory.MapBuilder
 
putAll(Map<? extends Value, ? extends Value>) - Method in class org.msgpack.value.ValueFactory.MapBuilder
 
putBoolean(int, boolean) - Method in class org.msgpack.core.buffer.MessageBuffer
 
putBoolean(int, boolean) - Method in class org.msgpack.core.buffer.MessageBufferU
 
putByte(int, byte) - Method in class org.msgpack.core.buffer.MessageBuffer
 
putByte(int, byte) - Method in class org.msgpack.core.buffer.MessageBufferU
 
putByteBuffer(int, ByteBuffer, int) - Method in class org.msgpack.core.buffer.MessageBuffer
 
putByteBuffer(int, ByteBuffer, int) - Method in class org.msgpack.core.buffer.MessageBufferU
 
putBytes(int, byte[], int, int) - Method in class org.msgpack.core.buffer.MessageBuffer
 
putBytes(int, byte[], int, int) - Method in class org.msgpack.core.buffer.MessageBufferU
 
putDouble(int, double) - Method in class org.msgpack.core.buffer.MessageBuffer
 
putDouble(int, double) - Method in class org.msgpack.core.buffer.MessageBufferBE
 
putDouble(int, double) - Method in class org.msgpack.core.buffer.MessageBufferU
 
putFloat(int, float) - Method in class org.msgpack.core.buffer.MessageBuffer
 
putFloat(int, float) - Method in class org.msgpack.core.buffer.MessageBufferU
 
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
 
putInt(int, int) - Method in class org.msgpack.core.buffer.MessageBufferU
 
putLong(int, long) - Method in class org.msgpack.core.buffer.MessageBuffer
 
putLong(int, long) - Method in class org.msgpack.core.buffer.MessageBufferBE
 
putLong(int, long) - Method in class org.msgpack.core.buffer.MessageBufferU
 
putMessageBuffer(int, MessageBuffer, int, int) - Method in class org.msgpack.core.buffer.MessageBuffer
 
putMessageBuffer(int, MessageBuffer, int, int) - Method in class org.msgpack.core.buffer.MessageBufferU
 
putShort(int, short) - Method in class org.msgpack.core.buffer.MessageBuffer
 
putShort(int, short) - Method in class org.msgpack.core.buffer.MessageBufferBE
 
putShort(int, short) - Method in class org.msgpack.core.buffer.MessageBufferU
 

R

RawValue - Interface in org.msgpack.value
Base interface of StringValue and BinaryValue interfaces.
readPayload(ByteBuffer) - Method in class org.msgpack.core.MessageUnpacker
Reads payload bytes of binary, extension, or raw string types.
readPayload(MessageBuffer, int, int) - Method in class org.msgpack.core.MessageUnpacker
Reads payload bytes of binary, extension, or raw string types.
readPayload(byte[]) - Method in class org.msgpack.core.MessageUnpacker
Reads payload bytes of binary, extension, or raw string types.
readPayload(int) - Method in class org.msgpack.core.MessageUnpacker
Reads payload bytes of binary, extension, or raw string types.
readPayload(byte[], int, int) - Method in class org.msgpack.core.MessageUnpacker
Reads payload bytes of binary, extension, or raw string types.
readPayloadAsReference(int) - Method in class org.msgpack.core.MessageUnpacker
Reads payload bytes of binary, extension, or raw string types as a reference to internal buffer.
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
 
reset(MessageBuffer) - Method in class org.msgpack.core.buffer.ArrayBufferInput
Reset buffer.
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 buffer.
reset(ReadableByteChannel) - Method in class org.msgpack.core.buffer.ChannelBufferInput
Reset channel.
reset(WritableByteChannel) - Method in class org.msgpack.core.buffer.ChannelBufferOutput
Reset channel.
reset(InputStream) - Method in class org.msgpack.core.buffer.InputStreamBufferInput
Reset Stream.
reset(OutputStream) - Method in class org.msgpack.core.buffer.OutputStreamBufferOutput
Reset Stream.
reset(MessageBufferOutput) - Method in class org.msgpack.core.MessageBufferPacker
 
reset(MessageBufferOutput) - Method in class org.msgpack.core.MessagePacker
Replaces underlying output.
reset(MessageBufferInput) - Method in class org.msgpack.core.MessageUnpacker
Replaces underlying input.

S

setArrayValue(List<Value>) - Method in class org.msgpack.value.Variable
 
setArrayValue(Value[]) - Method in class org.msgpack.value.Variable
 
setBinaryValue(byte[]) - Method in class org.msgpack.value.Variable
 
setBooleanValue(boolean) - Method in class org.msgpack.value.Variable
 
setExtensionValue(byte, byte[]) - Method in class org.msgpack.value.Variable
 
setFloatValue(double) - Method in class org.msgpack.value.Variable
 
setFloatValue(float) - Method in class org.msgpack.value.Variable
 
setIntegerValue(long) - Method in class org.msgpack.value.Variable
 
setIntegerValue(BigInteger) - Method in class org.msgpack.value.Variable
 
setMapValue(Map<Value, Value>) - Method in class org.msgpack.value.Variable
 
setMapValue(Value[]) - Method in class org.msgpack.value.Variable
 
setNilValue() - Method in class org.msgpack.value.Variable
 
setStringValue(String) - Method in class org.msgpack.value.Variable
 
setStringValue(byte[]) - Method in class org.msgpack.value.Variable
 
size - Variable in class org.msgpack.core.buffer.MessageBuffer
Size of the underlying memory
size() - Method in class org.msgpack.core.buffer.MessageBuffer
Gets the size of the buffer.
size() - Method in interface org.msgpack.value.ArrayValue
Returns number of elements in this array.
size() - Method in class org.msgpack.value.impl.ImmutableArrayValueImpl
 
size() - Method in class org.msgpack.value.impl.ImmutableMapValueImpl
 
size() - Method in interface org.msgpack.value.MapValue
Returns number of key-value pairs in this array.
skipValue() - Method in class org.msgpack.core.MessageUnpacker
Skip the next value, then move the cursor at the end of the value
skipValue(int) - Method in class org.msgpack.core.MessageUnpacker
Skip next values, 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
 
slice(int, int) - Method in class org.msgpack.core.buffer.MessageBufferU
 
sliceAsByteBuffer(int, int) - Method in class org.msgpack.core.buffer.MessageBuffer
Create a ByteBuffer view of the range [index, index+length) of this memory
sliceAsByteBuffer() - Method in class org.msgpack.core.buffer.MessageBuffer
Get a ByteBuffer view of this buffer
sliceAsByteBuffer(int, int) - Method in class org.msgpack.core.buffer.MessageBufferU
 
sliceAsByteBuffer() - Method in class org.msgpack.core.buffer.MessageBufferU
 
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
 
StringValue - Interface in org.msgpack.value
Representation of MessagePack's String type.

T

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.
toBufferList() - Method in class org.msgpack.core.buffer.ArrayBufferOutput
Returns the written data as a list of MessageBuffer.
toBufferList() - Method in class org.msgpack.core.MessageBufferPacker
Returns the written data as a list of MessageBuffer.
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.ArrayBufferOutput
Gets a copy of the written data as a byte array.
toByteArray() - Method in class org.msgpack.core.buffer.MessageBuffer
Get a copy of this buffer
toByteArray() - Method in class org.msgpack.core.buffer.MessageBufferU
 
toByteArray() - Method in class org.msgpack.core.MessageBufferPacker
Gets copy of the written data as a byte array.
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.
toMessageBuffer() - Method in class org.msgpack.core.buffer.ArrayBufferOutput
Gets the written data as a MessageBuffer.
toMessageBuffer() - Method in class org.msgpack.core.MessageBufferPacker
Gets the written data as a MessageBuffer.
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
 
tryUnpackNil() - Method in class org.msgpack.core.MessageUnpacker
Peeks a Nil byte and reads it if next byte is a nil value.

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
Reads header of an array.
unpackBigInteger() - Method in class org.msgpack.core.MessageUnpacker
Reads a BigInteger.
unpackBinaryHeader() - Method in class org.msgpack.core.MessageUnpacker
Reads header of a binary.
unpackBoolean() - Method in class org.msgpack.core.MessageUnpacker
Reads true or false.
unpackByte() - Method in class org.msgpack.core.MessageUnpacker
Reads a byte.
unpackDouble() - Method in class org.msgpack.core.MessageUnpacker
Reads a double.
UnpackerConfig() - Constructor for class org.msgpack.core.MessagePack.UnpackerConfig
 
unpackExtensionTypeHeader() - Method in class org.msgpack.core.MessageUnpacker
 
unpackFloat() - Method in class org.msgpack.core.MessageUnpacker
Reads a float.
unpackInt() - Method in class org.msgpack.core.MessageUnpacker
Reads a int.
unpackLong() - Method in class org.msgpack.core.MessageUnpacker
Reads a long.
unpackMapHeader() - Method in class org.msgpack.core.MessageUnpacker
Reads header of a map.
unpackNil() - Method in class org.msgpack.core.MessageUnpacker
Reads a Nil byte.
unpackRawStringHeader() - Method in class org.msgpack.core.MessageUnpacker
 
unpackShort() - Method in class org.msgpack.core.MessageUnpacker
Reads a short.
unpackString() - Method in class org.msgpack.core.MessageUnpacker
 
unpackValue() - Method in class org.msgpack.core.MessageUnpacker
 
unpackValue(Variable) - 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 stores a value and its type in MessagePack type system.
ValueFactory - Class in org.msgpack.value
 
ValueFactory.MapBuilder - Class in org.msgpack.value
 
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.ValueType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.msgpack.value.Variable.Type
Returns the enum constant of this type with the specified name.
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() - Method in class org.msgpack.value.impl.ImmutableMapValueImpl
 
values() - Method in interface org.msgpack.value.MapValue
 
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.
values() - Static method in enum org.msgpack.value.Variable.Type
Returns an array containing the constants of this enum type, in the order they are declared.
ValueType - Enum in org.msgpack.value
Representation of MessagePack types.
Variable - Class in org.msgpack.value
 
Variable() - Constructor for class org.msgpack.value.Variable
 
Variable.Type - Enum in org.msgpack.value
 
VisibleForTesting - Annotation Type in org.msgpack.core.annotations
Annotates a code which is used only for testing.

W

withActionOnMalformedString(CodingErrorAction) - Method in class org.msgpack.core.MessagePack.UnpackerConfig
Sets action when encountered a malformed input (default: REPLACE)
withActionOnUnmappableString(CodingErrorAction) - Method in class org.msgpack.core.MessagePack.UnpackerConfig
Sets action when an unmappable character is found (default: REPLACE)
withAllowReadingBinaryAsString(boolean) - Method in class org.msgpack.core.MessagePack.UnpackerConfig
Allows unpackString and unpackRawStringHeader and unpackString to read bin format family (default: true)
withAllowReadingStringAsBinary(boolean) - Method in class org.msgpack.core.MessagePack.UnpackerConfig
Allows unpackBinaryHeader to read str format family (default: true)
withBufferFlushThreshold(int) - Method in class org.msgpack.core.MessagePack.PackerConfig
When the next payload size exceeds this threshold, MessagePacker will call Flushable.flush() before writing more data (default: 8192).
withBufferSize(int) - Method in class org.msgpack.core.MessagePack.PackerConfig
When a packer is created with MessagePack.PackerConfig.newPacker(OutputStream) or MessagePack.PackerConfig.newPacker(WritableByteChannel), the stream will be buffered with this size of buffer (default: 8192).
withBufferSize(int) - Method in class org.msgpack.core.MessagePack.UnpackerConfig
When a packer is created with newUnpacker(OutputStream) or newUnpacker(WritableByteChannel), the stream will be buffered with this size of buffer (default: 8192).
withSmallStringOptimizationThreshold(int) - Method in class org.msgpack.core.MessagePack.PackerConfig
Use String.getBytes() for converting Java Strings that are shorter than this threshold.
withStr8FormatSupport(boolean) - Method in class org.msgpack.core.MessagePack.PackerConfig
Disable str8 format when needed backward compatibility between different msgpack serializer versions.
withStringDecoderBufferSize(int) - Method in class org.msgpack.core.MessagePack.UnpackerConfig
 
withStringSizeLimit(int) - Method in class org.msgpack.core.MessagePack.UnpackerConfig
unpackString size limit (default: Integer.MAX_VALUE).
wrap(byte[]) - Static method in class org.msgpack.core.buffer.MessageBuffer
Wraps a byte array into a MessageBuffer.
wrap(byte[], int, int) - Static method in class org.msgpack.core.buffer.MessageBuffer
Wraps a byte array into a MessageBuffer.
wrap(ByteBuffer) - Static method in class org.msgpack.core.buffer.MessageBuffer
Wraps a ByteBuffer into a MessageBuffer.
write(byte[], int, int) - Method in class org.msgpack.core.buffer.ArrayBufferOutput
 
write(byte[], int, int) - Method in class org.msgpack.core.buffer.ChannelBufferOutput
 
write(byte[], int, int) - Method in interface org.msgpack.core.buffer.MessageBufferOutput
Writes an external payload data.
write(byte[], int, int) - Method in class org.msgpack.core.buffer.OutputStreamBufferOutput
 
writeBuffer(int) - Method in class org.msgpack.core.buffer.ArrayBufferOutput
 
writeBuffer(int) - Method in class org.msgpack.core.buffer.ChannelBufferOutput
 
writeBuffer(int) - Method in interface org.msgpack.core.buffer.MessageBufferOutput
Writes the previously allocated buffer.
writeBuffer(int) - Method in class org.msgpack.core.buffer.OutputStreamBufferOutput
 
writePayload(byte[]) - Method in class org.msgpack.core.MessagePacker
Writes a byte array to the output.
writePayload(byte[], int, int) - Method in class org.msgpack.core.MessagePacker
Writes a byte array to the output.
writeTo(MessagePacker) - Method in class org.msgpack.value.impl.ImmutableArrayValueImpl
 
writeTo(MessagePacker) - Method in class org.msgpack.value.impl.ImmutableBigIntegerValueImpl
 
writeTo(MessagePacker) - Method in class org.msgpack.value.impl.ImmutableBinaryValueImpl
 
writeTo(MessagePacker) - Method in class org.msgpack.value.impl.ImmutableBooleanValueImpl
 
writeTo(MessagePacker) - Method in class org.msgpack.value.impl.ImmutableDoubleValueImpl
 
writeTo(MessagePacker) - Method in class org.msgpack.value.impl.ImmutableExtensionValueImpl
 
writeTo(MessagePacker) - Method in class org.msgpack.value.impl.ImmutableLongValueImpl
 
writeTo(MessagePacker) - Method in class org.msgpack.value.impl.ImmutableMapValueImpl
 
writeTo(MessagePacker) - Method in class org.msgpack.value.impl.ImmutableNilValueImpl
 
writeTo(MessagePacker) - Method in class org.msgpack.value.impl.ImmutableStringValueImpl
 
writeTo(MessagePacker) - Method in interface org.msgpack.value.Value
Serializes the value using the specified MessagePacker
writeTo(MessagePacker) - Method in class org.msgpack.value.Variable
 
A B C D E F G H I K L M N O P R S T U V W 
Skip navigation links