IsoFieldPackager class abstract

Packs and unpacks one field of a message. The field table is a heterogeneous list of these, so the interface is deliberately not generic — it mirrors the raw ISOComponentPackager[] the Java uses.

Implementers

Constructors

IsoFieldPackager()

Properties

description → String
no setter
hashCode → int
The hash code for this object.
no setterinherited
length → int
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

createComponent() → IsoComponent<Object>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pack(IsoComponent<Object> component, IsoBuffer buffer) → void
toString() → String
A string representation of this object.
inherited
unpack(IsoComponent<Object> component, IsoBuffer buffer) → void

Operators

operator ==(Object other) → bool
The equality operator.
inherited