Package io.undertow.util
Class FlexBase64.EncoderInputStream
- java.lang.Object
-
- java.io.InputStream
-
- io.undertow.util.FlexBase64.EncoderInputStream
-
- All Implemented Interfaces:
Closeable,AutoCloseable
- Enclosing class:
- FlexBase64
public static class FlexBase64.EncoderInputStream extends InputStream
An input stream which encodes bytes as they are read from a stream.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intread()intread(byte[] b, int off, int len)-
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skip, transferTo
-
-
-
-
Method Detail
-
read
public int read() throws IOException- Specified by:
readin classInputStream- Throws:
IOException
-
read
public int read(byte[] b, int off, int len) throws IOException- Overrides:
readin classInputStream- Throws:
IOException
-
-