Package io.undertow.util
Class FlexBase64.DecoderInputStream
java.lang.Object
java.io.InputStream
io.undertow.util.FlexBase64.DecoderInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Enclosing class:
- FlexBase64
An input stream which decodes bytes as they are read from a stream with Base64 encoded data.
-
Method Summary
Methods inherited from class java.io.InputStream
available, mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Method Details
-
read
- Overrides:
read
in classInputStream
- Throws:
IOException
-
read
- Specified by:
read
in classInputStream
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classInputStream
- Throws:
IOException
-