1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

New method getFormat()

This commit is contained in:
Alain Magloire 2002-11-25 05:54:06 +00:00
parent a534e59274
commit 0a52804874

View file

@ -85,4 +85,6 @@ public interface IBinaryParser {
}
public IBinaryFile getBinary(IFile file) throws IOException;
public String getFormat();
}