public abstract class ResilientOutputStreamBase extends OutputStream
| Constructor and Description |
|---|
ResilientOutputStreamBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
addStatus(Status status) |
void |
close() |
void |
flush() |
Context |
getContext() |
void |
postIOFailure(IOException e) |
void |
setContext(Context context) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
writepublic 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 postIOFailure(IOException e)
public 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 © 2010 - 2020 Adobe. All Rights Reserved