|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.OutputStream
ch.qos.logback.core.recovery.ResilientOutputStreamBase
ch.qos.logback.core.recovery.ResilientFileOutputStream
public class ResilientFileOutputStream
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 |
---|
public ResilientFileOutputStream(File file, boolean append) throws FileNotFoundException
FileNotFoundException
Method Detail |
---|
public FileChannel getChannel()
public File getFile()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |