InputStream constructor

InputStream(
  1. ByteData buf,
  2. int byteLength
)

Implementation

InputStream(this.buf, this.byteLength);