|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.starla.smb.SMBFileAttribute
SMB file attribute class.
Defines various bit masks that may be returned in an SMBFileInfo object, that is returned by the SMBDiskSession.getFileInformation () method.
The values are also used by the SMBDiskSession.StartSearch () method to determine the file/directory types that are returned.
Field Summary | |
static int |
Archive
File has been archived/backed up |
static int |
Directory
Directory |
static int |
Hidden
File is hidden |
static int |
Normal
Normal file type |
static int |
ReadOnly
File is read-only |
static int |
System
File is a system special file |
static int |
Volume
Volume label |
Constructor Summary | |
SMBFileAttribute()
|
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static final int Normal
public static final int ReadOnly
public static final int Hidden
public static final int System
public static final int Volume
public static final int Directory
public static final int Archive
Constructor Detail |
public SMBFileAttribute()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |