Package | Description |
---|---|
net.studioblueplanet.usb |
Modifier and Type | Method and Description |
---|---|
static WatchInterface.FileType |
WatchInterface.FileType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WatchInterface.FileType[] |
WatchInterface.FileType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<UsbFile> |
UsbInterface.getFileList(WatchInterface.FileType fileType)
This method requests the list of file of given type
|
ArrayList<UsbFile> |
UsbTestInterface.getFileList(WatchInterface.FileType fileType)
This method requests the list of file of given type
|
abstract ArrayList<UsbFile> |
WatchInterface.getFileList(WatchInterface.FileType fileType)
This method requests the list of file of given type
|
boolean |
WatchInterface.isFileType(UsbFile file,
WatchInterface.FileType type)
THis method evaluates the file and indicates whether it is a file
of indicated file type
|
Copyright © 2020. All rights reserved.