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

R

read() - Method in class com.esotericsoftware.kryo.io.ByteBufferInputStream
 
read(byte[], int, int) - Method in class com.esotericsoftware.kryo.io.ByteBufferInputStream
 
read() - Method in class com.esotericsoftware.kryo.io.Input
Reads a single byte as an int from 0 to 255, or -1 if there are no more bytes are available.
read(byte[]) - Method in class com.esotericsoftware.kryo.io.Input
Reads bytes.length bytes or less and writes them to the specified byte[], starting at 0, and returns the number of bytes read.
read(byte[], int, int) - Method in class com.esotericsoftware.kryo.io.Input
Reads count bytes or less and writes them to the specified byte[], starting at offset, and returns the number of bytes read or -1 if no more bytes are available.
read(Kryo, Input) - Method in interface com.esotericsoftware.kryo.KryoSerializable
 
read(Kryo, Input, Class<T>) - Method in class com.esotericsoftware.kryo.Serializer
Reads bytes and returns a new object of the specified concrete type.
read(Kryo, Input, Class<T>) - Method in class com.esotericsoftware.kryo.serializers.BeanSerializer
 
read(Kryo, Input, Class) - Method in class com.esotericsoftware.kryo.serializers.BlowfishSerializer
 
read(Kryo, Input, Class<Collection>) - Method in class com.esotericsoftware.kryo.serializers.CollectionSerializer
 
read(Kryo, Input, Class<T>) - Method in class com.esotericsoftware.kryo.serializers.CompatibleFieldSerializer
 
read(Kryo, Input, Class<boolean[]>) - Method in class com.esotericsoftware.kryo.serializers.DefaultArraySerializers.BooleanArraySerializer
 
read(Kryo, Input, Class<byte[]>) - Method in class com.esotericsoftware.kryo.serializers.DefaultArraySerializers.ByteArraySerializer
 
read(Kryo, Input, Class<char[]>) - Method in class com.esotericsoftware.kryo.serializers.DefaultArraySerializers.CharArraySerializer
 
read(Kryo, Input, Class<double[]>) - Method in class com.esotericsoftware.kryo.serializers.DefaultArraySerializers.DoubleArraySerializer
 
read(Kryo, Input, Class<float[]>) - Method in class com.esotericsoftware.kryo.serializers.DefaultArraySerializers.FloatArraySerializer
 
read(Kryo, Input, Class<int[]>) - Method in class com.esotericsoftware.kryo.serializers.DefaultArraySerializers.IntArraySerializer
 
read(Kryo, Input, Class<long[]>) - Method in class com.esotericsoftware.kryo.serializers.DefaultArraySerializers.LongArraySerializer
 
read(Kryo, Input, Class<Object[]>) - Method in class com.esotericsoftware.kryo.serializers.DefaultArraySerializers.ObjectArraySerializer
 
read(Kryo, Input, Class<short[]>) - Method in class com.esotericsoftware.kryo.serializers.DefaultArraySerializers.ShortArraySerializer
 
read(Kryo, Input, Class<String[]>) - Method in class com.esotericsoftware.kryo.serializers.DefaultArraySerializers.StringArraySerializer
 
read(Kryo, Input, Class<BigDecimal>) - Method in class com.esotericsoftware.kryo.serializers.DefaultSerializers.BigDecimalSerializer
 
read(Kryo, Input, Class<BigInteger>) - Method in class com.esotericsoftware.kryo.serializers.DefaultSerializers.BigIntegerSerializer
 
read(Kryo, Input, Class<Boolean>) - Method in class com.esotericsoftware.kryo.serializers.DefaultSerializers.BooleanSerializer
 
read(Kryo, Input, Class<Byte>) - Method in class com.esotericsoftware.kryo.serializers.DefaultSerializers.ByteSerializer
 
read(Kryo, Input, Class<Calendar>) - Method in class com.esotericsoftware.kryo.serializers.DefaultSerializers.CalendarSerializer
 
read(Kryo, Input, Class<Character>) - Method in class com.esotericsoftware.kryo.serializers.DefaultSerializers.CharSerializer
 
read(Kryo, Input, Class<Class>) - Method in class com.esotericsoftware.kryo.serializers.DefaultSerializers.ClassSerializer
 
read(Kryo, Input, Class) - Method in class com.esotericsoftware.kryo.serializers.DefaultSerializers.CollectionsEmptyListSerializer
 
read(Kryo, Input, Class) - Method in class com.esotericsoftware.kryo.serializers.DefaultSerializers.CollectionsEmptyMapSerializer
 
read(Kryo, Input, Class) - Method in class com.esotericsoftware.kryo.serializers.DefaultSerializers.CollectionsEmptySetSerializer
 
read(Kryo, Input, Class) - Method in class com.esotericsoftware.kryo.serializers.DefaultSerializers.CollectionsSingletonListSerializer
 
read(Kryo, Input, Class) - Method in class com.esotericsoftware.kryo.serializers.DefaultSerializers.CollectionsSingletonMapSerializer
 
