mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
update IBinary contract to throw IOException on getContents
This commit is contained in:
parent
78ccc6c372
commit
cf9a72a6da
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ public interface IBinaryParser extends IAdaptable {
|
|||
*
|
||||
* @return the binary contents.
|
||||
*/
|
||||
InputStream getContents();
|
||||
InputStream getContents() throws IOException;
|
||||
|
||||
/**
|
||||
* Return the binary parser
|
||||
|
|
Loading…
Add table
Reference in a new issue