com.github.libxjava.io
Class Base85
java.lang.Object
com.github.libxjava.io.BaseX
com.github.libxjava.io.Base85
public class Base85
- extends BaseX
Base85 implementation using the table proposed in RFC-1924.
- Version:
- libxjava-cldc - 0.3
- Author:
- Marcel Patzlaff
- See Also:
Base85
public Base85()
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.