public interface IOConstants
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
O_APPEND |
static int |
O_CLOEXEC |
static int |
O_CREAT |
static int |
O_DIRECTORY |
static int |
O_EXCL |
static int |
O_NOFOLLOW |
static int |
O_NONBLOCK |
static int |
O_RDONLY |
static int |
O_RDWR |
static int |
O_WRONLY |
static final int O_RDONLY
static final int O_WRONLY
static final int O_RDWR
static final int O_CREAT
static final int O_EXCL
static final int O_APPEND
static final int O_NONBLOCK
static final int O_DIRECTORY
static final int O_NOFOLLOW
static final int O_CLOEXEC
Copyright © 2021. All rights reserved.