Finishes current file and writes new GZIP header for next file into the underlying stream.

Namespace:  Rebex.IO.Compression.Streams
Assembly:  Rebex.Zip (in Rebex.Zip.dll)

Syntax

Visual Basic
Public Sub StartNextFile ( _
	fileName As String, _
	lastWriteTime As Nullable(Of DateTime), _
	comment As String _
)
C#
public void StartNextFile(
	string fileName,
	Nullable<DateTime> lastWriteTime,
	string comment
)

Parameters

fileName
Type: System..::..String
A file name associated with compressed data.
lastWriteTime
Type: System..::..Nullable<(Of <(<'DateTime>)>)>
A last modification time associated with compressed data.
comment
Type: System..::..String
A comment associated with compressed data.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also