org.apache.tapestry5.internal.util
Class Base64InputStream
java.lang.Object
java.io.InputStream
java.io.ByteArrayInputStream
org.apache.tapestry5.internal.util.Base64InputStream
- All Implemented Interfaces:
- Closeable
public class Base64InputStream
- extends ByteArrayInputStream
An extension of ByteArrayInputStream
that is initialized from a Base64 input stream (rather than from a byte
array).
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Base64InputStream
public Base64InputStream(String base64)
Copyright © 2003-2012 The Apache Software Foundation.