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:
parent
a534e59274
commit
0a52804874
1 changed files with 2 additions and 0 deletions
|
@ -85,4 +85,6 @@ public interface IBinaryParser {
|
|||
}
|
||||
|
||||
public IBinaryFile getBinary(IFile file) throws IOException;
|
||||
|
||||
public String getFormat();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue