org.xnio.FileAccess Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xnio-api Show documentation
Show all versions of xnio-api Show documentation
The API JAR of the XNIO project
package org.xnio;
/**
* @author David M. Lloyd
*/
public enum FileAccess {
READ_ONLY,
READ_WRITE
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy