All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.xnio.FileAccess Maven / Gradle / Ivy

There is a newer version: 3.8.16.Final
Show newest version

package org.xnio;

/**
 * @author David M. Lloyd
 */
public enum FileAccess {
    READ_ONLY,
    READ_WRITE
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy