StatFs.BlockSizeLong Property

Definition

The size, in bytes, of a block on the file system.

public virtual long BlockSizeLong { [Android.Runtime.Register("getBlockSizeLong", "()J", "GetGetBlockSizeLongHandler")] get; }
[<get: Android.Runtime.Register("getBlockSizeLong", "()J", "GetGetBlockSizeLongHandler")>]
member this.BlockSizeLong : int64

Property Value

Attributes

Remarks

The size, in bytes, of a block on the file system. This corresponds to the Unix statvfs.f_frsize field.

Java documentation for android.os.StatFs.getBlockSizeLong().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to