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 Writer
IOException
public final void write(String str, int off, int len) throws IOException
write
in class Writer
IOException
public final void write(int c) throws IOException
write
in class Writer
IOException
protected 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 © 2004-2013 The Apache Software Foundation. All Rights Reserved.