GzipCompressionStream.StartNextFile Method
Namespace: Rebex.IO.Compression.Streams
Assembly: Rebex.Zip.dll (version 7.0.9147)
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)