Name

SPVM::Sys::IO::Constant - Constant values for IO.

Usage

use Sys::IO::Constant as IO;

my $o_trunc = IO->O_TRUNC;

Description

Sys::IO::Constant is the class for the constant values for IO.

Class Methods

AT_EMPTY_PATH

static method AT_EMPTY_PATH : int ();

Gets the value of AT_EMPTY_PATH. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

AT_FDCWD

static method AT_FDCWD : int ();

Gets the value of AT_FDCWD. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

AT_NO_AUTOMOUNT

static method AT_NO_AUTOMOUNT : int ();

Gets the value of AT_NO_AUTOMOUNT. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

static method AT_SYMLINK_FOLLOW : int ();

Gets the value of AT_SYMLINK_FOLLOW. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

static method AT_SYMLINK_NOFOLLOW : int ();

Gets the value of AT_SYMLINK_NOFOLLOW. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

CAP_CHOWN

static method CAP_CHOWN : int ();

Gets the value of CAP_CHOWN. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

static method CAP_DAC_READ_SEARCH : int ();

Gets the value of CAP_DAC_READ_SEARCH. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

CAP_FOWNER

static method CAP_FOWNER : int ();

Gets the value of CAP_FOWNER. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

CAP_FSETID

static method CAP_FSETID : int ();

Gets the value of CAP_FSETID. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

CAP_LEASE

static method CAP_LEASE : int ();

Gets the value of CAP_LEASE. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

CAP_SYS_RESOURCE

static method CAP_SYS_RESOURCE : int ();

Gets the value of CAP_SYS_RESOURCE. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

DN_ACCESS

static method DN_ACCESS : int ();

Gets the value of DN_ACCESS. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

DN_ATTRIB

static method DN_ATTRIB : int ();

Gets the value of DN_ATTRIB. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

DN_CREATE

static method DN_CREATE : int ();

Gets the value of DN_CREATE. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

DN_DELETE

static method DN_DELETE : int ();

Gets the value of DN_DELETE. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

DN_MODIFY

static method DN_MODIFY : int ();

Gets the value of DN_MODIFY. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

DN_MULTISHOT

static method DN_MULTISHOT : int ();

Gets the value of DN_MULTISHOT. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

DN_RENAME

static method DN_RENAME : int ();

Gets the value of DN_RENAME. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

EOF

static method EOF : int ();

Gets the value of EOF.

FD_CLOEXEC

static method FD_CLOEXEC : int ();

Gets the value of FD_CLOEXEC. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

F_ADD_SEALS

static method F_ADD_SEALS : int ();

Gets the value of F_ADD_SEALS. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

F_DUPFD

static method F_DUPFD : int ();

Gets the value of F_DUPFD. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

F_DUPFD_CLOEXEC

static method F_DUPFD_CLOEXEC : int ();

Gets the value of F_DUPFD_CLOEXEC. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

F_GETFD

static method F_GETFD : int ();

Gets the value of F_GETFD. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

F_GETFL

static method F_GETFL : int ();

Gets the value of F_GETFL. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

F_GETLEASE

static method F_GETLEASE : int ();

Gets the value of F_GETLEASE. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

F_GETLK

static method F_GETLK : int ();

Gets the value of F_GETLK. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

F_GETLK64

static method F_GETLK64 : int ();

Gets the value of F_GETLK64. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

F_GETOWN

static method F_GETOWN : int ();

Gets the value of F_GETOWN. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

F_GETOWN_EX

static method F_GETOWN_EX : int ();

Gets the value of F_GETOWN_EX. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

F_GETPIPE_SZ

static method F_GETPIPE_SZ : int ();

Gets the value of F_GETPIPE_SZ. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

F_GETSIG

static method F_GETSIG : int ();

Gets the value of F_GETSIG. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

F_GET_FILE_RW_HINT

static method F_GET_FILE_RW_HINT : int ();

Gets the value of F_GET_FILE_RW_HINT. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

F_GET_RW_HINT

