public class FileMode extends Object
| Constructor and Description |
|---|
FileMode(int mode) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDircetory() |
boolean |
isGr() |
boolean |
isGw() |
boolean |
isGx() |
boolean |
isOr() |
boolean |
isOw() |
boolean |
isOx() |
boolean |
isUr() |
boolean |
isUw() |
boolean |
isUx() |
String |
toChmodStringBasic() |
String |
toChmodStringFull() |
String |
toString() |
public String toChmodStringBasic()
public String toChmodStringFull()
public boolean isDircetory()
public boolean isUr()
public boolean isUw()
public boolean isUx()
public boolean isGr()
public boolean isGw()
public boolean isGx()
public boolean isOr()
public boolean isOw()
public boolean isOx()
Copyright © 2018 fuin.org (Germany). All rights reserved.