Click or drag to resize

SpillRecordWriterTWritePartition Method (Int32, Stream)

Writes the specified partition to the output.

Namespace:  Ookii.Jumbo.Jet.Channels
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
protected void WritePartition(
	int partition,
	Stream outputStream
)

Parameters

partition
Type: SystemInt32
The partition number.
outputStream
Type: System.IOStream
The output stream to write the partition to.
See Also