The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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 ();

Get the constant value of AT_EMPTY_PATH. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

AT_FDCWD

  static method AT_FDCWD : int ();

Get the constant value of AT_FDCWD. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

AT_NO_AUTOMOUNT

  static method AT_NO_AUTOMOUNT : int ();

Get the constant value of AT_NO_AUTOMOUNT. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

  static method AT_SYMLINK_FOLLOW : int ();

Get the constant value of AT_SYMLINK_FOLLOW. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

  static method AT_SYMLINK_NOFOLLOW : int ();

Get the constant value of AT_SYMLINK_NOFOLLOW. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

CAP_CHOWN

  static method CAP_CHOWN : int ();

Get the constant value of CAP_CHOWN. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

  static method CAP_DAC_READ_SEARCH : int ();

Get the constant value of CAP_DAC_READ_SEARCH. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

CAP_FOWNER

  static method CAP_FOWNER : int ();

Get the constant value of CAP_FOWNER. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

CAP_FSETID

  static method CAP_FSETID : int ();

Get the constant value of CAP_FSETID. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

CAP_LEASE

  static method CAP_LEASE : int ();

Get the constant value of CAP_LEASE. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

CAP_SYS_RESOURCE

  static method CAP_SYS_RESOURCE : int ();

Get the constant value of CAP_SYS_RESOURCE. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

DN_ACCESS

  static method DN_ACCESS : int ();

Get the constant value of DN_ACCESS. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

DN_ATTRIB

  static method DN_ATTRIB : int ();

Get the constant value of DN_ATTRIB. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

DN_CREATE

  static method DN_CREATE : int ();

Get the constant value of DN_CREATE. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

DN_DELETE

  static method DN_DELETE : int ();

Get the constant value of DN_DELETE. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

DN_MODIFY

  static method DN_MODIFY : int ();

Get the constant value of DN_MODIFY. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

DN_MULTISHOT

  static method DN_MULTISHOT : int ();

Get the constant value of DN_MULTISHOT. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

DN_RENAME

  static method DN_RENAME : int ();

Get the constant value of DN_RENAME. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

EOF

  static method EOF : int ();

Get the constant value of EOF.

FD_CLOEXEC

  static method FD_CLOEXEC : int ();

Get the constant value of FD_CLOEXEC. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

F_ADD_SEALS

  static method F_ADD_SEALS : int ();

Get the constant value of F_ADD_SEALS. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

F_DUPFD

  static method F_DUPFD : int ();

Get the constant value of F_DUPFD. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

F_DUPFD_CLOEXEC

  static method F_DUPFD_CLOEXEC : int ();

Get the constant value of F_DUPFD_CLOEXEC. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

F_GETFD

  static method F_GETFD : int ();

Get the constant value of F_GETFD. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

F_GETFL

  static method F_GETFL : int ();

Get the constant value of F_GETFL. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

F_GETLEASE

  static method F_GETLEASE : int ();

Get the constant value of F_GETLEASE. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

F_GETLK

  static method F_GETLK : int ();

Get the constant value of F_GETLK. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

F_GETLK64

  static method F_GETLK64 : int ();

Get the constant value of F_GETLK64. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

F_GETOWN

  static method F_GETOWN : int ();

Get the constant value of F_GETOWN. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

F_GETOWN_EX

  static method F_GETOWN_EX : int ();

Get the constant value of F_GETOWN_EX. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

F_GETPIPE_SZ

  static method F_GETPIPE_SZ : int ();

Get the constant value of F_GETPIPE_SZ. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

F_GETSIG

  static method F_GETSIG : int ();

Get the constant value of F_GETSIG. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

F_GET_FILE_RW_HINT

  static method F_GET_FILE_RW_HINT : int ();

Get the constant value of F_GET_FILE_RW_HINT. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

F_GET_RW_HINT

  static method F_GET_RW_HINT : int ();

Get the constant value of F_GET_RW_HINT. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

F_GET_SEALS

  static method F_GET_SEALS : int ();

Get the constant value of F_GET_SEALS. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

