super(vendorName, version, inputClass);
if (input instanceof File) { try { return new FileImageInputStream((File)input); } catch (Exception e) { return null; } } else { throw new IllegalArgumentException(); }
return "Service provider that instantiates a FileImageInputStream from a File";