public class Detokenizer extends Object
| Constructor and Description |
|---|
Detokenizer(PrintWriter out) |
Detokenizer(Writer out)
Creates a new PrintWriter and calls the other constructor.
|
public Detokenizer(PrintWriter out)
out - the file to write the output to.public Detokenizer(Writer out)
public void write(Token tok) throws IOException
tok - the token to decode.IOExceptionCopyright © 2001-2012 Apache Software Foundation. All Rights Reserved.