org.activemath.fileBased
Class UTF8Escaper
java.lang.Object
org.activemath.fileBased.UTF8Escaper
public class UTF8Escaper
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UTF8Escaper
public UTF8Escaper()
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