Package anderix.io
Class TextFile
java.lang.Object
anderix.io.TextFile
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidappendEcho(String str) voidvoidappendlnEcho(String str) read()String[]readln()voidvoidreplaceAll(String regex, String replacement) toFile()void
-
Constructor Details
-
TextFile
-
TextFile
-
-
Method Details
-
read
- Throws:
IOException
-
readln
- Throws:
IOException
-
readNameValuePairs
- Throws:
IOException
-
write
- Throws:
IOException
-
append
- Throws:
IOException
-
appendEcho
- Throws:
IOException
-
appendln
- Throws:
IOException
-
appendlnEcho
- Throws:
IOException
-
toFile
-
removeCRLF
- Throws:
IOException
-
replaceAll
- Throws:
IOException
-