Aracılığıyla paylaş


FileSystemProvider Constructors

Definition

Overloads

FileSystemProvider()

Initializes a new instance of this class.

FileSystemProvider(IntPtr, JniHandleOwnership)

FileSystemProvider()

Initializes a new instance of this class.

[Android.Runtime.Register(".ctor", "()V", "", ApiSince=26)]
protected FileSystemProvider ();
Attributes

Remarks

Initializes a new instance of this class.

During construction a provider may safely access files associated with the default provider but care needs to be taken to avoid circular loading of other installed providers. If circular loading of installed providers is detected then an unspecified error is thrown.

Java documentation for java.nio.file.spi.FileSystemProvider.FileSystemProvider().

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

FileSystemProvider(IntPtr, JniHandleOwnership)

protected FileSystemProvider (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Nio.FileNio.Spi.FileSystemProvider : nativeint * Android.Runtime.JniHandleOwnership -> Java.Nio.FileNio.Spi.FileSystemProvider

Parameters

javaReference
IntPtr

nativeint

Remarks

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