org.mortbay.util
public class RolloverFileOutputStream extends FilterOutputStream
Version: $Id: RolloverFileOutputStream.java,v 1.14 2005/08/13 00:01:28 gregwilkins Exp $
Constructor Summary | |
---|---|
RolloverFileOutputStream(String filename) | |
RolloverFileOutputStream(String filename, boolean append) | |
RolloverFileOutputStream(String filename, boolean append, int retainDays) |
Method Summary | |
---|---|
void | close() |
String | getDatedFilename() |
String | getFilename() |
int | getRetainDays() |
void | write(byte[] buf) |
void | write(byte[] buf, int off, int len) |