org.mozilla.jss.util
public class Base64InputStream extends FilterInputStream
Constructor Summary | |
---|---|
Base64InputStream(InputStream in) |
Method Summary | |
---|---|
int | available() |
void | close() |
static void | main(String[] args) |
void | mark(int readlimit) |
boolean | markSupported() |
int | read() |
int | read(byte[] b, int off, int len) |
void | reset() |
long | skip(long n) |