com.github.libxjava.io
Class Base64

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

public class Base64
extends BaseX

Version:
libxjava-cldc - 0.3
Author:
Marcel Patzlaff

Constructor Summary
Base64()
           
 
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Base64

public Base64()
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 © 2011 Marcel Patzlaff. All Rights Reserved.