ValueGetter constructor

ValueGetter(
  1. ByteGetter data,
  2. int endian
)

Implementation

ValueGetter(this.data, this.endian);