Uses of Class
com.esotericsoftware.kryo.io.Input
-
Packages that use Input Package Description com.esotericsoftware.kryo com.esotericsoftware.kryo.io com.esotericsoftware.kryo.serializers com.esotericsoftware.kryo.util -
-
Uses of Input in com.esotericsoftware.kryo
Methods in com.esotericsoftware.kryo with parameters of type Input Modifier and Type Method Description void
KryoSerializable. read(Kryo kryo, Input input)
abstract T
Serializer. read(Kryo kryo, Input input, Class<T> type)
Reads bytes and returns a new object of the specified concrete type.Registration
ClassResolver. readClass(Input input)
Reads a class and returns its registration.Registration
Kryo. readClass(Input input)
Reads a class and returns its registration.Object
Kryo. readClassAndObject(Input input)
Reads the class and object or null using the registered serializer.<T> T
Kryo. readObject(Input input, Class<T> type)
Reads an object using the registered serializer.<T> T
Kryo. readObject(Input input, Class<T> type, Serializer serializer)
Reads an object using the specified serializer.<T> T
Kryo. readObjectOrNull(Input input, Class<T> type)
Reads an object or null using the registered serializer.<T> T
Kryo. readObjectOrNull(Input input, Class<T> type, Serializer serializer)
Reads an object or null using the specified serializer. -
Uses of Input in com.esotericsoftware.kryo.io
Subclasses of Input in com.esotericsoftware.kryo.io Modifier and Type Class Description class
ByteBufferInput
An InputStream that reads data from a byte array and optionally fills the byte array from another InputStream as needed.class
InputChunked
An InputStream that reads lengths and chunks of data from another OutputStream, allowing chunks to be skipped.Fields in com.esotericsoftware.kryo.io declared as Input Modifier and Type Field Description protected Input
KryoDataInput. input
Methods in com.esotericsoftware.kryo.io with parameters of type Input Modifier and Type Method Description void
KryoDataInput. setInput(Input input)
Constructors in com.esotericsoftware.kryo.io with parameters of type Input Constructor Description KryoDataInput(Input input)
KryoObjectInput(Kryo kryo, Input in)
-
Uses of Input in com.esotericsoftware.kryo.serializers
Methods in com.esotericsoftware.kryo.serializers with parameters of type Input Modifier and Type Method Description protected Collection
CollectionSerializer. create(Kryo kryo, Input input, Class<Collection> type)
Used byCollectionSerializer.read(Kryo, Input, Class)
to create the new object.protected Map
DefaultSerializers.TreeMapSerializer. create(Kryo kryo, Input input, Class<Map> type)
protected TreeSet
DefaultSerializers.TreeSetSerializer. create(Kryo kryo, Input input, Class<Collection> type)
protected T
FieldSerializer. create(Kryo kryo, Input input, Class<T> type)
Used byFieldSerializer.read(Kryo, Input, Class)
to create the new object.protected Map
MapSerializer. create(Kryo kryo, Input input, Class<Map> type)
Used byMapSerializer.read(Kryo, Input, Class)
to create the new object.T
BeanSerializer. read(Kryo kryo, Input input, Class<T> type)
Object
BlowfishSerializer. read(Kryo kryo, Input input, Class type)
Object
ClosureSerializer. read(Kryo kryo, Input input, Class type)
Collection
CollectionSerializer. read(Kryo kryo, Input input, Class<Collection> type)
T
CompatibleFieldSerializer. read(Kryo kryo, Input input, Class<T> type)
boolean[]
DefaultArraySerializers.BooleanArraySerializer. read(Kryo kryo, Input input, Class<boolean[]> type)
byte[]
DefaultArraySerializers.ByteArraySerializer. read(Kryo kryo, Input input, Class<byte[]> type)
char[]
DefaultArraySerializers.CharArraySerializer. read(Kryo kryo, Input input, Class<char[]> type)
double[]
DefaultArraySerializers.DoubleArraySerializer. read(Kryo kryo, Input input, Class<double[]> type)
float[]
DefaultArraySerializers.FloatArraySerializer. read(Kryo kryo, Input input, Class<float[]> type)
int[]
DefaultArraySerializers.IntArraySerializer. read(Kryo kryo, Input input, Class<int[]> type)
long[]
DefaultArraySerializers.LongArraySerializer. read(Kryo kryo, Input input, Class<long[]> type)
Object[]
DefaultArraySerializers.ObjectArraySerializer. read(Kryo kryo, Input input, Class<Object[]> type)
short[]
DefaultArraySerializers.ShortArraySerializer. read(Kryo kryo, Input input, Class<short[]> type)
String[]
DefaultArraySerializers.StringArraySerializer. read(Kryo kryo, Input input, Class<String[]> type)
BigDecimal
DefaultSerializers.BigDecimalSerializer. read(Kryo kryo, Input input, Class<BigDecimal> type)
BigInteger
DefaultSerializers.BigIntegerSerializer. read(Kryo kryo, Input input, Class<BigInteger> type)
Boolean
DefaultSerializers.BooleanSerializer. read(Kryo kryo, Input input, Class<Boolean> type)
Byte
DefaultSerializers.ByteSerializer. read(Kryo kryo, Input input, Class<Byte> type)
Calendar
DefaultSerializers.CalendarSerializer. read(Kryo kryo, Input input, Class<Calendar> type)
Character
DefaultSerializers.CharSerializer. read(Kryo kryo, Input input, Class<Character> type)
Charset
DefaultSerializers.CharsetSerializer. read(Kryo kryo, Input input, Class<Charset> type)
Class
DefaultSerializers.ClassSerializer. read(Kryo kryo, Input input, Class<Class> type)
Object
DefaultSerializers.CollectionsEmptyListSerializer. read(Kryo kryo, Input input, Class type)
Object
DefaultSerializers.CollectionsEmptyMapSerializer. read(Kryo kryo, Input input, Class type)
Object
DefaultSerializers.CollectionsEmptySetSerializer. read(Kryo kryo, Input input, Class type)
List
DefaultSerializers.CollectionsSingletonListSerializer. read(Kryo kryo, Input input, Class type)
Map
DefaultSerializers.CollectionsSingletonMapSerializer. read(Kryo kryo, Input input, Class type)
Set
DefaultSerializers.CollectionsSingletonSetSerializer. read(Kryo kryo, Input input, Class type)
Currency
DefaultSerializers.CurrencySerializer. read(Kryo kryo, Input input, Class<Currency> type)
Date
DefaultSerializers.DateSerializer. read(Kryo kryo, Input input, Class<Date> type)
Double
DefaultSerializers.DoubleSerializer. read(Kryo kryo, Input input, Class<Double> type)
Enum
DefaultSerializers.EnumSerializer. read(Kryo kryo, Input input, Class<Enum> type)
EnumSet
DefaultSerializers.EnumSetSerializer. read(Kryo kryo, Input input, Class<EnumSet> type)
Float
DefaultSerializers.FloatSerializer. read(Kryo kryo, Input input, Class<Float> type)
Integer
DefaultSerializers.IntSerializer. read(Kryo kryo, Input input, Class<Integer> type)
KryoSerializable
DefaultSerializers.KryoSerializableSerializer. read(Kryo kryo, Input input, Class<KryoSerializable> type)
Locale
DefaultSerializers.LocaleSerializer. read(Kryo kryo, Input input, Class<Locale> type)
Long
DefaultSerializers.LongSerializer. read(Kryo kryo, Input input, Class<Long> type)
Short
DefaultSerializers.ShortSerializer. read(Kryo kryo, Input input, Class<Short> type)
StringBuffer
DefaultSerializers.StringBufferSerializer. read(Kryo kryo, Input input, Class<StringBuffer> type)
StringBuilder
DefaultSerializers.StringBuilderSerializer. read(Kryo kryo, Input input, Class<StringBuilder> type)
String
DefaultSerializers.StringSerializer. read(Kryo kryo, Input input, Class<String> type)
TimeZone
DefaultSerializers.TimeZoneSerializer. read(Kryo kryo, Input input, Class<TimeZone> type)
URL
DefaultSerializers.URLSerializer. read(Kryo kryo, Input input, Class<URL> type)
Object
DefaultSerializers.VoidSerializer. read(Kryo kryo, Input input, Class type)
Object
DeflateSerializer. read(Kryo kryo, Input input, Class type)
Enum
EnumNameSerializer. read(Kryo kryo, Input input, Class<Enum> type)
Object
ExternalizableSerializer. read(Kryo kryo, Input input, Class type)
abstract void
FieldSerializer.CachedField. read(Input input, Object object)
T
FieldSerializer. read(Kryo kryo, Input input, Class<T> type)
Object
JavaSerializer. read(Kryo kryo, Input input, Class type)
Map
MapSerializer. read(Kryo kryo, Input input, Class<Map> type)
T
TaggedFieldSerializer. read(Kryo kryo, Input input, Class<T> type)
T
VersionFieldSerializer. read(Kryo kryo, Input input, Class<T> type)
-
Uses of Input in com.esotericsoftware.kryo.util
Methods in com.esotericsoftware.kryo.util with parameters of type Input Modifier and Type Method Description Registration
DefaultClassResolver. readClass(Input input)
protected Registration
DefaultClassResolver. readName(Input input)
-