public enum Errno; extends Enum<Errno>. Enum representing POSIX errno values. ... for (Errno c : Errno.values()) System.out.println(c);.
確定! 回上一頁