  | StreamRecordWriterTBytesWritten Property | 
            Gets the number of bytes that were actually written to the output.
            
Namespace: Ookii.Jumbo.IOAssembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic override long BytesWritten { get; }Public Overrides ReadOnly Property BytesWritten As Long
	Get
public:
virtual property long long BytesWritten {
	long long get () override;
}abstract BytesWritten : int64 with get
override BytesWritten : int64 with get
Property Value
Int64If compression was used, the number of bytes written to the output after compression; otherwise, the same value as 
OutputBytes.
Implements
IRecordWriterBytesWritten
See Also