AsynchronousFileChannel
AsynchronousFileChannel()
AsynchronousFileChannel(IntPtr, JniHandleOwnership)
IsOpen
JniPeerMembers
ThresholdClass
ThresholdType
Close()
Force(Boolean)
Lock()
Lock(Object, ICompletionHandler)
Lock(Int64, Int64, Boolean)
Lock(Int64, Int64, Boolean, Object, ICompletionHandler)
Open(IPath, IOpenOption[])
Open(IPath, ICollection<IOpenOption>, IExecutorService, IFileAttribute[])
Read(ByteBuffer, Int64)
Read(ByteBuffer, Int64, Object, ICompletionHandler)
Size()
Truncate(Int64)
TryLock()
TryLock(Int64, Int64, Boolean)
Write(ByteBuffer, Int64)
Write(ByteBuffer, Int64, Object, ICompletionHandler)
monoandroid
namespace Java.Nio.Channels
{
[Register("java/nio/channels/AsynchronousFileChannel", ApiSince = 26, DoNotGenerateAcw = true)]
public abstract class AsynchronousFileChannel : Object, IJavaObject, IJavaPeerable, ICloseable, IAsynchronousChannel, IChannel, IDisposable
{
[Register("size", "()J", "GetSizeHandler", ApiSince = 26)]
public abstract long Size();
}
}
| .NET | 6.07.08.09.0 |
|---|---|
Information specific to monoandroid | |
| Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API