ch.qos.logback.core.recovery
Class ResilientFileOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by ch.qos.logback.core.recovery.ResilientOutputStreamBase
          extended by ch.qos.logback.core.recovery.ResilientFileOutputStream
All Implemented Interfaces:
Closeable, Flushable

public class ResilientFileOutputStream
extends ResilientOutputStreamBase


Field Summary
 
Fields inherited from class ch.qos.logback.core.recovery.ResilientOutputStreamBase
os, presumedClean
 
Constructor Summary
ResilientFileOutputStream(File file, boolean append)
           
 
Method Summary
 FileChannel getChannel()
           
 File getFile()
           
 String toString()
           
 
Methods inherited from class ch.qos.logback.core.recovery.ResilientOutputStreamBase
addStatus, close, flush, getContext, setContext, write, write
 
Methods inherited from class java.io.OutputStream
write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResilientFileOutputStream

public ResilientFileOutputStream(File file,
                                 boolean append)
                          throws FileNotFoundException
Throws:
FileNotFoundException
Method Detail

getChannel

public FileChannel getChannel()

getFile

public File getFile()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2005-2012 QOS.ch. All Rights Reserved.