ValueDatumDecoder
extends AvroIOBinaryDecoder
in package
FinalYes
Enforces the fixed Value policy where Apache Avro PHP decodes permissively.
Table of Contents
Methods
- read() : string
- readBoolean() : bool
- readDouble() : float
- readLong() : int
- readString() : string
Methods
read()
public
read(mixed $length) : string
Parameters
- $length : mixed
Return values
stringreadBoolean()
public
readBoolean() : bool
Return values
boolreadDouble()
public
readDouble() : float
Return values
floatreadLong()
public
readLong() : int
Return values
intreadString()
public
readString() : string