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

B

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
 
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
Creates an uninitialized stream that cannot be used until ByteBufferInputStream.setByteBuffer(ByteBuffer) is called.
ByteBufferOutputStream - Class in com.esotericsoftware.kryo.io
An OutputStream whose target is a ByteBuffer.
ByteBufferOutputStream() - Constructor for class com.esotericsoftware.kryo.io.ByteBufferOutputStream
Creates an uninitialized stream that cannot be used until ByteBufferOutputStream.setByteBuffer(ByteBuffer) is called.
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
 
A B C D E F G H I J K L M N O P R S T U V W