ResilientOutputStreamBase | ResilientOutputStreamBase | |||
---|---|---|---|---|
Compiled from "ResilientOutputStreamBase.java" | Compiled from "ResilientOutputStreamBase.java" | |||
abstract class io.dropwizard.logging.ResilientOutputStreamBase extends java .io.OutputStream { | abstract class io.dropwizard.logging.common.ResilientOutputStreamBase exten ds java.io.OutputStream { | |||
protected java.io.OutputStream os; | protected java.io.OutputStream os; | |||
boolean presumedClean; | boolean presumedClean; | |||
io.dropwizard.logging.ResilientOutputStreamBase(); | io.dropwizard.logging.common.ResilientOutputStreamBase(); | |||
public void write(byte[], int, int); | public void write(byte[], int, int); | |||
public void write(int); | public void write(int); | |||
public void flush(); | public void flush(); | |||
abstract java.lang.String getDescription(); | abstract java.lang.String getDescription(); | |||
abstract java.io.OutputStream openNewOutputStream() throws java.io.IOExce ption; | abstract java.io.OutputStream openNewOutputStream() throws java.io.IOExce ption; | |||
public void close() throws java.io.IOException; | public void close() throws java.io.IOException; | |||
public ch.qos.logback.core.Context getContext(); | public ch.qos.logback.core.Context getContext(); | |||
public void setContext(ch.qos.logback.core.Context); | public void setContext(ch.qos.logback.core.Context); | |||
} | } | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |