com.github.libxjava.io
Class Base85

java.lang.Object
  extended by com.github.libxjava.io.BaseX
      extended by com.github.libxjava.io.Base85

public class Base85
extends BaseX

Base85 implementation using the table proposed in RFC-1924.

Version:
libxjava-jse5 - 0.2
Author:
Marcel Patzlaff
See Also:

Constructor Summary
Base85()
           
 
Method Summary
protected  void internalDecode(InputStream in, OutputStream out)
           
protected  void internalEncode(InputStream in, OutputStream out)
           
 
Methods inherited from class com.github.libxjava.io.BaseX
decode, decode, decode, encode, encode, encode, encode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Base85

public Base85()
Method Detail

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.