Package com.sun.jna.platform.linux
Interface Fcntl
- 
 public interface FcntlPOSIX Standard: 6.5 File Control Operations fromfcntl.h
- 
- 
Field SummaryFields Modifier and Type Field Description static intO_CREATstatic intO_EXCLstatic intO_RDONLYstatic intO_RDWRstatic intO_TRUNCstatic intO_WRONLYstatic intS_IRGRPstatic intS_IROTHstatic intS_IRUSRstatic intS_IRWXGstatic intS_IRWXOstatic intS_IRWXUstatic intS_ISGIDstatic intS_ISUIDstatic intS_ISVTXstatic intS_IWGRPstatic intS_IWOTHstatic intS_IWUSRstatic intS_IXGRPstatic intS_IXOTHstatic intS_IXUSR
 
- 
- 
- 
Field Detail- 
O_RDONLYstatic final int O_RDONLY - See Also:
- Constant Field Values
 
 - 
O_WRONLYstatic final int O_WRONLY - See Also:
- Constant Field Values
 
 - 
O_RDWRstatic final int O_RDWR - See Also:
- Constant Field Values
 
 - 
O_CREATstatic final int O_CREAT - See Also:
- Constant Field Values
 
 - 
O_EXCLstatic final int O_EXCL - See Also:
- Constant Field Values
 
 - 
O_TRUNCstatic final int O_TRUNC - See Also:
- Constant Field Values
 
 - 
S_IRUSRstatic final int S_IRUSR - See Also:
- Constant Field Values
 
 - 
S_IWUSRstatic final int S_IWUSR - See Also:
- Constant Field Values
 
 - 
S_IXUSRstatic final int S_IXUSR - See Also:
- Constant Field Values
 
 - 
S_IRWXUstatic final int S_IRWXU - See Also:
- Constant Field Values
 
 - 
S_IRGRPstatic final int S_IRGRP - See Also:
- Constant Field Values
 
 - 
S_IWGRPstatic final int S_IWGRP - See Also:
- Constant Field Values
 
 - 
S_IXGRPstatic final int S_IXGRP - See Also:
- Constant Field Values
 
 - 
S_IRWXGstatic final int S_IRWXG - See Also:
- Constant Field Values
 
 - 
S_IROTHstatic final int S_IROTH - See Also:
- Constant Field Values
 
 - 
S_IWOTHstatic final int S_IWOTH - See Also:
- Constant Field Values
 
 - 
S_IXOTHstatic final int S_IXOTH - See Also:
- Constant Field Values
 
 - 
S_IRWXOstatic final int S_IRWXO - See Also:
- Constant Field Values
 
 - 
S_ISUIDstatic final int S_ISUID - See Also:
- Constant Field Values
 
 - 
S_ISGIDstatic final int S_ISGID - See Also:
- Constant Field Values
 
 - 
S_ISVTXstatic final int S_ISVTX - See Also:
- Constant Field Values
 
 
- 
 
-