|
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.FileSystemFlag
public final class FileSystemFlag
File system flags used by Drive.getFileSystemFlags()
Field Summary | |
---|---|
static int |
CASE_IS_PRESERVED
File system preserved case of file names. |
static int |
CASE_SENSITIVE
File system supports case sensitive file names. |
static int |
FILE_COMPRESSION
File system supports file compression. |
static int |
NAMED_STREAMS
File system supports named streams. |
static int |
PERSISTENT_ACLS
File system preserves and enforces ACLs. |
static int |
READ_ONLY_VOLUME
File system volume is read-only. |
static int |
SUPPORTS_ENCRYPTION
File system supports encryption. |
static int |
SUPPORTS_OBJECT_IDS
File system supports object identifiers. |
static int |
SUPPORTS_REPARSE_POINTS
File system supports reparse points. |
static int |
SUPPORTS_SPARSE_FILES
File system supports sparse files. |
static int |
UNICODE_STORED_ON_DISK
File system supports Unicode file names. |
static int |
VOL_IS_COMPRESSED
File system volume is compressed. |
static int |
VOLUME_QUOTAS
File system supports disk quotas. |
Constructor Summary | |
---|---|
FileSystemFlag()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int CASE_IS_PRESERVED
Set to FS_CASE_IS_PRESERVED.
public static final int CASE_SENSITIVE
Set to FS_CASE_SENSITIVE.
public static final int UNICODE_STORED_ON_DISK
Set to FS_UNICODE_STORED_ON_DISK.
public static final int PERSISTENT_ACLS
Set to FS_PERSISTENT_ACLS.
public static final int FILE_COMPRESSION
Set to FS_FILE_COMPRESSION.
public static final int VOL_IS_COMPRESSED
Set to FS_VOL_IS_COMPRESSED.
public static final int NAMED_STREAMS
Set to FILE_NAMED_STREAMS.
public static final int READ_ONLY_VOLUME
Set to FILE_READ_ONLY_VOLUME.
public static final int SUPPORTS_ENCRYPTION
Set to FILE_SUPPORTS_ENCRYPTION.
public static final int SUPPORTS_OBJECT_IDS
Set to FILE_SUPPORTS_OBJECT_IDS.
public static final int SUPPORTS_REPARSE_POINTS
Set to FILE_SUPPORTS_REPARSE_POINTS.
public static final int SUPPORTS_SPARSE_FILES
Set to FILE_SUPPORTS_SPARSE_FILES.
public static final int VOLUME_QUOTAS
Set to FILE_VOLUME_QUOTAS.
Constructor Detail |
---|
public FileSystemFlag()
|
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.