From e9095ac47ce045ddbeb2961f86ce1a85810dc5ad Mon Sep 17 00:00:00 2001 From: crawshaw Date: Thu, 6 Jan 2005 16:05:58 +0000 Subject: [PATCH] update CAB to use Baskets darcs-hash:20050106160558-2eb37-5e87517e7859326056fa7dd7111c70d7e803836d.gz --- src/org/ibex/util/CAB.java | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/org/ibex/util/CAB.java b/src/org/ibex/util/CAB.java index 71921c9..c8baaf0 100644 --- a/src/org/ibex/util/CAB.java +++ b/src/org/ibex/util/CAB.java @@ -8,7 +8,8 @@ import java.io.*; import java.util.*; import java.util.zip.*; -/** Reads a CAB file structure */ +/** Reads a CAB file structure. + * @author FIXME */ public class CAB { /** reads a CAB file, parses it, and returns an InputStream representing the named file */ @@ -45,7 +46,7 @@ public class CAB { for(int i=0; i