StorageManager.IsAllocationSupported(FileDescriptor) メソッド

定義

指定されたファイル記述子が を使用した #allocateBytes(FileDescriptor, long)ディスク領域の割り当てをサポートしているかどうかをテストします。

[Android.Runtime.Register("isAllocationSupported", "(Ljava/io/FileDescriptor;)Z", "GetIsAllocationSupported_Ljava_io_FileDescriptor_Handler", ApiSince=27)]
public virtual bool IsAllocationSupported (Java.IO.FileDescriptor fd);
[<Android.Runtime.Register("isAllocationSupported", "(Ljava/io/FileDescriptor;)Z", "GetIsAllocationSupported_Ljava_io_FileDescriptor_Handler", ApiSince=27)>]
abstract member IsAllocationSupported : Java.IO.FileDescriptor -> bool
override this.IsAllocationSupported : Java.IO.FileDescriptor -> bool

パラメーター

戻り値

属性

注釈

指定されたファイル記述子が を使用した #allocateBytes(FileDescriptor, long)ディスク領域の割り当てをサポートしているかどうかをテストします。

android.os.storage.StorageManager.isAllocationSupported(java.io.FileDescriptor)Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象