Searched refs:fc (Results 1 – 1 of 1) sorted by relevance
43 private final FileChannel fc; field in FileDisk64 this.fc = raf.getChannel(); in FileDisk()67 public FileDisk(RandomAccessFile raf, FileChannel fc, boolean readOnly) { in FileDisk() argument70 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()