- BeanSerializer<T> - Class in com.esotericsoftware.kryo.serializers
-
Serializes Java beans using bean accessor methods.
- BeanSerializer(Kryo, Class) - Constructor for class com.esotericsoftware.kryo.serializers.BeanSerializer
-
- BlowfishSerializer - Class in com.esotericsoftware.kryo.serializers
-
Encrypts data using the blowfish cipher.
- BlowfishSerializer(Serializer, byte[]) - Constructor for class com.esotericsoftware.kryo.serializers.BlowfishSerializer
-
- byteArrayBaseOffset - Static variable in class com.esotericsoftware.kryo.util.UnsafeUtil
-
- ByteBufferInput - Class in com.esotericsoftware.kryo.io
-
An InputStream that reads data from a byte array and optionally fills the byte array from another InputStream as needed.
- ByteBufferInput() - Constructor for class com.esotericsoftware.kryo.io.ByteBufferInput
-
Creates an uninitialized Input.
- ByteBufferInput(int) - Constructor for class com.esotericsoftware.kryo.io.ByteBufferInput
-
Creates a new Input for reading from a byte array.
- ByteBufferInput(ByteBuffer) - Constructor for class com.esotericsoftware.kryo.io.ByteBufferInput
-
Creates a new Input for reading from a byte array.
- ByteBufferInput(byte[]) - Constructor for class com.esotericsoftware.kryo.io.ByteBufferInput
-
- ByteBufferInput(ByteBuffer, int, int) - Constructor for class com.esotericsoftware.kryo.io.ByteBufferInput
-
Creates a new Input for reading from a byte array.
- ByteBufferInput(InputStream) - Constructor for class com.esotericsoftware.kryo.io.ByteBufferInput
-
Creates a new Input for reading from an InputStream with a buffer size of 4096.
- ByteBufferInput(InputStream, int) - Constructor for class com.esotericsoftware.kryo.io.ByteBufferInput
-
Creates a new Input for reading from an InputStream.
- ByteBufferInput(long, int) - Constructor for class com.esotericsoftware.kryo.io.ByteBufferInput
-
This constructor allows for creation of a direct ByteBuffer of a given size at a given address.
- ByteBufferInputStream - Class in com.esotericsoftware.kryo.io
-
An InputStream whose source is a ByteBuffer
.
- ByteBufferInputStream() - Constructor for class com.esotericsoftware.kryo.io.ByteBufferInputStream
-
- ByteBufferInputStream(int) - Constructor for class com.esotericsoftware.kryo.io.ByteBufferInputStream
-
Creates a stream with a new non-direct buffer of the specified size.
- ByteBufferInputStream(ByteBuffer) - Constructor for class com.esotericsoftware.kryo.io.ByteBufferInputStream
-
- ByteBufferOutput - Class in com.esotericsoftware.kryo.io
-
An OutputStream that buffers data in a byte array and optionally flushes to another OutputStream.
- ByteBufferOutput() - Constructor for class com.esotericsoftware.kryo.io.ByteBufferOutput
-
Creates an uninitialized Output.
- ByteBufferOutput(int) - Constructor for class com.esotericsoftware.kryo.io.ByteBufferOutput
-
Creates a new Output for writing to a byte array.
- ByteBufferOutput(int, int) - Constructor for class com.esotericsoftware.kryo.io.ByteBufferOutput
-
Creates a new Output for writing to a byte array.
- ByteBufferOutput(OutputStream) - Constructor for class com.esotericsoftware.kryo.io.ByteBufferOutput
-
Creates a new Output for writing to an OutputStream.
- ByteBufferOutput(OutputStream, int) - Constructor for class com.esotericsoftware.kryo.io.ByteBufferOutput
-
Creates a new Output for writing to an OutputStream.
- ByteBufferOutput(ByteBuffer) - Constructor for class com.esotericsoftware.kryo.io.ByteBufferOutput
-
Creates a new Output for reading from a byte array.
- ByteBufferOutput(ByteBuffer, int, int) - Constructor for class com.esotericsoftware.kryo.io.ByteBufferOutput
-
Creates a new Output for reading from a byte array.
- ByteBufferOutput(long, int) - Constructor for class com.esotericsoftware.kryo.io.ByteBufferOutput
-
This constructor allows for creation of a direct ByteBuffer of a given size at a given address.
- ByteBufferOutputStream - Class in com.esotericsoftware.kryo.io
-
An OutputStream whose target is a ByteBuffer
.
- ByteBufferOutputStream() - Constructor for class com.esotericsoftware.kryo.io.ByteBufferOutputStream
-
- ByteBufferOutputStream(int) - Constructor for class com.esotericsoftware.kryo.io.ByteBufferOutputStream
-
Creates a stream with a new non-direct buffer of the specified size.
- ByteBufferOutputStream(ByteBuffer) - Constructor for class com.esotericsoftware.kryo.io.ByteBufferOutputStream
-