com.googlecode.jpattern.service.log.file
Interface ILogFileWriter
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- LogFileWriter
public interface ILogFileWriter
- extends Serializable
- Author:
- Francesco Cina'
10/apr/2010
BYTE
static final int BYTE
- See Also:
- Constant Field Values
KILOBYTE
static final int KILOBYTE
- See Also:
- Constant Field Values
MEGABYTE
static final int MEGABYTE
- See Also:
- Constant Field Values
write
void write(String text)
getSize
long getSize()
rename
boolean rename(String filename)
delete
boolean delete()
close
void close()
exist
boolean exist()
Copyright © 2011. All Rights Reserved.