public class IO
extends java.lang.Object
| Constructor and Description |
|---|
IO()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
readFile(java.lang.String filename)
Reads a file and returns its content as a String[]
|