GzipCompressionStream.StartNextFile Method
Namespace: Rebex.IO.Compression.Streams
Assembly: Rebex.Zip.dll (version 7.0.9083)
StartNextFile()
Finishes current file and writes new GZIP header for next file into the underlying stream.
Declaration
public void StartNextFile()
StartNextFile(String, Nullable<DateTime>, String)
Finishes current file and writes new GZIP header for next file into the underlying stream.
Declaration
public void StartNextFile(string fileName, DateTime? lastWriteTime, string comment)
Parameters
Type | Name | Description |
---|---|---|
String | fileName | A file name associated with compressed data. |
Nullable<DateTime> | lastWriteTime | A last modification time associated with compressed data. |
String | comment | A comment associated with compressed data. |