static method F_GET_RW_HINT : int ();

Gets the value of F_GET_RW_HINT. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

F_GET_SEALS

static method F_GET_SEALS : int ();

Gets the value of F_GET_SEALS. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

F_NOTIFY

static method F_NOTIFY : int ();

Gets the value of F_NOTIFY. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

F_OFD_GETLK

static method F_OFD_GETLK : int ();

Gets the value of F_OFD_GETLK. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

F_OFD_SETLK

static method F_OFD_SETLK : int ();

Gets the value of F_OFD_SETLK. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

F_OFD_SETLKW

static method F_OFD_SETLKW : int ();

Gets the value of F_OFD_SETLKW. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

F_OK

static method F_OK : int ();

Gets the value of F_OK. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

F_OWNER_PGRP

static method F_OWNER_PGRP : int ();

Gets the value of F_OWNER_PGRP. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

F_OWNER_PID

static method F_OWNER_PID : int ();

Gets the value of F_OWNER_PID. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

F_OWNER_TID

static method F_OWNER_TID : int ();

Gets the value of F_OWNER_TID. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

F_RDLCK

static method F_RDLCK : int ();

Gets the value of F_RDLCK. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

F_SEAL_FUTURE_WRITE

static method F_SEAL_FUTURE_WRITE : int ();

Gets the value of F_SEAL_FUTURE_WRITE. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

F_SEAL_GROW

static method F_SEAL_GROW : int ();

Gets the value of F_SEAL_GROW. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

F_SEAL_SEAL

static method F_SEAL_SEAL : int ();

Gets the value of F_SEAL_SEAL. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

F_SEAL_SHRINK

static method F_SEAL_SHRINK : int ();

Gets the value of F_SEAL_SHRINK. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

F_SEAL_WRITE

static method F_SEAL_WRITE : int ();

Gets the value of F_SEAL_WRITE. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

F_SETFD

static method F_SETFD : int ();

Gets the value of F_SETFD. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

F_SETFL

static method F_SETFL : int ();

Gets the value of F_SETFL. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

F_SETLEASE

static method F_SETLEASE : int ();

Gets the value of F_SETLEASE. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

F_SETLK

static method F_SETLK : int ();

Gets the value of F_SETLK. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

F_SETLK64

static method F_SETLK64 : int ();

Gets the value of F_SETLK64. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

F_SETLKW

static method F_SETLKW : int ();

Gets the value of F_SETLKW. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

F_SETLKW64

static method F_SETLKW64 : int ();

Gets the value of F_SETLKW64. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

F_SETOWN

static method F_SETOWN : int ();

Gets the value of F_SETOWN. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

F_SETOWN_EX

static method F_SETOWN_EX : int ();

Gets the value of F_SETOWN_EX. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

F_SETPIPE_SZ

static method F_SETPIPE_SZ : int ();

Gets the value of F_SETPIPE_SZ. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

F_SETSIG

static method F_SETSIG : int ();

Gets the value of F_SETSIG. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

F_SET_FILE_RW_HINT

static method F_SET_FILE_RW_HINT : int ();

Gets the value of F_SET_FILE_RW_HINT. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

F_SET_RW_HINT

static method F_SET_RW_HINT : int ();

Gets the value of F_SET_RW_HINT. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

F_UNLCK

static method F_UNLCK : int ();

Gets the value of F_UNLCK. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

F_WRLCK

static method F_WRLCK : int ();

Gets the value of F_WRLCK. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

LOCK_EX

static method LOCK_EX : int ();

Gets the value of LOCK_EX. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

LOCK_SH

static method LOCK_SH : int ();

Gets the value of LOCK_SH. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

LOCK_UN

static method LOCK_UN : int ();

Gets the value of LOCK_UN. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

O_APPEND

static method O_APPEND : int ();

Gets the value of O_APPEND. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

O_ASYNC

static method O_ASYNC : int ();

Gets the value of O_ASYNC. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

O_CLOEXEC

static method O_CLOEXEC : int ();

