HomeSort by relevance Sort by last modified time
    Searched defs:FatFile (Results 1 - 2 of 2) sorted by null

  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FatFile.java 35 public final class FatFile extends AbstractFsObject implements FsFile {
39 private FatFile(FatDirectoryEntry myEntry, ClusterChain chain) {
46 static FatFile get(Fat fat, FatDirectoryEntry entry)
58 return new FatFile(entry, cc);
174 * @throws ReadOnlyException if this {@code FatFile} is read-only
185 * this {@code FatFile}.
196 * Returns a human-readable string representation of this {@code FatFile},
199 * @return a string describing this {@code FatFile}
  /prebuilts/devtools/tools/lib/
fat32lib.jar 

Completed in 2312 milliseconds