Servertec
Foundation Classes
1.3.3 09/04/2005

stec.sfc.Win32
Class FileSystemFlag

java.lang.Object
  extended by stec.sfc.Win32.FileSystemFlag

public final class FileSystemFlag
extends java.lang.Object

File system flags used by Drive.getFileSystemFlags()

Since:
1.1.0 11/18/2001

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

CASE_IS_PRESERVED

public static final int CASE_IS_PRESERVED
File system preserved case of file names.

Set to FS_CASE_IS_PRESERVED.


CASE_SENSITIVE

public static final int CASE_SENSITIVE
File system supports case sensitive file names.

Set to FS_CASE_SENSITIVE.


UNICODE_STORED_ON_DISK

public static final int UNICODE_STORED_ON_DISK
File system supports Unicode file names.

Set to FS_UNICODE_STORED_ON_DISK.


PERSISTENT_ACLS

public static final int PERSISTENT_ACLS
File system preserves and enforces ACLs. NTFS only.

Set to FS_PERSISTENT_ACLS.


FILE_COMPRESSION

public static final int FILE_COMPRESSION
File system supports file compression.

Set to FS_FILE_COMPRESSION.


VOL_IS_COMPRESSED

public static final int VOL_IS_COMPRESSED
File system volume is compressed.

Set to FS_VOL_IS_COMPRESSED.


NAMED_STREAMS

public static final int NAMED_STREAMS
File system supports named streams.

Set to FILE_NAMED_STREAMS.


READ_ONLY_VOLUME

public static final int READ_ONLY_VOLUME
File system volume is read-only.

Set to FILE_READ_ONLY_VOLUME.


SUPPORTS_ENCRYPTION

public static final int SUPPORTS_ENCRYPTION
File system supports encryption.

Set to FILE_SUPPORTS_ENCRYPTION.


SUPPORTS_OBJECT_IDS

public static final int SUPPORTS_OBJECT_IDS
File system supports object identifiers.

Set to FILE_SUPPORTS_OBJECT_IDS.


SUPPORTS_REPARSE_POINTS

public static final int SUPPORTS_REPARSE_POINTS
File system supports reparse points.

Set to FILE_SUPPORTS_REPARSE_POINTS.


SUPPORTS_SPARSE_FILES

public static final int SUPPORTS_SPARSE_FILES
File system supports sparse files.

Set to FILE_SUPPORTS_SPARSE_FILES.


VOLUME_QUOTAS

public static final int VOLUME_QUOTAS
File system supports disk quotas.

Set to FILE_VOLUME_QUOTAS.

Constructor Detail

FileSystemFlag

public FileSystemFlag()

Servertec
Foundation Classes
1.3.3 09/04/2005

Copyright © 2001-2005 Servertec. All rights reserved.