Package de.paull.lib.files
Class Writer
java.lang.Object
de.paull.lib.files.Writer
Writer class to write to files
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Writer
public Writer()
-
-
Method Details
-
write
- Parameters:
f- file to write tocontent- content which will be writtenappend- true for append, false for overwrite- Throws:
IOException- on error
-
writeCompressString
Will compress the content and write it to the file- Parameters:
content- content which will be writtenfile- file to write to
-