Loading tools/STF475Tools/src/FileUtils.java +2 −1 Original line number Diff line number Diff line Loading @@ -54,6 +54,7 @@ public class FileUtils { // ----------------------------------------------------------------------------------------------- @SuppressWarnings("resource") public static void copyFile(File in, File out) throws IOException { FileChannel inChannel = new FileInputStream(in).getChannel(); FileChannel outChannel = new FileOutputStream(out).getChannel(); Loading Loading
tools/STF475Tools/src/FileUtils.java +2 −1 Original line number Diff line number Diff line Loading @@ -54,6 +54,7 @@ public class FileUtils { // ----------------------------------------------------------------------------------------------- @SuppressWarnings("resource") public static void copyFile(File in, File out) throws IOException { FileChannel inChannel = new FileInputStream(in).getChannel(); FileChannel outChannel = new FileOutputStream(out).getChannel(); Loading