Gets the value of O_CLOEXEC. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

O_CREAT

static method O_CREAT : int ();

Gets the value of O_CREAT. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

O_DIRECT

static method O_DIRECT : int ();

Gets the value of O_DIRECT. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

O_DIRECTORY

static method O_DIRECTORY : int ();

Gets the value of O_DIRECTORY. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

O_DSYNC

static method O_DSYNC : int ();

Gets the value of O_DSYNC. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

O_EXCL

static method O_EXCL : int ();

Gets the value of O_EXCL. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

O_EXEC

static method O_EXEC : int ();

Gets the value of O_EXEC. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

O_LARGEFILE

static method O_LARGEFILE : int ();

Gets the value of O_LARGEFILE. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

O_NDELAY

static method O_NDELAY : int ();

Gets the value of O_NDELAY. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

O_NOATIME

static method O_NOATIME : int ();

Gets the value of O_NOATIME. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

O_NOCTTY

static method O_NOCTTY : int ();

Gets the value of O_NOCTTY. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

O_NOFOLLOW

static method O_NOFOLLOW : int ();

Gets the value of O_NOFOLLOW. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

O_NONBLOCK

static method O_NONBLOCK : int ();

Gets the value of O_NONBLOCK. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

O_PATH

static method O_PATH : int ();

Gets the value of O_PATH. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

O_RDONLY

static method O_RDONLY : int ();

Gets the value of O_RDONLY. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

O_RDWR

static method O_RDWR : int ();

Gets the value of O_RDWR. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

O_RSYNC

static method O_RSYNC : int ();

Gets the value of O_RSYNC. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

O_SYNC

static method O_SYNC : int ();

Gets the value of O_SYNC. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

O_TMPFILE

static method O_TMPFILE : int ();

Gets the value of O_TMPFILE. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

O_TRUNC

static method O_TRUNC : int ();

Gets the value of O_TRUNC. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

O_WRONLY

static method O_WRONLY : int ();

Gets the value of O_WRONLY. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

R_OK

static method R_OK : int ();

Gets the value of R_OK. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

SEEK_CUR

static method SEEK_CUR : int ();

Gets the value of SEEK_CUR. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

SEEK_DATA

static method SEEK_DATA : int ();

Gets the value of SEEK_DATA. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

SEEK_END

static method SEEK_END : int ();

Gets the value of SEEK_END. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

SEEK_HOLE

static method SEEK_HOLE : int ();

Gets the value of SEEK_HOLE. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

SEEK_SET

static method SEEK_SET : int ();

Gets the value of SEEK_SET. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

S_CDF

static method S_CDF : int ();

Gets the value of S_CDF. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

S_ENFMT

static method S_ENFMT : int ();

Gets the value of S_ENFMT. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

S_IF

static method S_IF : int ();

Gets the value of S_IF. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

S_IFBLK

static method S_IFBLK : int ();

Gets the value of S_IFBLK. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

S_IFCHR

static method S_IFCHR : int ();

Gets the value of S_IFCHR. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

S_IFCMP

static method S_IFCMP : int ();

Gets the value of S_IFCMP. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

S_IFDIR

static method S_IFDIR : int ();

Gets the value of S_IFDIR. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

S_IFDOOR

static method S_IFDOOR : int ();

Gets the value of S_IFDOOR. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

S_IFIFO

static method S_IFIFO : int ();

Gets the value of S_IFIFO. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

S_IFLNK

static method S_IFLNK : int ();

Gets the value of S_IFLNK. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

S_IFMPB

static method S_IFMPB : int ();

Gets the value of S_IFMPB. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

S_IFMPC

static method S_IFMPC : int ();

Gets the value of S_IFMPC. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

S_IFMT

static method S_IFMT : int ();

Gets the value of S_IFMT. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

S_IFNAM

static method S_IFNAM : int ();

Gets the value of S_IFNAM. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

S_IFNWK

static method S_IFNWK : int ();

Gets the value of S_IFNWK. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

