gnu.crypto.pki.io
public class Base64InputStream extends FilterInputStream
Constructor Summary | |
---|---|
Base64InputStream(InputStream in)
Create a new Base-64 input stream. |
Method Summary | |
---|---|
int | available() |
void | mark(int markLimit) |
boolean | markSupported() |
int | read() |
int | read(byte[] buf, int off, int len) |
void | reset() |
long | skip(long n) |
Parameters: in The source of Base-64 input.