コード例 #1
0
ファイル: PersistentFSImpl.java プロジェクト: ernestp/consulo
 @Nullable
 private static DataInputStream readContent(@NotNull VirtualFile file) {
   return FSRecords.readContent(getFileId(file));
 }