public class Outlines extends Object implements Closeable
| Constructor and Description |
|---|
Outlines() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static void |
main(String[] args) |
String |
test1() |
String |
test10() |
String |
test11() |
String |
test12() |
String |
test13() |
String |
test2() |
String |
test3() |
String |
test4() |
String |
test5() |
String |
test6() |
String |
test7() |
String |
test8() |
String |
test9() |
void |
writeOut(String filename) |
public static void main(String[] args) throws IOException, IllegalAccessException, InvocationTargetException, NoSuchMethodException
public void writeOut(String filename) throws IOException
IOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic String test1()
public String test2()
public String test3()
public String test4()
public String test5()
public String test6()
public String test7()
public String test8()
public String test9()
public String test10()
public String test11()
public String test12()
public String test13()