FilterInputStream | +--gnu.mail.util.Base64InputStream
Base64InputStream(InputStream in) Constructs an input stream that decodes an underlying Base64-encoded stream. |
int | Returns the number of bytes that can be read (or skipped over) from this input stream without blocking by the next caller of a method for this input stream. |
int | read() Reads the next byte of data from the input stream. |
int | read(byte[] b, int off, int len) Reads up to len bytes of data from the input stream into an array of bytes. |
public Base64InputStream(InputStream in)
public int available()
public int read()
public int read(byte[] b, int off, int len)