super(vendor, ver, RandomAccessFile.class);
if (output instanceof RandomAccessFile) { return new FileImageOutputStream((RandomAccessFile) output); } throw new IllegalArgumentException("output is not instance of java.io.RandomAccessFile");
return "RandomAccessFile IOS Spi";