com.kitfox.svg.xml
Class Base64OutputStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
com.kitfox.svg.xml.Base64OutputStream
- All Implemented Interfaces:
- Closeable, Flushable
public class Base64OutputStream
- extends FilterOutputStream
- Author:
- kitfox
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Base64OutputStream
public Base64OutputStream(OutputStream out)
flush
public void flush()
throws IOException
- Specified by:
flush in interface Flushable- Overrides:
flush in class FilterOutputStream
- Throws:
IOException
close
public void close()
throws IOException
- Specified by:
close in interface Closeable- Overrides:
close in class FilterOutputStream
- Throws:
IOException
write
public void write(int b)
throws IOException
- Overrides:
write in class FilterOutputStream
- Throws:
IOException
getBase64Byte
public byte getBase64Byte(int index)
Copyright © 2011-2012 Barchart, Inc.. All Rights Reserved.