read(Kryo, Input, Class) - Method in class com.esotericsoftware.kryo.serializers.DefaultSerializers.CollectionsSingletonSetSerializer
 
read(Kryo, Input, Class<Currency>) - Method in class com.esotericsoftware.kryo.serializers.DefaultSerializers.CurrencySerializer
 
read(Kryo, Input, Class<Date>) - Method in class com.esotericsoftware.kryo.serializers.DefaultSerializers.DateSerializer
 
read(Kryo, Input, Class<Double>) - Method in class com.esotericsoftware.kryo.serializers.DefaultSerializers.DoubleSerializer
 
read(Kryo, Input, Class<Enum>) - Method in class com.esotericsoftware.kryo.serializers.DefaultSerializers.EnumSerializer
 
read(Kryo, Input, Class<EnumSet>) - Method in class com.esotericsoftware.kryo.serializers.DefaultSerializers.EnumSetSerializer
 
read(Kryo, Input, Class<Float>) - Method in class com.esotericsoftware.kryo.serializers.DefaultSerializers.FloatSerializer
 
read(Kryo, Input, Class<Integer>) - Method in class com.esotericsoftware.kryo.serializers.DefaultSerializers.IntSerializer
 
read(Kryo, Input, Class<KryoSerializable>) - Method in class com.esotericsoftware.kryo.serializers.DefaultSerializers.KryoSerializableSerializer
 
read(Kryo, Input, Class<Long>) - Method in class com.esotericsoftware.kryo.serializers.DefaultSerializers.LongSerializer
 
read(Kryo, Input, Class<Short>) - Method in class com.esotericsoftware.kryo.serializers.DefaultSerializers.ShortSerializer
 
read(Kryo, Input, Class<StringBuffer>) - Method in class com.esotericsoftware.kryo.serializers.DefaultSerializers.StringBufferSerializer
 
read(Kryo, Input, Class<StringBuilder>) - Method in class com.esotericsoftware.kryo.serializers.DefaultSerializers.StringBuilderSerializer
 
read(Kryo, Input, Class<String>) - Method in class com.esotericsoftware.kryo.serializers.DefaultSerializers.StringSerializer
 
read(Kryo, Input, Class<TimeZone>) - Method in class com.esotericsoftware.kryo.serializers.DefaultSerializers.TimeZoneSerializer
 
read(Kryo, Input, Class) - Method in class com.esotericsoftware.kryo.serializers.DeflateSerializer
 
read(Input, Object) - Method in class com.esotericsoftware.kryo.serializers.FieldSerializer.CachedField
 
read(Kryo, Input, Class<T>) - Method in class com.esotericsoftware.kryo.serializers.FieldSerializer
 
read(Kryo, Input, Class) - Method in class com.esotericsoftware.kryo.serializers.JavaSerializer
 
read(Kryo, Input, Class<Map>) - Method in class com.esotericsoftware.kryo.serializers.MapSerializer
 
read(Kryo, Input, Class<T>) - Method in class com.esotericsoftware.kryo.serializers.TaggedFieldSerializer
 
readBoolean() - Method in class com.esotericsoftware.kryo.io.Input
Reads a 1 byte boolean.
readByte() - Method in class com.esotericsoftware.kryo.io.Input
Reads a single byte.
readBytes(int) - Method in class com.esotericsoftware.kryo.io.Input
Reads the specified number of bytes into a new byte[].
readBytes(byte[]) - Method in class com.esotericsoftware.kryo.io.Input
Reads bytes.length bytes and writes them to the specified byte[], starting at index 0.
readBytes(byte[], int, int) - Method in class com.esotericsoftware.kryo.io.Input
Reads count bytes and writes them to the specified byte[], starting at offset.
readByteUnsigned() - Method in class com.esotericsoftware.kryo.io.Input
Reads a byte as an int from 0 to 255.
readChar() - Method in class com.esotericsoftware.kryo.io.Input
Reads a 2 byte char.
readClass(Input) - Method in interface com.esotericsoftware.kryo.ClassResolver
Reads a class and returns its registration.
readClass(Input) - Method in class com.esotericsoftware.kryo.Kryo
Reads a class and returns its registration.
readClass(Input) - Method in class com.esotericsoftware.kryo.util.DefaultClassResolver
 
