package java.util.zip; public abstract class ZipEntry { public abstract String getName(); public abstract int getCompressedSize(); }