Partager via


AsynchronousFileChannel.Open Méthode

Définition

Surcharges

Open(IPath, ICollection<IOpenOption>, IExecutorService, IFileAttribute[])

Ouvre ou crée un fichier pour la lecture et/ou l’écriture, en retournant un canal de fichier asynchrone pour accéder au fichier.

Open(IPath, IOpenOption[])

Ouvre ou crée un fichier pour la lecture et/ou l’écriture, en retournant un canal de fichier asynchrone pour accéder au fichier.

Open(IPath, ICollection<IOpenOption>, IExecutorService, IFileAttribute[])

Ouvre ou crée un fichier pour la lecture et/ou l’écriture, en retournant un canal de fichier asynchrone pour accéder au fichier.

[Android.Runtime.Register("open", "(Ljava/nio/file/Path;Ljava/util/Set;Ljava/util/concurrent/ExecutorService;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/channels/AsynchronousFileChannel;", "", ApiSince=26)]
public static Java.Nio.Channels.AsynchronousFileChannel? Open (Java.Nio.FileNio.IPath? file, System.Collections.Generic.ICollection<Java.Nio.FileNio.IOpenOption>? options, Java.Util.Concurrent.IExecutorService? executor, params Java.Nio.FileNio.Attributes.IFileAttribute[]? attrs);
[<Android.Runtime.Register("open", "(Ljava/nio/file/Path;Ljava/util/Set;Ljava/util/concurrent/ExecutorService;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/channels/AsynchronousFileChannel;", "", ApiSince=26)>]
static member Open : Java.Nio.FileNio.IPath * System.Collections.Generic.ICollection<Java.Nio.FileNio.IOpenOption> * Java.Util.Concurrent.IExecutorService * Java.Nio.FileNio.Attributes.IFileAttribute[] -> Java.Nio.Channels.AsynchronousFileChannel

Paramètres

file
IPath

Chemin d’accès du fichier à ouvrir ou créer

options
ICollection<IOpenOption>

Options spécifiant la façon dont le fichier est ouvert

executor
IExecutorService
attrs
IFileAttribute[]

Retours

Un nouveau canal de fichier asynchrone

Attributs

Remarques

Documentation Java pour java.nio.channels.AsynchronousFileChannel.open(java.nio.file.Path, java.nio.file.OpenOption).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à

Open(IPath, IOpenOption[])

Ouvre ou crée un fichier pour la lecture et/ou l’écriture, en retournant un canal de fichier asynchrone pour accéder au fichier.

[Android.Runtime.Register("open", "(Ljava/nio/file/Path;[Ljava/nio/file/OpenOption;)Ljava/nio/channels/AsynchronousFileChannel;", "", ApiSince=26)]
public static Java.Nio.Channels.AsynchronousFileChannel? Open (Java.Nio.FileNio.IPath? file, params Java.Nio.FileNio.IOpenOption[]? options);
[<Android.Runtime.Register("open", "(Ljava/nio/file/Path;[Ljava/nio/file/OpenOption;)Ljava/nio/channels/AsynchronousFileChannel;", "", ApiSince=26)>]
static member Open : Java.Nio.FileNio.IPath * Java.Nio.FileNio.IOpenOption[] -> Java.Nio.Channels.AsynchronousFileChannel

Paramètres

file
IPath

Chemin d’accès du fichier à ouvrir ou créer

options
IOpenOption[]

Options spécifiant la façon dont le fichier est ouvert

Retours

Un nouveau canal de fichier asynchrone

Attributs

Remarques

Documentation Java pour java.nio.channels.AsynchronousFileChannel.open(java.nio.file.Path, java.nio.file.OpenOption).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à