org.mozilla.jss.util

Class Base64InputStream

public class Base64InputStream extends FilterInputStream

Reads in base-64 encoded input and spits out the raw binary decoding.
Constructor Summary
Base64InputStream(InputStream in)
Method Summary
intavailable()
voidclose()
static voidmain(String[] args)
voidmark(int readlimit)
booleanmarkSupported()
intread()
intread(byte[] b, int off, int len)
voidreset()
longskip(long n)

Constructor Detail

Base64InputStream

public Base64InputStream(InputStream in)

Method Detail

available

public int available()

close

public void close()

main

public static void main(String[] args)

mark

public void mark(int readlimit)

markSupported

public boolean markSupported()

read

public int read()

read

public int read(byte[] b, int off, int len)

reset

public void reset()

skip

public long skip(long n)