com.github.libxjava.io
Class Base91
java.lang.Object
com.github.libxjava.io.BaseX
com.github.libxjava.io.Base91
public class Base91
- extends BaseX
Implementation of the basE91 algorithm available on
http://base91.sourceforge.net
- Version:
- libxjava-jse5 - 0.2
- Author:
- Marcel Patzlaff
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Base91
public Base91()
internalDecode
protected void internalDecode(InputStream in,
OutputStream out)
throws IOException
- Specified by:
internalDecode in class BaseX
- Throws:
IOException
internalEncode
protected void internalEncode(InputStream in,
OutputStream out)
throws IOException
- Specified by:
internalEncode in class BaseX
- Throws:
IOException
Copyright © 2010 Marcel Patzlaff. All Rights Reserved.