Class UnicodeEscapeWriter

  • All Implemented Interfaces:
    Closeable, Flushable, Appendable, AutoCloseable

    public class UnicodeEscapeWriter
    extends FilterWriter
    Writer that escapes non US-ASCII characters into Java Unicode escape \\uXXXX. This process is necessary if the method names or field names contain non US-ASCII characters.
    Author:
    Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)