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

Field Summary
static int BYTE
           
static int KILOBYTE
           
static int MEGABYTE
           
 
Method Summary
 void close()
           
 boolean delete()
           
 boolean exist()
           
 long getSize()
           
 boolean rename(String filename)
           
 void write(String text)
           
 

Field Detail

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
Method Detail

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.