| Package | Description |
|---|---|
| oshi.hardware |
[oshi-core API] Provides cross-platform implementation to retrieve hardware
information such as CPU, Memory, Display, Disks, Network Interfaces, Power
Sources, Sensors, and USB Devices
|
| Modifier and Type | Method and Description |
|---|---|
HWPartition[] |
HWDiskStore.getPartitions() |
| Modifier and Type | Method and Description |
|---|---|
int |
HWPartition.compareTo(HWPartition part) |
void |
HWDiskStore.setPartitions(HWPartition[] partitions) |
| Constructor and Description |
|---|
HWDiskStore(String name,
String model,
String serial,
long size,
long reads,
long readBytes,
long writes,
long writeBytes,
long transferTime,
HWPartition[] partitions,
long timeStamp)
Create an object with all values
|
Copyright © 2010–2018 oshi. All rights reserved.