public class USBStorageDevice extends Object
| Constructor and Description |
|---|
USBStorageDevice(File rootDirectory,
String deviceName,
String device,
String uuid) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canExecute()
Check if the actual user has execute permissions in this drive.
|
boolean |
canRead()
Check if it is possible to read in this device.
|
boolean |
canWrite()
Check if it is possible to write in this device.
|
String |
getSystemDisplayName() |
public boolean canRead()
File.canRead()public boolean canWrite()
File.canWrite()public boolean canExecute()
File.canWrite()public String getSystemDisplayName()
FileSystemView.getSystemDisplayName(java.io.File)Copyright © 2022. All rights reserved.