public class DecodingInputStream extends FilteredInputStream
in| Constructor and Description |
|---|
DecodingInputStream(InputStream in,
String codecName,
String name) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onThrowable(Throwable t)
Handle any Throwable thrown; by default, throws the given exception.
|
afterRead, available, beforeRead, close, mark, markSupported, read, read, read, reset, skippublic DecodingInputStream(InputStream in, String codecName, String name)
protected void onThrowable(Throwable t)
FilteredInputStreamThis method provides a point to implement custom exception handling. The default behavior is to re-throw the exception.
onThrowable in class FilteredInputStreamt - The IOException thrownCopyright © 2014–2024 jsonwebtoken.io. All rights reserved.