java.lang.Object
mslinks.data.BitSet32
mslinks.data.FileAttributesFlags
- All Implemented Interfaces:
Serializable
-
Constructor Details
-
FileAttributesFlags
public FileAttributesFlags(int n) -
FileAttributesFlags
- Throws:
IOException
-
-
Method Details
-
reset
private void reset() -
isReadonly
public boolean isReadonly() -
isHidden
public boolean isHidden() -
isSystem
public boolean isSystem() -
isDirecory
public boolean isDirecory() -
isArchive
public boolean isArchive() -
isNormal
public boolean isNormal() -
isTemporary
public boolean isTemporary() -
isSparseFile
public boolean isSparseFile() -
isReparsePoint
public boolean isReparsePoint() -
isCompressed
public boolean isCompressed() -
isOffline
public boolean isOffline() -
isNotContentIndexed
public boolean isNotContentIndexed() -
isEncypted
public boolean isEncypted() -
setReadonly
-
setHidden
-
setSystem
-
setDirecory
-
setArchive
-
setNormal
-
setTemporary
-
setSparseFile
-
setReparsePoint
-
setCompressed
-
setOffline
-
setNotContentIndexed
-
setEncypted
-
clearReadonly
-
clearHidden
-
clearSystem
-
clearDirecory
-
clearArchive
-
clearNormal
-
clearTemporary
-
clearSparseFile
-
clearReparsePoint
-
clearCompressed
-
clearOffline
-
clearNotContentIndexed
-
clearEncypted
-