Click or drag to resize

DfsInputStreamBlockSize Property

Gets the size of the blocks of this file.

Namespace: Ookii.Jumbo.Dfs
Assembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public int BlockSize { get; }

Property Value

Int32
The size of the blocks of this file, in bytes.
Remarks
This value doesn't need to be the same as the default block size specified by BlockSize
See Also