예제 #1
0
파일: FastZip.cs 프로젝트: Basilid/Spheres
		/// <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;
		}
예제 #2
0
 public FastZip(FastZipEvents events)
 {
     _entryFactory = new ZipEntryFactory();
     _useZip64 = UseZip64.Dynamic;
     _events = events;
 }
예제 #3
0
 public FastZip(FastZipEvents events)
 {
     this.events_ = events;
 }
예제 #4
0
 public FastZip(FastZipEvents events)
 {
     _entryFactory = new ZipEntryFactory();
     _useZip64     = UseZip64.Dynamic;
     _events       = events;
 }
예제 #5
0
파일: FastZip.cs 프로젝트: alfishe/ZXMAK2
 /// <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;
 }