From cf9a72a6dab5758fdab15ebc085cb0d1f1edaa80 Mon Sep 17 00:00:00 2001 From: David Inglis Date: Tue, 21 Sep 2004 16:35:16 +0000 Subject: [PATCH] update IBinary contract to throw IOException on getContents --- .../src/org/eclipse/cdt/core/IBinaryParser.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.core/src/org/eclipse/cdt/core/IBinaryParser.java b/core/org.eclipse.cdt.core/src/org/eclipse/cdt/core/IBinaryParser.java index 95641be9b8d..ce5d82d5767 100644 --- a/core/org.eclipse.cdt.core/src/org/eclipse/cdt/core/IBinaryParser.java +++ b/core/org.eclipse.cdt.core/src/org/eclipse/cdt/core/IBinaryParser.java @@ -65,7 +65,7 @@ public interface IBinaryParser extends IAdaptable { * * @return the binary contents. */ - InputStream getContents(); + InputStream getContents() throws IOException; /** * Return the binary parser