다음을 통해 공유


AsynchronousFileChannel.Open 메서드

정의

오버로드

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

파일에 액세스하기 위해 비동기 파일 채널을 반환하여 읽기 및/또는 쓰기용 파일을 열거나 만듭니다.

Open(IPath, IOpenOption[])

파일에 액세스하기 위해 비동기 파일 채널을 반환하여 읽기 및/또는 쓰기용 파일을 열거나 만듭니다.

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

파일에 액세스하기 위해 비동기 파일 채널을 반환하여 읽기 및/또는 쓰기용 파일을 열거나 만듭니다.

[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

매개 변수

file
IPath

열거나 만들 파일의 경로입니다.

options
ICollection<IOpenOption>

파일을 여는 방법을 지정하는 옵션

executor
IExecutorService
attrs
IFileAttribute[]

반환

새 비동기 파일 채널

특성

설명

에 대한 java.nio.channels.AsynchronousFileChannel.open(java.nio.file.Path, java.nio.file.OpenOption)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상

Open(IPath, IOpenOption[])

파일에 액세스하기 위해 비동기 파일 채널을 반환하여 읽기 및/또는 쓰기용 파일을 열거나 만듭니다.

[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

매개 변수

file
IPath

열거나 만들 파일의 경로입니다.

options
IOpenOption[]

파일을 여는 방법을 지정하는 옵션

반환

새 비동기 파일 채널

특성

설명

에 대한 java.nio.channels.AsynchronousFileChannel.open(java.nio.file.Path, java.nio.file.OpenOption)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상