AsynchronousFileChannel.Open 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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[]
반환
새 비동기 파일 채널
- 특성
설명
이 페이지의 일부는 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[]
파일을 여는 방법을 지정하는 옵션
반환
새 비동기 파일 채널
- 특성
설명
이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.