Home
last modified time | relevance | path

Searched refs:fc (Results 1 – 1 of 1) sorted by relevance

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/util/
DFileDisk.java43 private final FileChannel fc; field in FileDisk
64 this.fc = raf.getChannel(); in FileDisk()
67 public FileDisk(RandomAccessFile raf, FileChannel fc, boolean readOnly) { in FileDisk() argument
70 this.fc = fc; in FileDisk()
77 this.fc = raf.getChannel(); in FileDisk()
118 final int read = fc.read(dest, devOffset); in read()
137 final int written = fc.write(src, devOffset); in write()
161 this.fc.close(); in close()