TgzReader.TgzReader

TgzReader(string)

Initializes a new instance of the TgzReader class.

public TgzReader(string fileName)
ParameterTypeDescription
fileNameStringThe filename.

Exceptions

exceptioncondition
ArgumentNullExceptionthrows if file name is null or empty

See Also


TgzReader(Stream)

Initializes a new instance of the TgzReader class.

public TgzReader(Stream stream)
ParameterTypeDescription
streamStreamThe stream.

Exceptions

exceptioncondition
ArgumentNullExceptionthrows if stream is null

See Also