public class Base64DecoderAdapter extends InputStream
| Constructor and Description |
|---|
Base64DecoderAdapter(Reader in) |
Base64DecoderAdapter(Reader in,
int outBufferSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static byte[] |
fromBase64(String bytes) |
int |
read() |
int |
read(byte[] cbuf,
int off,
int len) |
available, mark, markSupported, read, reset, skippublic Base64DecoderAdapter(Reader in)
public Base64DecoderAdapter(Reader in, int outBufferSize)
public static byte[] fromBase64(String bytes) throws IOException
IOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] cbuf,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionCopyright © 2024 vpc open source initiative. All rights reserved.