Package anderix.io
Class TextFile
java.lang.Object
anderix.io.TextFile
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
appendEcho
(String str) void
void
appendlnEcho
(String str) read()
String[]
readln()
void
void
replaceAll
(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
-