Os
JniPeerMembers
ThresholdClass
ThresholdType
Accept(FileDescriptor, InetSocketAddress)
Access(String, Int32)
Bind(FileDescriptor, SocketAddress)
Bind(FileDescriptor, InetAddress, Int32)
Chmod(String, Int32)
Chown(String, Int32, Int32)
Close(FileDescriptor)
Connect(FileDescriptor, SocketAddress)
Connect(FileDescriptor, InetAddress, Int32)
Dup(FileDescriptor)
Dup2(FileDescriptor, Int32)
Environ()
Execv(String, String[])
Execve(String, String[], String[])
Fchmod(FileDescriptor, Int32)
Fchown(FileDescriptor, Int32, Int32)
FcntlInt(FileDescriptor, Int32, Int32)
Fdatasync(FileDescriptor)
Fstat(FileDescriptor)
Fstatvfs(FileDescriptor)
Fsync(FileDescriptor)
Ftruncate(FileDescriptor, Int64)
Gai_strerror(Int32)
Getegid()
Getenv(String)
Geteuid()
Getgid()
Getpeername(FileDescriptor)
Getpid()
Getppid()
Getsockname(FileDescriptor)
GetsockoptTimeval(FileDescriptor, Int32, Int32)
Gettid()
Getuid()
Getxattr(String, String)
If_indextoname(Int32)
If_nametoindex(String)
Inet_pton(Int32, String)
Isatty(FileDescriptor)
Kill(Int32, Int32)
Lchown(String, Int32, Int32)
Link(String, String)
Listen(FileDescriptor, Int32)
Listxattr(String)
Lseek(FileDescriptor, Int64, Int32)
Lstat(String)
Memfd_create(String, Int32)
Mincore(Int64, Int64, Byte[])
Mkdir(String, Int32)
Mkfifo(String, Int32)
Mlock(Int64, Int64)
Mmap(Int64, Int64, Int32, Int32, FileDescriptor, Int64)
Msync(Int64, Int64, Int32)
Munlock(Int64, Int64)
Munmap(Int64, Int64)
Open(String, Int32, Int32)
Pipe()
Poll(StructPollfd[], Int32)
Posix_fallocate(FileDescriptor, Int64, Int64)
Prctl(Int32, Int64, Int64, Int64, Int64)
Pread(FileDescriptor, ByteBuffer, Int64)
Pread(FileDescriptor, Byte[], Int32, Int32, Int64)
Pwrite(FileDescriptor, ByteBuffer, Int64)
Pwrite(FileDescriptor, Byte[], Int32, Int32, Int64)
Read(FileDescriptor, ByteBuffer)
Read(FileDescriptor, Byte[], Int32, Int32)
Readlink(String)
Readv(FileDescriptor, Object[], Int32[], Int32[])
Recvfrom(FileDescriptor, ByteBuffer, Int32, InetSocketAddress)
Recvfrom(FileDescriptor, Byte[], Int32, Int32, Int32, InetSocketAddress)
Recvmsg(FileDescriptor, StructMsghdr, Int32)
Remove(String)
Removexattr(String, String)
Rename(String, String)
Sendfile(FileDescriptor, FileDescriptor, Int64Ref, Int64)
Sendfile(FileDescriptor, FileDescriptor, MutableLong, Int64)
Sendmsg(FileDescriptor, StructMsghdr, Int32)
Sendto(FileDescriptor, ByteBuffer, Int32, InetAddress, Int32)
Sendto(FileDescriptor, Byte[], Int32, Int32, Int32, SocketAddress)
Sendto(FileDescriptor, Byte[], Int32, Int32, Int32, InetAddress, Int32)
Setegid(Int32)
Setenv(String, String, Boolean)
Seteuid(Int32)
Setgid(Int32)
Setsid()
SetsockoptInt(FileDescriptor, Int32, Int32, Int32)
SetsockoptTimeval(FileDescriptor, Int32, Int32, StructTimeval)
Setuid(Int32)
Setxattr(String, String, Byte[], Int32)
Shutdown(FileDescriptor, Int32)
Socket(Int32, Int32, Int32)
Socketpair(Int32, Int32, Int32, FileDescriptor, FileDescriptor)
Stat(String)
Statvfs(String)
Strerror(Int32)
Strsignal(Int32)
Symlink(String, String)
Sysconf(Int32)
Tcdrain(FileDescriptor)
Tcsendbreak(FileDescriptor, Int32)
Umask(Int32)
Uname()
Unsetenv(String)
Waitpid(Int32, MutableInt, Int32)
Write(FileDescriptor, ByteBuffer)
Write(FileDescriptor, Byte[], Int32, Int32)
Writev(FileDescriptor, Object[], Int32[], Int32[])
net9.0-android34.0
namespace Android.Systems
{
[Register("android/system/Os", DoNotGenerateAcw = true)]
public sealed class Os : Object
{
[Register("write", "(Ljava/io/FileDescriptor;[BII)I", "")]
public static int Write(FileDescriptor? fd, byte[]? bytes, int byteOffset, int byteCount);
}
}
| .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