F_NOTIFY

  static method F_NOTIFY : int ();

Get the constant value of F_NOTIFY. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

F_OFD_GETLK

  static method F_OFD_GETLK : int ();

Get the constant value of F_OFD_GETLK. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

F_OFD_SETLK

  static method F_OFD_SETLK : int ();

Get the constant value of F_OFD_SETLK. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

F_OFD_SETLKW

  static method F_OFD_SETLKW : int ();

Get the constant value of F_OFD_SETLKW. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

F_OK

  static method F_OK : int ();

Get the constant value of F_OK. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

F_OWNER_PGRP

  static method F_OWNER_PGRP : int ();

Get the constant value of F_OWNER_PGRP. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

F_OWNER_PID

  static method F_OWNER_PID : int ();

Get the constant value of F_OWNER_PID. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

F_OWNER_TID

  static method F_OWNER_TID : int ();

Get the constant value of F_OWNER_TID. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

F_RDLCK

  static method F_RDLCK : int ();

Get the constant value of F_RDLCK. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

F_SEAL_FUTURE_WRITE

  static method F_SEAL_FUTURE_WRITE : int ();

Get the constant value of F_SEAL_FUTURE_WRITE. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

F_SEAL_GROW

  static method F_SEAL_GROW : int ();

Get the constant value of F_SEAL_GROW. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

F_SEAL_SEAL

  static method F_SEAL_SEAL : int ();

Get the constant value of F_SEAL_SEAL. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

F_SEAL_SHRINK

  static method F_SEAL_SHRINK : int ();

Get the constant value of F_SEAL_SHRINK. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

F_SEAL_WRITE

  static method F_SEAL_WRITE : int ();

Get the constant value of F_SEAL_WRITE. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

F_SETFD

  static method F_SETFD : int ();

Get the constant value of F_SETFD. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

F_SETFL

  static method F_SETFL : int ();

Get the constant value of F_SETFL. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

F_SETLEASE

  static method F_SETLEASE : int ();

Get the constant value of F_SETLEASE. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

F_SETLK

  static method F_SETLK : int ();

Get the constant value of F_SETLK. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

F_SETLK64

  static method F_SETLK64 : int ();

Get the constant value of F_SETLK64. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

F_SETLKW

  static method F_SETLKW : int ();

Get the constant value of F_SETLKW. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

F_SETLKW64

  static method F_SETLKW64 : int ();

Get the constant value of F_SETLKW64. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

F_SETOWN

  static method F_SETOWN : int ();

Get the constant value of F_SETOWN. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

F_SETOWN_EX

  static method F_SETOWN_EX : int ();

Get the constant value of F_SETOWN_EX. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

F_SETPIPE_SZ

  static method F_SETPIPE_SZ : int ();

Get the constant value of F_SETPIPE_SZ. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

F_SETSIG

  static method F_SETSIG : int ();

Get the constant value of F_SETSIG. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

F_SET_FILE_RW_HINT

  static method F_SET_FILE_RW_HINT : int ();

Get the constant value of F_SET_FILE_RW_HINT. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

F_SET_RW_HINT

  static method F_SET_RW_HINT : int ();

Get the constant value of F_SET_RW_HINT. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

F_UNLCK

  static method F_UNLCK : int ();

Get the constant value of F_UNLCK. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

F_WRLCK

  static method F_WRLCK : int ();

Get the constant value of F_WRLCK. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

LOCK_EX

  static method LOCK_EX : int ();

Get the constant value of LOCK_EX. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

LOCK_SH

  static method LOCK_SH : int ();

Get the constant value of LOCK_SH. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

LOCK_UN

  static method LOCK_UN : int ();

Get the constant value of LOCK_UN. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

O_APPEND

  static method O_APPEND : int ();

Get the constant value of O_APPEND. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

O_ASYNC

  static method O_ASYNC : int ();

Get the constant value of O_ASYNC. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

O_CLOEXEC

  static method O_CLOEXEC : int ();

Get the constant value of O_CLOEXEC. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

O_CREAT

  static method O_CREAT : int ();

Get the constant value of O_CREAT. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

