set of field names on this Portable class
name of the field
field type of given fieldName
global version of Portable classes
name of the field (does not support nested paths)
true if field exist in this class.
Reads a primitive boolean.
name of the field
the boolean value read
Reads an array of primitive booleans.
name of the field
the boolean array value read
Reads a 8-bit unsigned integer.
name of the field
the byte value read
Reads an array of bytes.
name of the field
the byte array value read
Reads a single character string using String.fromCharCode
from two bytes of UTF-16 code units.
name of the field
the char value read
Reads an array of single character strings.
Each of them are read using String.fromCharCode
from a two bytes UTF-16 code units.
name of the field
the char array value read
Reads a date.
name of the field
the LocalDate value read
Reads an array of LocalDate
s.
name of the field
the LocalDate array read
Reads a decimal.
name of the field
the BigDecimal value read
Reads an array of BigDecimal
s.
name of the field
the BigDecimal array read
Reads a double.
name of the field
the double value read
Reads an array of doubles.
name of the field
the double array value read
Reads a float.
name of the field
the float value read
Reads an array of floats.
name of the field
the float array value read
Reads a 32-bit signed integer.
name of the field
the int value read
Reads an array of 32-bit signed integers.
name of the field
the int array value read
Reads a long.
name of the field
the long value read
Reads an array of longs.
name of the field
the long array value read
Reads a Portable.
name of the field
the Portable value read
Reads an array of Portables.
name of the field
the Portable array read
Reads a 16-bit signed integer.
name of the field
the short value read
Reads an array of 16-bit signed integers.
name of the field
the short array value read
Reads a string from UTF-8 encoded bytes.
name of the field
the string value read
Reads an array of strings. Strings are read using UTF-8 encoding.
name of the field
the string array value read
Reads a time.
name of the field
the LocalTime value read
Reads an array of LocalTime
s.
name of the field
the LocalTime array read
Reads a timestamp.
name of the field
the LocalDateTime value read
Reads an array of LocalDateTime
s.
name of the field
the LocalDateTime array read
Reads a timestamp with timezone.
name of the field
the OffsetDateTime value read
Reads an array of OffsetDateTime
s.
name of the field
the OffsetDateTime array read
Reads a string from UTF-8 encoded bytes.
name of the field
the UTF string value read
Reads an array strings. Strings are read using UTF-8 encoding.
name of the field
the string array value read
Generated using TypeDoc
Reader helper for Portable objects.