public interface org.apache.commons.compress.archivers.zip.ZipArchiveEntryPredicate
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.commons.compress.archivers.zip.ZipArchiveEntryPredicate
  super_class: java.lang.Object
{
  public abstract boolean test(org.apache.commons.compress.archivers.zip.ZipArchiveEntry);
    descriptor: (Lorg/apache/commons/compress/archivers/zip/ZipArchiveEntry;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                 Name  Flags
      zipArchiveEntry  
}
SourceFile: "ZipArchiveEntryPredicate.java"