Package zombie.fileSystem
Class FileOpenMode
java.lang.Object
zombie.fileSystem.FileOpenMode
public final class FileOpenMode
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static int
CREATE
static int
CREATE_AND_WRITE
static int
NONE
static int
OPEN
static int
OPEN_AND_READ
static int
READ
static int
STREAM
static int
WRITE
-
Constructor Summary
Constructors Constructor Description FileOpenMode()
-
Method Summary
Modifier and Type Method Description static java.lang.String
toStringMode(int int1)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
NONE
public static final int NONE- See Also:
- Constant Field Values
-
READ
public static final int READ- See Also:
- Constant Field Values
-
WRITE
public static final int WRITE- See Also:
- Constant Field Values
-
OPEN
public static final int OPEN- See Also:
- Constant Field Values
-
CREATE
public static final int CREATE- See Also:
- Constant Field Values
-
STREAM
public static final int STREAM- See Also:
- Constant Field Values
-
CREATE_AND_WRITE
public static final int CREATE_AND_WRITE- See Also:
- Constant Field Values
-
OPEN_AND_READ
public static final int OPEN_AND_READ- See Also:
- Constant Field Values
-
-
Constructor Details
-
FileOpenMode
public FileOpenMode()
-
-
Method Details
-
toStringMode
public static java.lang.String toStringMode(int int1)
-