S_IFREG

static method S_IFREG : int ();

Gets the value of S_IFREG. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

S_IFSHAD

static method S_IFSHAD : int ();

Gets the value of S_IFSHAD. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

S_IFSOCK

static method S_IFSOCK : int ();

Gets the value of S_IFSOCK. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

S_IFWHT

static method S_IFWHT : int ();

Gets the value of S_IFWHT. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

S_INSEM

static method S_INSEM : int ();

Gets the value of S_INSEM. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

S_INSHD

static method S_INSHD : int ();

Gets the value of S_INSHD. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

S_IREAD

static method S_IREAD : int ();

Gets the value of S_IREAD. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

S_IRGRP

static method S_IRGRP : int ();

Gets the value of S_IRGRP. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

S_IROTH

static method S_IROTH : int ();

Gets the value of S_IROTH. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

S_IRUSR

static method S_IRUSR : int ();

Gets the value of S_IRUSR. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

S_IRWXG

static method S_IRWXG : int ();

Gets the value of S_IRWXG. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

S_IRWXO

static method S_IRWXO : int ();

Gets the value of S_IRWXO. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

S_IRWXU

static method S_IRWXU : int ();

Gets the value of S_IRWXU. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

S_ISBLK

static method S_ISBLK : int ();

Gets the value of S_ISBLK. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

S_ISCHR

static method S_ISCHR : int ();

Gets the value of S_ISCHR. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

S_ISDIR

static method S_ISDIR : int ();

Gets the value of S_ISDIR. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

S_ISFIFO

static method S_ISFIFO : int ();

Gets the value of S_ISFIFO. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

S_ISGID

static method S_ISGID : int ();

Gets the value of S_ISGID. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

S_ISLNK

static method S_ISLNK : int ();

Gets the value of S_ISLNK. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

S_ISREG

static method S_ISREG : int ();

Gets the value of S_ISREG. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

S_ISSOCK

static method S_ISSOCK : int ();

Gets the value of S_ISSOCK. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

S_ISUID

static method S_ISUID : int ();

Gets the value of S_ISUID. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

S_ISVTX

static method S_ISVTX : int ();

Gets the value of S_ISVTX. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

S_IWGRP

static method S_IWGRP : int ();

Gets the value of S_IWGRP. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

S_IWOTH

static method S_IWOTH : int ();

Gets the value of S_IWOTH. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

S_IWUSR

static method S_IWUSR : int ();

Gets the value of S_IWUSR. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

S_IXGRP

static method S_IXGRP : int ();

Gets the value of S_IXGRP. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

S_IXOTH

static method S_IXOTH : int ();

Gets the value of S_IXOTH. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

S_IXUSR

static method S_IXUSR : int ();

Gets the value of S_IXUSR. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

W_OK

static method W_OK : int ();

Gets the value of W_OK. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

X_OK

static method X_OK : int ();

Gets the value of X_OK. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

AT_EACCESS

static method AT_EACCESS : int ();

Gets the value of AT_EACCESS. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

STDIN_FILENO

static method STDIN_FILENO : int ();

Gets the value of STDIN_FILENO. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

STDOUT_FILENO

static method STDOUT_FILENO : int ();

Gets the value of STDOUT_FILENO. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

STDERR_FILENO

static method STDERR_FILENO : int ();

Gets the value of STDERR_FILENO. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

BUFSIZ

static method BUFSIZ : int ();

Gets the value of BUFSIZ. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

_IONBF

static method _IONBF : int ();

Gets the value of _IONBF. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

_IOLBF

static method _IOLBF : int ();

Gets the value of _IOLBF. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

_IOFBF

static method _IOFBF : int ();

Gets the value of _IOFBF. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

FIONBIO

static method FIONBIO : int ();

Gets the value of FIONBIO. If the value is not defined in the system, an exception is thrown with the error code set to the basic type ID of the Error::NotSupported class.

Copyright & License

Copyright (c) 2023 Yuki Kimoto

MIT License