Uses of Class
de.waldheinz.fs.fat.FatLfnDirectoryEntry

Packages that use FatLfnDirectoryEntry
de.waldheinz.fs.fat Contains the classes implementing the FAT(12/16/32) file system. 
 

Uses of FatLfnDirectoryEntry in de.waldheinz.fs.fat
 

Methods in de.waldheinz.fs.fat that return FatLfnDirectoryEntry
 FatLfnDirectoryEntry FatLfnDirectory.addDirectory(String name)
           Add a new (sub-)directory with a given name to this directory. According to the FAT file system specification, leading and trailing spaces in the name are ignored by this method.
 FatLfnDirectoryEntry FatLfnDirectory.addFile(String name)
           Add a new file with a given name to this directory. According to the FAT file system specification, leading and trailing spaces in the name are ignored by this method.
 FatLfnDirectoryEntry FatLfnDirectory.getEntry(String name)
           Gets the entry with the given name. According to the FAT file system specification, leading and trailing spaces in the name are ignored by this method.
 



Copyright © 2014. All rights reserved.