O_DIRECT

  static method O_DIRECT : int ();

Get the constant value of O_DIRECT. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

O_DIRECTORY

  static method O_DIRECTORY : int ();

Get the constant value of O_DIRECTORY. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

O_DSYNC

  static method O_DSYNC : int ();

Get the constant value of O_DSYNC. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

O_EXCL

  static method O_EXCL : int ();

Get the constant value of O_EXCL. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

O_EXEC

  static method O_EXEC : int ();

Get the constant value of O_EXEC. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

O_LARGEFILE

  static method O_LARGEFILE : int ();

Get the constant value of O_LARGEFILE. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

O_NDELAY

  static method O_NDELAY : int ();

Get the constant value of O_NDELAY. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

O_NOATIME

  static method O_NOATIME : int ();

Get the constant value of O_NOATIME. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

O_NOCTTY

  static method O_NOCTTY : int ();

Get the constant value of O_NOCTTY. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

O_NOFOLLOW

  static method O_NOFOLLOW : int ();

Get the constant value of O_NOFOLLOW. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

O_NONBLOCK

  static method O_NONBLOCK : int ();

Get the constant value of O_NONBLOCK. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

O_PATH

  static method O_PATH : int ();

Get the constant value of O_PATH. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

O_RDONLY

  static method O_RDONLY : int ();

Get the constant value of O_RDONLY. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

O_RDWR

  static method O_RDWR : int ();

Get the constant value of O_RDWR. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

O_RSYNC

  static method O_RSYNC : int ();

Get the constant value of O_RSYNC. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

O_SYNC

  static method O_SYNC : int ();

Get the constant value of O_SYNC. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

O_TMPFILE

  static method O_TMPFILE : int ();

Get the constant value of O_TMPFILE. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

O_TRUNC

  static method O_TRUNC : int ();

Get the constant value of O_TRUNC. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

O_WRONLY

  static method O_WRONLY : int ();

Get the constant value of O_WRONLY. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

R_OK

  static method R_OK : int ();

Get the constant value of R_OK. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

SEEK_CUR

  static method SEEK_CUR : int ();

Get the constant value of SEEK_CUR. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

SEEK_DATA

  static method SEEK_DATA : int ();

Get the constant value of SEEK_DATA. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

SEEK_END

  static method SEEK_END : int ();

Get the constant value of SEEK_END. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

SEEK_HOLE

  static method SEEK_HOLE : int ();

Get the constant value of SEEK_HOLE. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

SEEK_SET

  static method SEEK_SET : int ();

Get the constant value of SEEK_SET. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

S_CDF

  static method S_CDF : int ();

Get the constant value of S_CDF. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

S_ENFMT

  static method S_ENFMT : int ();

Get the constant value of S_ENFMT. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

S_IF

  static method S_IF : int ();

Get the constant value of S_IF. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

S_IFBLK

  static method S_IFBLK : int ();

Get the constant value of S_IFBLK. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

S_IFCHR

  static method S_IFCHR : int ();

Get the constant value of S_IFCHR. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

S_IFCMP

  static method S_IFCMP : int ();

Get the constant value of S_IFCMP. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

S_IFDIR

  static method S_IFDIR : int ();

Get the constant value of S_IFDIR. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

S_IFDOOR

  static method S_IFDOOR : int ();

Get the constant value of S_IFDOOR. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

S_IFIFO

  static method S_IFIFO : int ();

Get the constant value of S_IFIFO. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

S_IFLNK

  static method S_IFLNK : int ();

Get the constant value of S_IFLNK. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

S_IFMPB

  static method S_IFMPB : int ();

Get the constant value of S_IFMPB. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

S_IFMPC

  static method S_IFMPC : int ();

Get the constant value of S_IFMPC. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

S_IFMT

  static method S_IFMT : int ();

Get the constant value of S_IFMT. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

S_IFNAM

  static method S_IFNAM : int ();

Get the constant value of S_IFNAM. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

S_IFNWK

  static method S_IFNWK : int ();

Get the constant value of S_IFNWK. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

