Package games.stendhal.common
Class IO
java.lang.Object
games.stendhal.common.IO
input/output utility methods
- Author:
- hendrik
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]
readFileContent(String filename)
reads a file into a byte array
-
Constructor Details
-
IO
public IO()
-
-
Method Details
-
readFileContent
reads a file into a byte array- Parameters:
filename
- name of file- Returns:
- byte-array or
null
in case the file cannot be read
-