Input constructor

Input(
  1. Uint8Buffer data
)

Default

Implementation

Input(typed.Uint8Buffer data) {
  _data = data;
  _offset = 0;
}