Lolololol.
|
|

Lolololol.

A guy with 30 posts is saying Lolololol, its a good contribution and addition.

I'm currently lost on this post?


Your want to be right is clouding your ability to communicate peacefully with people
you can't force your opinion on other people. there is no right or wrong. there is people and emotions. we either help or don't help
anyways ontopic, i kinda like this especially since when i put up a server i usually leave it run for a week before i check it haha


Code:public static LinkedList<String> readFile(String directory) throws IOException { LinkedList<String> fileLines = new LinkedList<String>(); BufferedReader reader = null; try { reader = new BufferedReader(new FileReader(directory)); String string; while ((string = reader.readLine()) != null) { fileLines.add(string); } } finally { if (reader != null) { reader.close(); reader = null; } } return fileLines; }
Is directly from the dementhium source.
| « RS Wiki dumpers | [Matrix/718] Item requires Donator » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |