Click or drag to resize

DfsInputStreamPaddingBytesSkipped Property

Gets the amount of padding skipped while reading from the stream.

Namespace:  Ookii.Jumbo.Dfs
Assembly:  Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax
public long PaddingBytesSkipped { get; }

Property Value

Type: Int64
The amount of padding bytes skipped.

Implements

IRecordInputStreamPaddingBytesSkipped
See Also