- FastestStreamFactory - Class in com.esotericsoftware.kryo.util
-
This StreamFactory tries to provide fastest possible Input/Output streams on a given platform.
- FastestStreamFactory() - Constructor for class com.esotericsoftware.kryo.util.FastestStreamFactory
-
- FastInput - Class in com.esotericsoftware.kryo.io
-
Same as Input, but does not use variable length encoding for integer types.
- FastInput() - Constructor for class com.esotericsoftware.kryo.io.FastInput
-
Creates an uninitialized Output.
- FastInput(int) - Constructor for class com.esotericsoftware.kryo.io.FastInput
-
Creates a new Output for writing to a byte array.
- FastInput(byte[]) - Constructor for class com.esotericsoftware.kryo.io.FastInput
-
Creates a new Output for writing to a byte array.
- FastInput(byte[], int, int) - Constructor for class com.esotericsoftware.kryo.io.FastInput
-
Creates a new Output for writing to a byte array.
- FastInput(InputStream) - Constructor for class com.esotericsoftware.kryo.io.FastInput
-
Creates a new Output for writing to an OutputStream.
- FastInput(InputStream, int) - Constructor for class com.esotericsoftware.kryo.io.FastInput
-
Creates a new Output for writing to an OutputStream.
- FastOutput - Class in com.esotericsoftware.kryo.io
-
Same as Output, but does not use variable length encoding for integer types.
- FastOutput() - Constructor for class com.esotericsoftware.kryo.io.FastOutput
-
Creates an uninitialized Output.
- FastOutput(int) - Constructor for class com.esotericsoftware.kryo.io.FastOutput
-
Creates a new Output for writing to a byte array.
- FastOutput(int, int) - Constructor for class com.esotericsoftware.kryo.io.FastOutput
-
Creates a new Output for writing to a byte array.
- FastOutput(byte[]) - Constructor for class com.esotericsoftware.kryo.io.FastOutput
-
Creates a new Output for writing to a byte array.
- FastOutput(byte[], int) - Constructor for class com.esotericsoftware.kryo.io.FastOutput
-
Creates a new Output for writing to a byte array.
- FastOutput(OutputStream) - Constructor for class com.esotericsoftware.kryo.io.FastOutput
-
Creates a new Output for writing to an OutputStream.
- FastOutput(OutputStream, int) - Constructor for class com.esotericsoftware.kryo.io.FastOutput
-
Creates a new Output for writing to an OutputStream.
- FieldSerializer<T> - Class in com.esotericsoftware.kryo.serializers
-
Serializes objects using direct field assignment.
- FieldSerializer(Kryo, Class) - Constructor for class com.esotericsoftware.kryo.serializers.FieldSerializer
-
- FieldSerializer(Kryo, Class, Class[]) - Constructor for class com.esotericsoftware.kryo.serializers.FieldSerializer
-
- FieldSerializer.CachedField<X> - Class in com.esotericsoftware.kryo.serializers
-
Controls how a field will be serialized.
- FieldSerializer.CachedField() - Constructor for class com.esotericsoftware.kryo.serializers.FieldSerializer.CachedField
-
- FieldSerializer.Optional - Annotation Type in com.esotericsoftware.kryo.serializers
-
Indicates a field should be ignored when its declaring class is registered unless the
context
has
a value set for the specified key.
- findKey(Object, boolean) - Method in class com.esotericsoftware.kryo.util.IdentityMap
-
Returns the key for the specified value, or null if it is not in the map.
- findKey(int) - Method in class com.esotericsoftware.kryo.util.IdentityObjectIntMap
-
Returns the key for the specified value, or null if it is not in the map.
- findKey(Object, boolean, int) - Method in class com.esotericsoftware.kryo.util.IntMap
-
Returns the key for the specified value, or notFound if it is not in the map.
- findKey(Object, boolean) - Method in class com.esotericsoftware.kryo.util.ObjectMap
-
Returns the key for the specified value, or null if it is not in the map.
- floatArrayBaseOffset - Static variable in class com.esotericsoftware.kryo.util.UnsafeUtil
-
- flush() - Method in class com.esotericsoftware.kryo.io.ByteBufferOutput
-
Writes the buffered bytes to the underlying OutputStream, if any.
- flush() - Method in class com.esotericsoftware.kryo.io.Output
-
Writes the buffered bytes to the underlying OutputStream, if any.
- flush() - Method in class com.esotericsoftware.kryo.io.OutputChunked
-