Package 

Class FileUtil

    • Method Summary

      Modifier and Type Method Description
      static Array<byte> returnFileByte(String filePath) File to byte[]
      static void createFile(Array<byte> fileByte, String filePath) createFile from byte[]
      static boolean deleteFile(String filePath) delete file
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait