mirror of
https://github.com/corda/corda.git
synced 2025-01-09 06:23:04 +00:00
Merge remote-tracking branch 'origin/master' into jdk7
This commit is contained in:
commit
97ebf2173c
@ -14,4 +14,8 @@ public abstract class ZipEntry {
|
|||||||
public abstract String getName();
|
public abstract String getName();
|
||||||
public abstract int getCompressedSize();
|
public abstract int getCompressedSize();
|
||||||
public abstract int getSize();
|
public abstract int getSize();
|
||||||
|
|
||||||
|
public boolean isDirectory() {
|
||||||
|
return getName().endsWith("/");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user