GetCrc32AndCopy Method (input, output)

From DotNetZip

Ionic Zip Library v1.9.1.6 GetCrc32AndCopy Method (input, output)
Reference ► Ionic.Crc ► CRC32 ► GetCrc32AndCopy(Stream, Stream)
Returns the CRC32 for the specified stream, and writes the input into the output stream.
Declaration Syntax
C# Visual Basic Visual C++
public int GetCrc32AndCopy(
	Stream input,
	Stream output
)
Public Function GetCrc32AndCopy ( _
	input As Stream, _
	output As Stream _
) As Integer
public:
int GetCrc32AndCopy(
	Stream^ input, 
	Stream^ output
)
Parameters
input (Stream)
The stream over which to calculate the CRC32
output (Stream)
The stream into which to deflate the input
Return Value
the CRC32 calculation

Assembly: Ionic.Zip (Module: Ionic.Zip) Version: 1.9.1.8 (1.9.1.8)