public class EncodingOutputStream extends FilteredOutputStream
out| Constructor and Description |
|---|
EncodingOutputStream(OutputStream out,
String codecName,
String name) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onThrowable(Throwable t)
Handle any IOExceptions thrown.
|
afterWrite, beforeWrite, close, flush, write, write, writepublic EncodingOutputStream(OutputStream out, String codecName, String name)
protected void onThrowable(Throwable t)
FilteredOutputStreamThis method provides a point to implement custom exception handling. The default behavior is to re-throw the exception.
onThrowable in class FilteredOutputStreamt - The Throwable thrownCopyright © 2014–2024 jsonwebtoken.io. All rights reserved.