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-cldc - 0.3
- Author:
- Marcel Patzlaff
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 © 2011 Marcel Patzlaff. All Rights Reserved.