public class reader { public static Vector read(String fileName, String charsetName) { ... } public static Vector read(String fileName) { ... } }