javauis/eswt_qt/org.eclipse.swt/Eclipse SWT/common_j2me/org/eclipse/swt/internal/CompatibilityDelegate.java
changeset 78 71ad690e91f5
parent 21 2a9601315dfc
equal deleted inserted replaced
72:1f0034e370aa 78:71ad690e91f5
    16 
    16 
    17 public interface CompatibilityDelegate {
    17 public interface CompatibilityDelegate {
    18     public boolean canOpenFile(String path) throws SecurityException;
    18     public boolean canOpenFile(String path) throws SecurityException;
    19     public InputStream getInputStreamFromFile(String path) throws IOException;
    19     public InputStream getInputStreamFromFile(String path) throws IOException;
    20     public String convertPathToSpecific(String path);
    20     public String convertPathToSpecific(String path);
    21     public String convertPathFromSpecific(String path);
       
    22     public OutputStream getOutStreamFromFile(String path) throws IOException;
    21     public OutputStream getOutStreamFromFile(String path) throws IOException;
    23 }
    22 }