ReadWrapper constructor

ReadWrapper()

Creates a new ReadWrapper that wraps the state used to read a message from a stream.

Implementation

ReadWrapper() {
  messageBytes = <int>[];
}