Index: ArArchiveEntry.java
===================================================================
--- ArArchiveEntry.java	(revision 699711)
+++ ArArchiveEntry.java	(working copy)
@@ -69,4 +69,10 @@
 	public long getLength() {
 		return length;
 	}
+
+	@Override
+	public boolean isDirectory() {
+		// TODO Auto-generated method stub
+		return false;
+	}
 }
