Method Summary |
|
protected boolean | compile(char c) Return true or false wether this encoding can encode the specified
character or not. |
public static void | main(String args) Compile all java.nio.charset.Charset classes and generate
the main holding encodings table. |
public static Compiler | process(Charset charset) Process a NIO Charset producing a java source file. |
public void | save() Save this Charset into a Java source file. |
public void | save(File directory) Save this Charset into a Java source file. |
public void | save(OutputStream stream) Save this Charset as a Java source file to the specified
OutputStream . |