Class Base64InputStream

java.lang.Object
java.io.InputStream
org.apache.james.mime4j.codec.Base64InputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class Base64InputStream extends InputStream
Performs Base-64 decoding on an underlying stream.