org.glite.lb
public class ILFileWriter extends Object
Constructor Summary | |
---|---|
ILFileWriter() |
Method Summary | |
---|---|
static Long | write(String prefix, String message, int repeatWriteToFile, String owner, String permissions)
Writes message to a file and returns size of this file before writing the
data |
static Long | write(String prefix, String message, int repeatWriteToFile)
Writes message to a file and returns size of this file before writing the
data |
Parameters: prefix file path message message which will be written repeatWriteToFile count of attempts to write to file in case of failure
Parameters: prefix file path message message which will be written repeatWriteToFile count of attempts to write to file in case of failure