public interface InputEx
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.util.ArrayBuilders |
getArrayBuilders() |
<T> void |
handleUnknownField(int fieldNumber)
The underlying implementation should handle the unknown field.
|
<T> T |
mergeObject(T value,
SchemaReader<T> schema)
Merges an object(with schema) field value.
|
boolean |
readBool()
Reads a boolean field value.
|
byte[] |
readByteArray()
Reads a byte array field value.
|
ByteBuffer |
readByteBuffer() |
io.protostuff.ByteString |
readBytes()
Reads a
ByteString field value. |
double |
readDouble()
Reads a double field value.
|
int |
readEnum()
Reads an enum(its number) field value.
|
int |
readFieldNumber()
Reads field number.
|
int |
readFixed32()
Reads a fixed int(4 bytes) field value.
|
long |
readFixed64()
Reads a fixed long(8 bytes) field value.
|
float |
readFloat()
Reads a float field value.
|
int |
readInt32()
Reads a variable int field value.
|
long |
readInt64()
Reads a variable long field value.
|
boolean |
readPackedBool() |
double |
readPackedDouble() |
int |
readPackedEnum() |
int |
readPackedFixed32() |
long |
readPackedFixed64() |
float |
readPackedFloat() |
int |
readPackedInt32() |
long |
readPackedInt64() |
int |
readPackedSFixed32() |
long |
readPackedSFixed64() |
int |
readPackedSInt32() |
long |
readPackedSInt64() |
int |
readPackedUInt32() |
long |
readPackedUInt64() |
int |
readSFixed32()
Reads a signed+fixed int(4 bytes) field value.
|
long |
readSFixed64()
Reads a signed+fixed long(8 bytes) field value.
|
int |
readSInt32()
Reads a signed int field value.
|
long |
readSInt64()
Reads a signed long field value.
|
String |
readString()
Reads a
String field value. |
int |
readUInt32()
Reads an unsigned int field value.
|
long |
readUInt64()
Reads an unsigned long field value.
|
<T> void handleUnknownField(int fieldNumber)
throws IOException
IOExceptionint readFieldNumber()
throws IOException
IOExceptionint readInt32()
throws IOException
IOExceptionint readUInt32()
throws IOException
IOExceptionint readSInt32()
throws IOException
IOExceptionint readFixed32()
throws IOException
IOExceptionint readSFixed32()
throws IOException
IOExceptionlong readInt64()
throws IOException
IOExceptionlong readUInt64()
throws IOException
IOExceptionlong readSInt64()
throws IOException
IOExceptionlong readFixed64()
throws IOException
IOExceptionlong readSFixed64()
throws IOException
IOExceptionfloat readFloat()
throws IOException
IOExceptiondouble readDouble()
throws IOException
IOExceptionboolean readBool()
throws IOException
IOExceptionint readEnum()
throws IOException
IOExceptionString readString() throws IOException
String field value.IOExceptionio.protostuff.ByteString readBytes()
throws IOException
ByteString field value.IOExceptionbyte[] readByteArray()
throws IOException
IOExceptionByteBuffer readByteBuffer() throws IOException
IOException<T> T mergeObject(T value,
SchemaReader<T> schema)
throws IOException
schema handles the deserialization for the
object.IOExceptioncom.fasterxml.jackson.databind.util.ArrayBuilders getArrayBuilders()
int readPackedInt32()
throws IOException
IOExceptionint readPackedUInt32()
throws IOException
IOExceptionint readPackedSInt32()
throws IOException
IOExceptionint readPackedFixed32()
throws IOException
IOExceptionint readPackedSFixed32()
throws IOException
IOExceptionlong readPackedInt64()
throws IOException
IOExceptionlong readPackedUInt64()
throws IOException
IOExceptionlong readPackedSInt64()
throws IOException
IOExceptionlong readPackedFixed64()
throws IOException
IOExceptionlong readPackedSFixed64()
throws IOException
IOExceptionfloat readPackedFloat()
throws IOException
IOExceptiondouble readPackedDouble()
throws IOException
IOExceptionboolean readPackedBool()
throws IOException
IOExceptionint readPackedEnum()
throws IOException
IOExceptionCopyright © 2017–2019 The Apache Software Foundation. All rights reserved.