public abstract class AbstractBase64DecodingWriter extends Writer
Writer implementations that decode data in base64.| Constructor and Description |
|---|
AbstractBase64DecodingWriter() |
public final void write(char[] cbuf,
int off,
int len)
throws IOException
write in class WriterIOExceptionpublic final void write(String str, int off, int len) throws IOException
write in class WriterIOExceptionpublic final void write(int c)
throws IOException
write in class WriterIOExceptionprotected abstract void doWrite(byte[] b,
int len)
throws IOException
b - the byte array containing the data to write, starting at
offset 0len - the number of bytes to writeIOException - if an I/O error occursCopyright © The Apache Software Foundation. All Rights Reserved.