5253545556575859
* * @param record the file record. */ public NTFSDirectory(NTFSFileSystem fs, FileRecord record) throws IOException { this.fs = fs; this.index = new NTFSIndex(record); id = Long.toString(record.getReferenceNumber()); }