public class UrlTextExample extends Object
| Constructor and Description |
|---|
UrlTextExample() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String... argv)
Sanitizes each of its inputs (argv) and writes them to stdout with a
line-break after each one.
|
static void |
run(Appendable out,
String... inputs)
Sanitizes inputs to out.
|
public static void run(Appendable out, String... inputs) throws IOException
IOExceptionpublic static void main(String... argv) throws IOException
IOExceptionCopyright © 2016. All rights reserved.