Package com.ormfile.io
Class OrmFIleIO
java.lang.Object
com.ormfile.io.OrmFIleIO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
UpdateLine
(@NotNull File file, @NotNull String line) static void
static void
WriteLines
(@NotNull File file, @NotNull ArrayList<String> lstLines)
-
Constructor Details
-
OrmFIleIO
public OrmFIleIO()
-
-
Method Details
-
WriteLines
public static void WriteLines(@NotNull @NotNull File file, @NotNull @NotNull ArrayList<String> lstLines) throws IOException - Throws:
IOException
-
WriteLine
public static void WriteLine(@NotNull @NotNull File file, @NotNull @NotNull String line) throws IOException - Throws:
IOException
-
UpdateLine
public static void UpdateLine(@NotNull @NotNull File file, @NotNull @NotNull String line) throws IOException - Throws:
IOException
-