FileSystemProvider
FileSystemProvider()
FileSystemProvider(IntPtr, JniHandleOwnership)
JniPeerMembers
Scheme
ThresholdClass
ThresholdType
CheckAccess(IPath, AccessMode[])
Copy(IPath, IPath, ICopyOption[])
CreateDirectory(IPath, IFileAttribute[])
CreateLink(IPath, IPath)
CreateSymbolicLink(IPath, IPath, IFileAttribute[])
Delete(IPath)
DeleteIfExists(IPath)
GetFileAttributeView(IPath, Class, LinkOption[])
GetFileStore(IPath)
GetFileSystem(URI)
GetPath(URI)
InstalledProviders()
IsHidden(IPath)
IsSameFile(IPath, IPath)
Move(IPath, IPath, ICopyOption[])
NewAsynchronousFileChannel(IPath, ICollection<IOpenOption>, IExecutorService, IFileAttribute[])
NewByteChannel(IPath, ICollection<IOpenOption>, IFileAttribute[])
NewDirectoryStream(IPath, IDirectoryStreamFilter)
NewFileChannel(IPath, ICollection<IOpenOption>, IFileAttribute[])
NewFileSystem(IPath, IDictionary<String, Object>)
NewFileSystem(URI, IDictionary<String, Object>)
NewInputStream(IPath, IOpenOption[])
NewOutputStream(IPath, IOpenOption[])
ReadAttributes(IPath, Class, LinkOption[])
ReadAttributes(IPath, String, LinkOption[])
ReadSymbolicLink(IPath)
SetAttribute(IPath, String, Object, LinkOption[])
monoandroid
namespace Java.Nio.FileNio.Spi
{
[Register("java/nio/file/spi/FileSystemProvider", ApiSince = 26, DoNotGenerateAcw = true)]
public abstract class FileSystemProvider : Object
{
protected override IntPtr ThresholdClass { get; }
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API