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

  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/util/
FileDisk.java 35 public final class FileDisk implements BlockDevice {
38 * The number of bytes per sector for all {@code FileDisk} instances.
48 * Creates a new instance of {@code FileDisk} for the specified
53 * will result in a read-only {@code FileDisk} instance
57 public FileDisk(File file, boolean readOnly) throws FileNotFoundException {
67 public FileDisk(RandomAccessFile raf, FileChannel fc, boolean readOnly) {
74 private FileDisk(RandomAccessFile raf, boolean readOnly) {
82 * Creates a new {@code FileDisk} of the specified size. The
83 * {@code FileDisk} returned by this method will be writable.
85 * @param file the file to hold the {@code FileDisk} content
    [all...]
  /prebuilts/devtools/tools/lib/
fat32lib.jar 

Completed in 167 milliseconds