Files.NewByteChannel メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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 ドキュメントjava.nio.file.Files.newByteChannel(java.nio.file.Path, java.nio.file.OpenOption)
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 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 ドキュメントjava.nio.file.Files.newByteChannel(java.nio.file.Path, java.nio.file.OpenOption)
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。