Package javatapas.io

Class CopyFileNio

java.lang.Object
javatapas.io.CopyFileNio

public class CopyFileNio
extends Object
Version:
2021-04-28
Author:
Kodiak Brown
  • Constructor Details

    • CopyFileNio

      public CopyFileNio()
  • Method Details

    • copyFileNIO

      public static void copyFileNIO​(String origFileName, String newFileName) throws IOException
      Parameters:
      origFileName - The name of the source file to be copied.
      newFileName - The name of the destination file to be created from the copy.
      Throws:
      IOException