|
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.FileShareMode
public final class FileShareMode
File share modes used by RandomAccessFile.
| Field Summary | |
|---|---|
static int |
DELETE
Allow only delete access mode. |
static int |
READ
Allow only read access mode. |
static int |
WRITE
Allow only write access mode. |
| Constructor Summary | |
|---|---|
FileShareMode()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int DELETE
Windows NT/2000/XP only.
Set to FILE_SHARE_DELETE.
public static final int READ
Set to FILE_SHARE_READ.
public static final int WRITE
Set to FILE_SHARE_WRITE.
| Constructor Detail |
|---|
public FileShareMode()
|
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.