  | SpillRecordWriterTSpillBuffer Property | 
            Gets the spill buffer for the current spill.
            
Namespace: Ookii.Jumbo.Jet.ChannelsAssembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxprotected byte[] SpillBuffer { get; }Protected ReadOnly Property SpillBuffer As Byte()
	Get
protected:
property array<unsigned char>^ SpillBuffer {
	array<unsigned char>^ get ();
}member SpillBuffer : byte[] with get
Property Value
Byte
Remarks
              Use this if you want to to custom writing of the partitions.
            
See Also