All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javax.jnlp.FileSaveService Maven / Gradle / Ivy



package javax.jnlp;

public interface FileSaveService {

  public FileContents saveFileDialog(java.lang.String pathHint, java.lang.String[] extensions, java.io.InputStream stream, java.lang.String name) throws java.io.IOException;
  public FileContents saveAsFileDialog(java.lang.String pathHint, java.lang.String[] extensions, FileContents contents) throws java.io.IOException;

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy