25262728293031
* This will use {@link DefaultPOSIXHandler} and the native POSIX implementation * * @return a POSIX implementation */ public static POSIX getPOSIX() { return getPOSIX(new DefaultPOSIXHandler(), true); }
26272829303132