readClassAndObject(Input) - Method in class com.esotericsoftware.kryo.Kryo
Reads the class and object or null using the registered serializer.
readDouble() - Method in class com.esotericsoftware.kryo.io.Input
Reads an 8 bytes double.
readDouble(double, boolean) - Method in class com.esotericsoftware.kryo.io.Input
Reads a 1-9 byte double with reduced precision.
readFloat() - Method in class com.esotericsoftware.kryo.io.Input
Reads a 4 byte float.
readFloat(float, boolean) - Method in class com.esotericsoftware.kryo.io.Input
Reads a 1-5 byte float with reduced precision.
readInt() - Method in class com.esotericsoftware.kryo.io.Input
Reads a 4 byte int.
readInt(boolean) - Method in class com.esotericsoftware.kryo.io.Input
Reads a 1-5 byte int.
readLong() - Method in class com.esotericsoftware.kryo.io.Input
Reads an 8 byte long.
readLong(boolean) - Method in class com.esotericsoftware.kryo.io.Input
Reads a 1-9 byte long.
readObject(Input, Class<T>) - Method in class com.esotericsoftware.kryo.Kryo
Reads an object using the registered serializer.
readObject(Input, Class<T>, Serializer) - Method in class com.esotericsoftware.kryo.Kryo
Reads an object using the specified serializer.
readObjectOrNull(Input, Class<T>) - Method in class com.esotericsoftware.kryo.Kryo
Reads an object or null using the registered serializer.
readObjectOrNull(Input, Class<T>, Serializer) - Method in class com.esotericsoftware.kryo.Kryo
Reads an object or null using the specified serializer.
readShort() - Method in class com.esotericsoftware.kryo.io.Input
Reads a 2 byte short.
readShortUnsigned() - Method in class com.esotericsoftware.kryo.io.Input
Reads a 2 byte short as an int from 0 to 65535.
readString() - Method in class com.esotericsoftware.kryo.io.Input
Reads the length and string of UTF8 characters, or null.
readStringBuilder() - Method in class com.esotericsoftware.kryo.io.Input
Reads the length and string of UTF8 characters, or null.
reference(Object) - Method in class com.esotericsoftware.kryo.Kryo
Called by Serializer.read(Kryo, Input, Class) and Serializer.copy(Kryo, Object) before Kryo can be used to deserialize or copy child objects.
ReferenceResolver - Interface in com.esotericsoftware.kryo
When references are enabled, this tracks objects that have already been read or written, provides an ID for objects that are written, and looks up by ID objects that have been read.
register(Registration) - Method in interface com.esotericsoftware.kryo.ClassResolver
Stores the specified registration.
register(Class) - Method in class com.esotericsoftware.kryo.Kryo
Registers the class using the lowest, next available integer ID and the default serializer.
register(Class, int) - Method in class com.esotericsoftware.kryo.Kryo
Registers the class using the specified ID and the default serializer.
register(Class, Serializer) - Method in class com.esotericsoftware.kryo.Kryo
Registers the class using the lowest, next available integer ID and the specified serializer.
register(Class, Serializer, int) - Method in class com.esotericsoftware.kryo.Kryo
Registers the class using the specified ID and serializer.
register(Registration) - Method in class com.esotericsoftware.kryo.Kryo
Stores the specified registration.
register(Registration) - Method in class com.esotericsoftware.kryo.util.DefaultClassResolver
 
registerImplicit(Class) - Method in interface com.esotericsoftware.kryo.ClassResolver
Called when an unregistered type is encountered and Kryo.setRegistrationRequired(boolean) is false.
registerImplicit(Class) - Method in class com.esotericsoftware.kryo.util.DefaultClassResolver
 
Registration - Class in com.esotericsoftware.kryo
Describes the Serializer and class ID to use for a class.
Registration(Class, Serializer, int) - Constructor for class com.esotericsoftware.kryo.Registration
 
remove(K) - Method in class com.esotericsoftware.kryo.util.IdentityMap
 
remove(K, int) - Method in class com.esotericsoftware.kryo.util.IdentityObjectIntMap
 
remove(int) - Method in class com.esotericsoftware.kryo.util.IntMap
 
remove(K) - Method in class com.esotericsoftware.kryo.util.ObjectMap
 
removeField(String) - Method in class com.esotericsoftware.kryo.serializers.FieldSerializer
Removes a field so that it won't be serialized.
removeField(String) - Method in class com.esotericsoftware.kryo.serializers.TaggedFieldSerializer
 
removeIndex(int) - Method in class com.esotericsoftware.kryo.util.IntArray
Removes and returns the item at the specified index.
removeValue(int) - Method in class com.esotericsoftware.kryo.util.IntArray
 
reset() - Method in interface com.esotericsoftware.kryo.ClassResolver
Called by Kryo.reset().
reset() - Method in class com.esotericsoftware.kryo.Kryo
Resets unregistered class names.
reset() - Method in interface com.esotericsoftware.kryo.ReferenceResolver
Called by Kryo.reset().
reset() - Method in class com.esotericsoftware.kryo.util.DefaultClassResolver
 
reset() - Method in class com.esotericsoftware.kryo.util.ListReferenceResolver
 
reset() - Method in class com.esotericsoftware.kryo.util.MapReferenceResolver
 
reverse() - Method in class com.esotericsoftware.kryo.util.IntArray
 
rewind() - Method in class com.esotericsoftware.kryo.io.Input
Sets the position and total to zero.
rewind() - Method in class com.esotericsoftware.kryo.io.InputChunked
 
A B C D E F G H I J K L M N O P R S T U V W