|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FsDirectoryEntry | |
---|---|
de.waldheinz.fs | Contains the file-system independent classes and interfaces, as well as
the FileSystemFactory for creating
FileSystem instances. |
de.waldheinz.fs.fat | Contains the classes implementing the FAT(12/16/32) file system. |
Uses of FsDirectoryEntry in de.waldheinz.fs |
---|
Fields in de.waldheinz.fs with type parameters of type FsDirectoryEntry | |
---|---|
static Comparator<FsDirectoryEntry> |
FsDirectoryEntry.DIRECTORY_ENTRY_COMPARATOR
Compares directory entries alphabetically, with all directories coming before all files. |
Methods in de.waldheinz.fs that return FsDirectoryEntry | |
---|---|
FsDirectoryEntry |
FsDirectory.addDirectory(String name)
Add a new (sub-)directory with a given name to this directory. |
FsDirectoryEntry |
FsDirectory.addFile(String name)
Add a new file with a given name to this directory. |
FsDirectoryEntry |
FsDirectory.getEntry(String name)
Gets the entry with the given name. |
Methods in de.waldheinz.fs that return types with arguments of type FsDirectoryEntry | |
---|---|
Iterator<FsDirectoryEntry> |
FsDirectory.iterator()
Gets an iterator to iterate over the entries of this directory. |
Uses of FsDirectoryEntry in de.waldheinz.fs.fat |
---|
Classes in de.waldheinz.fs.fat that implement FsDirectoryEntry | |
---|---|
class |
FatLfnDirectoryEntry
Represents an entry in a FatLfnDirectory . |
Methods in de.waldheinz.fs.fat that return types with arguments of type FsDirectoryEntry | |
---|---|
Iterator<FsDirectoryEntry> |
FatLfnDirectory.iterator()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |