Пример #1
0
 @Nullable
 private static DataInputStream readContent(@NotNull VirtualFile file) {
   return FSRecords.readContent(getFileId(file));
 }