1 package com.apple.eio;2 3 import java.io.IOException ;4 5 public class FileManager {6 public static void setFileTypeAndCreator(String s, int i1, int i2) throws IOException { }7 public static int getFileType(String s) throws IOException { return 0; }8 public static int getFileCreator(String s) throws IOException { return 0; }9 }10