public static enum IP2Proxy.IOModes extends Enum<IP2Proxy.IOModes>
| Enum Constant and Description |
|---|
IP2PROXY_FILE_IO |
IP2PROXY_MEMORY_MAPPED |
| Modifier and Type | Method and Description |
|---|---|
static IP2Proxy.IOModes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IP2Proxy.IOModes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IP2Proxy.IOModes IP2PROXY_FILE_IO
public static final IP2Proxy.IOModes IP2PROXY_MEMORY_MAPPED
public static IP2Proxy.IOModes[] values()
for (IP2Proxy.IOModes c : IP2Proxy.IOModes.values()) System.out.println(c);
public static IP2Proxy.IOModes valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2017–2019. All rights reserved.