public interface FileSystem extends OshiJsonObject
| Modifier and Type | Method and Description |
|---|---|
OSFileStore[] |
getFileStores()
Get file stores on this machine
|
long |
getMaxFileDescriptors()
The maximum number of open file descriptors.
|
long |
getOpenFileDescriptors()
The current number of open file descriptors.
|
toJSONOSFileStore[] getFileStores()
OSFileStore objectslong getOpenFileDescriptors()
long getMaxFileDescriptors()
Copyright © 2010–2016 com.github.dblock. All rights reserved.