FileChannel
MapMode
FileChannel()
FileChannel(IntPtr, JniHandleOwnership)
JniPeerMembers
ThresholdClass
ThresholdType
Force(Boolean)
ForceAsync(Boolean)
Lock()
Lock(Int64, Int64, Boolean)
Map(MapMode, Int64, Int64)
Open(IPath, IOpenOption[])
Open(IPath, ICollection<IOpenOption>, IFileAttribute[])
Position()
Position(Int64)
Read(ByteBuffer)
Read(ByteBuffer[])
Read(ByteBuffer, Int64)
Read(ByteBuffer[], Int32, Int32)
ReadAsync(ByteBuffer)
ReadAsync(ByteBuffer[])
ReadAsync(ByteBuffer, Int64)
ReadAsync(ByteBuffer[], Int32, Int32)
Size()
TransferFrom(IReadableByteChannel, Int64, Int64)
TransferFromAsync(IReadableByteChannel, Int64, Int64)
TransferTo(Int64, Int64, IWritableByteChannel)
TransferToAsync(Int64, Int64, IWritableByteChannel)
Truncate(Int64)
TruncateAsync(Int64)
TryLock()
TryLock(Int64, Int64, Boolean)
Write(ByteBuffer)
Write(ByteBuffer[])
Write(ByteBuffer, Int64)
Write(ByteBuffer[], Int32, Int32)
WriteAsync(ByteBuffer)
WriteAsync(ByteBuffer[])
WriteAsync(ByteBuffer, Int64)
WriteAsync(ByteBuffer[], Int32, Int32)
net9.0-android34.0
namespace Java.Nio.Channels
{
[Register("java/nio/channels/FileChannel", DoNotGenerateAcw = true)]
public abstract class FileChannel : AbstractInterruptibleChannel, IJavaObject, IJavaPeerable, ICloseable, IByteChannel, IChannel, IGatheringByteChannel, IReadableByteChannel, IScatteringByteChannel, ISeekableByteChannel, IWritableByteChannel, IDisposable
{
[Register("open", "(Ljava/nio/file/Path;Ljava/util/Set;[Ljava/nio/file/attribute/FileAttribute;)Ljava/nio/channels/FileChannel;", "", ApiSince = 26)]
[SupportedOSPlatform("android26.0")]
public static FileChannel? Open(IPath? path, ICollection<IOpenOption!>? options, params IFileAttribute![]? attrs);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to net9.0 | |
Platforms | This API is only available when you target a specific platform: |
Android | 21.022.023.024.025.026.027.028.029.030.031.032.033.034.0 |
Information specific to net9.0-android34.0 | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This API is only supported on the following platforms:
|
- Built-in API
- Package-provided API