Package io.undertow.util
Class FlexBase64.DecoderOutputStream
java.lang.Object
java.io.OutputStream
io.undertow.util.FlexBase64.DecoderOutputStream
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
- Enclosing class:
- FlexBase64
An output stream which decodes base64 data written to it, and writes the decoded output to the
wrapped inner stream.
-
Method Summary
Methods inherited from class java.io.OutputStream
nullOutputStream, write
-
Method Details
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
-
write
- Specified by:
write
in classOutputStream
- Throws:
IOException
-
flush
- Specified by:
flush
in interfaceFlushable
- Overrides:
flush
in classOutputStream
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classOutputStream
- Throws:
IOException
-