Package org.robovm.apple.foundation
Class NSFileSystemAttributes
java.lang.Object
org.robovm.apple.foundation.NSDictionaryWrapper
org.robovm.apple.foundation.NSFileSystemAttributes
public class NSFileSystemAttributes extends NSDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNSFileSystemAttributes.AsListMarshalerstatic classNSFileSystemAttributes.Marshaler -
Field Summary
-
Constructor Summary
Constructors Constructor Description NSFileSystemAttributes() -
Method Summary
Modifier and Type Method Description NSObjectget(NSFileSystemAttribute key)longgetFreeNodes()longgetFreeSize()longgetNodes()longgetSize()longgetSystemNumber()booleanhas(NSFileSystemAttribute key)NSFileSystemAttributesset(NSFileSystemAttribute key, NSObject value)NSFileSystemAttributessetFreeNodes(long freeNodes)NSFileSystemAttributessetFreeSize(long freeSize)NSFileSystemAttributessetNodes(long nodes)NSFileSystemAttributessetSize(long size)NSFileSystemAttributessetSystemNumber(long systemNumber)Methods inherited from class org.robovm.apple.foundation.NSDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
NSFileSystemAttributes
public NSFileSystemAttributes()
-
-
Method Details
-
has
-
get
-
set
-
getSystemNumber
public long getSystemNumber() -
setSystemNumber
-
getSize
public long getSize() -
setSize
-
getFreeSize
public long getFreeSize() -
setFreeSize
-
getNodes
public long getNodes() -
setNodes
-
getFreeNodes
public long getFreeNodes() -
setFreeNodes
-