if (options.length < data.byteLength) {
        // Truncate.
        write(data.slice(0, options.length));
      } else {
        // Pad with null bytes.