org.activemath.fileBased
Class UTF8Escaper

java.lang.Object
  extended by org.activemath.fileBased.UTF8Escaper

public class UTF8Escaper
extends Object


Constructor Summary
UTF8Escaper()
           
 
Method Summary
static void main(String[] args)
           
static void UTF8Escape(InputStream in, OutputStream out)
           
static void UTF8Escape(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UTF8Escaper

public UTF8Escaper()
Method Detail

UTF8Escape

public static void UTF8Escape(String s)
                       throws IOException
Throws:
IOException

UTF8Escape

public static void UTF8Escape(InputStream in,
                              OutputStream out)
                       throws IOException
Throws:
IOException

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException