Partager via


Files.NewByteChannel Méthode

Définition

Surcharges

NewByteChannel(IPath, IOpenOption[])

Ouvre ou crée un fichier, retournant un canal d’octets pouvant être recherché pour accéder au fichier.

NewByteChannel(IPath, ICollection<IOpenOption>, IFileAttribute[])

Ouvre ou crée un fichier, retournant un canal d’octets pouvant être recherché pour accéder au fichier.

NewByteChannel(IPath, IOpenOption[])

Ouvre ou crée un fichier, retournant un canal d’octets pouvant être recherché pour accéder au fichier.

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

Paramètres

path
IPath

chemin d’accès au fichier à ouvrir ou à créer

options
IOpenOption[]

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

Retours

un nouveau canal d’octets pouvant être recherché

Attributs

Remarques

Documentation Java pour java.nio.file.Files.newByteChannel(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 à

NewByteChannel(IPath, ICollection<IOpenOption>, IFileAttribute[])

Ouvre ou crée un fichier, retournant un canal d’octets pouvant être recherché pour accéder au fichier.

[Android.Runtime.Register("newByteChannel", "(Ljava/nio/file/Path;Ljava/util/Set;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/channels/SeekableByteChannel;", "", ApiSince=26)]
public static Java.Nio.Channels.ISeekableByteChannel? NewByteChannel (Java.Nio.FileNio.IPath? path, System.Collections.Generic.ICollection<Java.Nio.FileNio.IOpenOption>? options, params Java.Nio.FileNio.Attributes.IFileAttribute[]? attrs);
[<Android.Runtime.Register("newByteChannel", "(Ljava/nio/file/Path;Ljava/util/Set;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/channels/SeekableByteChannel;", "", ApiSince=26)>]
static member NewByteChannel : Java.Nio.FileNio.IPath * System.Collections.Generic.ICollection<Java.Nio.FileNio.IOpenOption> * Java.Nio.FileNio.Attributes.IFileAttribute[] -> Java.Nio.Channels.ISeekableByteChannel

Paramètres

path
IPath

chemin d’accès au fichier à ouvrir ou à créer

options
ICollection<IOpenOption>

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

attrs
IFileAttribute[]

Retours

un nouveau canal d’octets pouvant être recherché

Attributs

Remarques

Documentation Java pour java.nio.file.Files.newByteChannel(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 à