org.mortbay.util
Class RolloverFileOutputStream

java.lang.Object
  extended byjava.io.OutputStream
      extended byjava.io.FilterOutputStream
          extended byorg.mortbay.util.RolloverFileOutputStream

public class RolloverFileOutputStream
extends FilterOutputStream

RolloverFileOutputStream

Author:
Greg Wilkins

Field Summary
 
Fields inherited from class java.io.FilterOutputStream
out
 
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)
           
 
Methods inherited from class java.io.FilterOutputStream
flush, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RolloverFileOutputStream

public RolloverFileOutputStream(String filename)
                         throws IOException

RolloverFileOutputStream

public RolloverFileOutputStream(String filename,
                                boolean append)
                         throws IOException

RolloverFileOutputStream

public RolloverFileOutputStream(String filename,
                                boolean append,
                                int retainDays)
                         throws IOException
Method Detail

getFilename

public String getFilename()

getDatedFilename

public String getDatedFilename()

getRetainDays

public int getRetainDays()

write

public void write(byte[] buf)
           throws IOException
Throws:
IOException

write

public void write(byte[] buf,
                  int off,
                  int len)
           throws IOException
Throws:
IOException

close

public void close()
           throws IOException
Throws:
IOException