@NotNull public static char[] loadFileText(@NotNull File file, @Nullable @NonNls String encoding) throws IOException { return FileUtilRt.loadFileText(file, encoding); }
@NotNull public static char[] loadFileText(@NotNull File file) throws IOException { return FileUtilRt.loadFileText(file); }