java.lang.Object
com.yuzhyn.azylee.core.ios.txts.TxtTool

public class TxtTool extends Object
  • 构造器详细资料

    • TxtTool

      public TxtTool()
  • 方法详细资料

    • read

      public static String read(String pathName)
    • readLine

      public static List<String> readLine(String pathName)
    • append

      public static boolean append(String pathName, String txt)
    • append

      public static boolean append(String pathName, List<String> lines)
    • create

      public static boolean create(String pathName, List<String> lines)
    • create

      public static boolean create(String pathName, String txt)
    • main

      public static void main(String[] args)