public abstract class AbstractUsbFile extends java.lang.Object implements UsbFile
| Constructor and Description |
|---|
AbstractUsbFile() |
| Modifier and Type | Method and Description |
|---|---|
UsbFile |
search(java.lang.String path)
Tries to search a corresponding entry associated with the path parameter.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, createdAt, createDirectory, createFile, delete, flush, getLength, getName, getParent, isDirectory, isRoot, lastAccessed, lastModified, list, listFiles, moveTo, read, setLength, setName, writepublic UsbFile search(java.lang.String path) throws java.io.IOException
UsbFile