コード例 #1
0
ファイル: PersistentFSImpl.java プロジェクト: ernestp/consulo
 @Override
 @Nullable
 public DataInputStream readAttribute(
     @NotNull final VirtualFile file, @NotNull final FileAttribute att) {
   return FSRecords.readAttributeWithLock(getFileId(file), att);
 }