다음을 통해 공유


Files.NewByteChannel 메서드

정의

오버로드

NewByteChannel(IPath, IOpenOption[])

파일에 액세스하기 위해 검색 가능한 바이트 채널을 반환하여 파일을 열거나 만듭니다.

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

파일에 액세스하기 위해 검색 가능한 바이트 채널을 반환하여 파일을 열거나 만듭니다.

NewByteChannel(IPath, IOpenOption[])

파일에 액세스하기 위해 검색 가능한 바이트 채널을 반환하여 파일을 열거나 만듭니다.

[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

매개 변수

path
IPath

열거나 만들 파일의 경로

options
IOpenOption[]

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

반환

검색 가능한 새 바이트 채널

특성

설명

에 대한 java.nio.file.Files.newByteChannel(java.nio.file.Path, java.nio.file.OpenOption)Java 설명서

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

적용 대상

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

파일에 액세스하기 위해 검색 가능한 바이트 채널을 반환하여 파일을 열거나 만듭니다.

[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

매개 변수

path
IPath

열거나 만들 파일의 경로

options
ICollection<IOpenOption>

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

attrs
IFileAttribute[]

반환

검색 가능한 새 바이트 채널

특성

설명

에 대한 java.nio.file.Files.newByteChannel(java.nio.file.Path, java.nio.file.OpenOption)Java 설명서

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

적용 대상