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

F

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.CachedFieldFactory - Interface in com.esotericsoftware.kryo.serializers
 
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
 
FrameworkMessage - Interface in com.esotericsoftware.kryonet
Marker interface to denote that a message is used by the Ninja framework and is generally invisible to the developer.
FrameworkMessage.DiscoverHost - Class in com.esotericsoftware.kryonet
Internal message to discover running servers.
FrameworkMessage.DiscoverHost() - Constructor for class com.esotericsoftware.kryonet.FrameworkMessage.DiscoverHost
 
FrameworkMessage.KeepAlive - Class in com.esotericsoftware.kryonet
Internal message to keep connections alive.
FrameworkMessage.KeepAlive() - Constructor for class com.esotericsoftware.kryonet.FrameworkMessage.KeepAlive
 
FrameworkMessage.Ping - Class in com.esotericsoftware.kryonet
Internal message to determine round trip time.
FrameworkMessage.Ping() - Constructor for class com.esotericsoftware.kryonet.FrameworkMessage.Ping
 
FrameworkMessage.RegisterTCP - Class in com.esotericsoftware.kryonet
Internal message to give the client the server assigned connection ID.
FrameworkMessage.RegisterTCP() - Constructor for class com.esotericsoftware.kryonet.FrameworkMessage.RegisterTCP
 
FrameworkMessage.RegisterUDP - Class in com.esotericsoftware.kryonet
Internal message to give the server the client's UDP port.
FrameworkMessage.RegisterUDP() - Constructor for class com.esotericsoftware.kryonet.FrameworkMessage.RegisterUDP
 
A B C D E F G H I J K L M N O P Q R S T U V W