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
IOException
public static void main(String... argv) throws IOException
IOException
Copyright © 2017. All rights reserved.