super(vendorName, version, outputClass);
if (output instanceof File) { try { return new FileImageOutputStream((File)output); } catch (Exception e) { e.printStackTrace(); return null; } } else { throw new IllegalArgumentException(); }
return "Service provider that instantiates a FileImageOutputStream from a File";