1
0
Fork 0
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:
David Inglis 2004-09-21 16:35:16 +00:00
parent 78ccc6c372
commit cf9a72a6da

View file

@ -65,7 +65,7 @@ public interface IBinaryParser extends IAdaptable {
*
* @return the binary contents.
*/
InputStream getContents();
InputStream getContents() throws IOException;
/**
* Return the binary parser