net.sf.sdedit.util.base64
Class Base64

java.lang.Object
  extended by net.sf.sdedit.util.base64.Base64

public class Base64
extends Object


Constructor Summary
Base64()
           
 
Method Summary
static String createAssignment(InputStream stream, int len)
           
static Image decodeBase64EncodedImage(String code)
           
static String encode(InputStream stream)
           
static void main(String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Base64

public Base64()
Method Detail

encode

public static String encode(InputStream stream)
                     throws IOException
Throws:
IOException

createAssignment

public static String createAssignment(InputStream stream,
                                      int len)
                               throws IOException
Throws:
IOException

decodeBase64EncodedImage

public static Image decodeBase64EncodedImage(String code)

main

public static void main(String[] argv)
                 throws Exception
Throws:
Exception


Copyright © 2011. All Rights Reserved.