Class IO

java.lang.Object
games.stendhal.common.IO

public class IO extends Object
input/output utility methods
Author:
hendrik
  • Constructor Details

    • IO

      public IO()
  • Method Details

    • readFileContent

      public static byte[] readFileContent(String filename)
      reads a file into a byte array
      Parameters:
      filename - name of file
      Returns:
      byte-array or null in case the file cannot be read