S_IFREG

  static method S_IFREG : int ();

Get the constant value of S_IFREG. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

S_IFSHAD

  static method S_IFSHAD : int ();

Get the constant value of S_IFSHAD. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

S_IFSOCK

  static method S_IFSOCK : int ();

Get the constant value of S_IFSOCK. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

S_IFWHT

  static method S_IFWHT : int ();

Get the constant value of S_IFWHT. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

S_INSEM

  static method S_INSEM : int ();

Get the constant value of S_INSEM. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

S_INSHD

  static method S_INSHD : int ();

Get the constant value of S_INSHD. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

S_IREAD

  static method S_IREAD : int ();

Get the constant value of S_IREAD. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

S_IRGRP

  static method S_IRGRP : int ();

Get the constant value of S_IRGRP. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

S_IROTH

  static method S_IROTH : int ();

Get the constant value of S_IROTH. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

S_IRUSR

  static method S_IRUSR : int ();

Get the constant value of S_IRUSR. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

S_IRWXG

  static method S_IRWXG : int ();

Get the constant value of S_IRWXG. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

S_IRWXO

  static method S_IRWXO : int ();

Get the constant value of S_IRWXO. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

S_IRWXU

  static method S_IRWXU : int ();

Get the constant value of S_IRWXU. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

S_ISBLK

  static method S_ISBLK : int ();

Get the constant value of S_ISBLK. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

S_ISCHR

  static method S_ISCHR : int ();

Get the constant value of S_ISCHR. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

S_ISDIR

  static method S_ISDIR : int ();

Get the constant value of S_ISDIR. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

S_ISFIFO

  static method S_ISFIFO : int ();

Get the constant value of S_ISFIFO. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

S_ISGID

  static method S_ISGID : int ();

Get the constant value of S_ISGID. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

S_ISLNK

  static method S_ISLNK : int ();

Get the constant value of S_ISLNK. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

S_ISREG

  static method S_ISREG : int ();

Get the constant value of S_ISREG. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

S_ISSOCK

  static method S_ISSOCK : int ();

Get the constant value of S_ISSOCK. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

S_ISUID

  static method S_ISUID : int ();

Get the constant value of S_ISUID. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

S_ISVTX

  static method S_ISVTX : int ();

Get the constant value of S_ISVTX. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

S_IWGRP

  static method S_IWGRP : int ();

Get the constant value of S_IWGRP. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

S_IWOTH

  static method S_IWOTH : int ();

Get the constant value of S_IWOTH. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

S_IWUSR

  static method S_IWUSR : int ();

Get the constant value of S_IWUSR. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

S_IXGRP

  static method S_IXGRP : int ();

Get the constant value of S_IXGRP. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

S_IXOTH

  static method S_IXOTH : int ();

Get the constant value of S_IXOTH. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

S_IXUSR

  static method S_IXUSR : int ();

Get the constant value of S_IXUSR. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

W_OK

  static method W_OK : int ();

Get the constant value of W_OK. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

X_OK

  static method X_OK : int ();

Get the constant value of X_OK. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

AT_EACCESS

  static method AT_EACCESS : int ();

Get the constant value of AT_EACCESS. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

STDIN_FILENO

  static method STDIN_FILENO : int ();

Get the constant value of STDIN_FILENO. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

STDOUT_FILENO

  static method STDOUT_FILENO : int ();

Get the constant value of STDOUT_FILENO. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

STDERR_FILENO

  static method STDERR_FILENO : int ();

Get the constant value of STDERR_FILENO. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

BUFSIZ

  static method BUFSIZ : int ();

Get the constant value of BUFSIZ. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

_IONBF

  static method _IONBF : int ();

Get the constant value of _IONBF. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

_IOLBF

  static method _IOLBF : int ();

Get the constant value of _IOLBF. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

_IOFBF

  static method _IOFBF : int ();

Get the constant value of _IOFBF. If the system doesn't define this constant, an exception will be thrown. The error code is set to the class id of the Error::NotSupported class.

Copyright & License

Copyright (c) 2023 Yuki Kimoto

MIT License