org.apache.james.mime4j.codec
public class Base64InputStream extends InputStream
Constructor and Description |
---|
Base64InputStream(InputStream in) |
Base64InputStream(InputStream in,
boolean strict) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
read() |
int |
read(byte[] buffer) |
int |
read(byte[] buffer,
int offset,
int length) |
available, mark, markSupported, reset, skip
public Base64InputStream(InputStream in)
public Base64InputStream(InputStream in, boolean strict)
public int read() throws IOException
read
in class InputStream
IOException
public int read(byte[] buffer) throws IOException
read
in class InputStream
IOException
public int read(byte[] buffer, int offset, int length) throws IOException
read
in class InputStream
IOException
public void close() throws IOException
close
in interface Closeable
close
in class InputStream
IOException
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.