/// <summary> /// Initialise a new instance of <see cref="FastZip"/> /// </summary> /// <param name="events">The <see cref="FastZipEvents">events</see> to use during operations.</param> public FastZip(FastZipEvents events) { events_ = events; }