|
Servertec Foundation Classes 1.3.3 09/04/2005 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectstec.sfc.Win32.FileAccessMode
public final class FileAccessMode
File access modes used by RandomAccessFile
| Field Summary | |
|---|---|
static int |
NONE
Query access to object. |
static int |
READ
Read access to object. |
static int |
WRITE
Write access to object. |
| Constructor Summary | |
|---|---|
FileAccessMode()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int NONE
Set to 0.
public static final int READ
Set to GENERIC_READ.
public static final int WRITE
Set to GENERIC_WRITE.
| Constructor Detail |
|---|
public FileAccessMode()
|
Servertec Foundation Classes 1.3.3 09/04/2005 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2001-2005 Servertec. All rights reserved.