mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
implement jar and file URL stream handlers
This commit is contained in:
@ -13,4 +13,5 @@ package java.util.zip;
|
||||
public abstract class ZipEntry {
|
||||
public abstract String getName();
|
||||
public abstract int getCompressedSize();
|
||||
public abstract int getSize();
|
||||
}
|
||||
|
Reference in New Issue
Block a user