Class Base64InputStream

java.lang.Object
java.io.InputStream
java.io.ByteArrayInputStream
org.apache.tapestry5.internal.util.Base64InputStream
All Implemented Interfaces:
Closeable, AutoCloseable

An extension of ByteArrayInputStream that is initialized from a Base64 input stream (rather than from a byte array).