WriteBytes constructor

WriteBytes(
  1. FileRef file,
  2. IList<int> bytes
)

Implementation

WriteBytes(this.file, this.bytes);