public abstract class ResilientOutputStreamBase extends OutputStream
| Modifier and Type | Field and Description |
|---|---|
protected OutputStream |
os |
protected boolean |
presumedClean |
| Constructor and Description |
|---|
ResilientOutputStreamBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
addStatus(Status status) |
void |
close() |
void |
flush() |
Context |
getContext() |
void |
setContext(Context context) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
writeprotected OutputStream os
protected boolean presumedClean
public void write(byte[] b,
int off,
int len)
write in class OutputStreampublic void write(int b)
write in class OutputStreampublic void flush()
flush in interface Flushableflush in class OutputStreampublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamIOExceptionpublic void addStatus(Status status)
public Context getContext()
public void setContext(Context context)
Copyright © 2005-2013 QOS.ch. All Rights Reserved.