Esempio n. 1
0
        }         // proc CreateZipStream

        private void CloseZipStream(FileWrite zipStream, ZipOutputStream zip)
        {
            if (zip != null)
            {
                zip.Flush();
                zip.Dispose();
            }
            if (zipStream != null)
            {
                zipStream.Dispose();
            }
        }         // proc CloseZipStream
Esempio n. 2
0
		} // proc CreateZipStream

		private void CloseZipStream(FileWrite zipStream, ZipOutputStream zip)
		{
			if (zip != null)
			{
				zip.Flush();
				zip.Dispose();
			}
			if (zipStream != null)
				zipStream.Dispose();
		} // proc CloseZipStream