final class org.objectweb.asm.xml.Processor$ZipEntryElement implements org.objectweb.asm.xml.Processor$EntryElement
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.objectweb.asm.xml.Processor$ZipEntryElement
  super_class: java.lang.Object
{
  private java.util.zip.ZipOutputStream zos;
    descriptor: Ljava/util/zip/ZipOutputStream;
    flags: (0x0002) ACC_PRIVATE

  void <init>(java.util.zip.ZipOutputStream);
    descriptor: (Ljava/util/zip/ZipOutputStream;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.objectweb.asm.xml.Processor$ZipEntryElement this
        start local 1 // java.util.zip.ZipOutputStream zos
         0: .line 1027
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1028
            aload 0 /* this */
            aload 1 /* zos */
            putfield org.objectweb.asm.xml.Processor$ZipEntryElement.zos:Ljava/util/zip/ZipOutputStream;
         2: .line 1029
            return
        end local 1 // java.util.zip.ZipOutputStream zos
        end local 0 // org.objectweb.asm.xml.Processor$ZipEntryElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/objectweb/asm/xml/Processor$ZipEntryElement;
            0    3     1   zos  Ljava/util/zip/ZipOutputStream;
    MethodParameters:
      Name  Flags
      zos   final

  public java.io.OutputStream openEntry(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/io/OutputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.objectweb.asm.xml.Processor$ZipEntryElement this
        start local 1 // java.lang.String name
         0: .line 1032
            new java.util.zip.ZipEntry
            dup
            aload 1 /* name */
            invokespecial java.util.zip.ZipEntry.<init>:(Ljava/lang/String;)V
            astore 2 /* entry */
        start local 2 // java.util.zip.ZipEntry entry
         1: .line 1033
            aload 0 /* this */
            getfield org.objectweb.asm.xml.Processor$ZipEntryElement.zos:Ljava/util/zip/ZipOutputStream;
            aload 2 /* entry */
            invokevirtual java.util.zip.ZipOutputStream.putNextEntry:(Ljava/util/zip/ZipEntry;)V
         2: .line 1034
            aload 0 /* this */
            getfield org.objectweb.asm.xml.Processor$ZipEntryElement.zos:Ljava/util/zip/ZipOutputStream;
            areturn
        end local 2 // java.util.zip.ZipEntry entry
        end local 1 // java.lang.String name
        end local 0 // org.objectweb.asm.xml.Processor$ZipEntryElement this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/objectweb/asm/xml/Processor$ZipEntryElement;
            0    3     1   name  Ljava/lang/String;
            1    3     2  entry  Ljava/util/zip/ZipEntry;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      name  final

  public void closeEntry();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.objectweb.asm.xml.Processor$ZipEntryElement this
         0: .line 1038
            aload 0 /* this */
            getfield org.objectweb.asm.xml.Processor$ZipEntryElement.zos:Ljava/util/zip/ZipOutputStream;
            invokevirtual java.util.zip.ZipOutputStream.flush:()V
         1: .line 1039
            aload 0 /* this */
            getfield org.objectweb.asm.xml.Processor$ZipEntryElement.zos:Ljava/util/zip/ZipOutputStream;
            invokevirtual java.util.zip.ZipOutputStream.closeEntry:()V
         2: .line 1040
            return
        end local 0 // org.objectweb.asm.xml.Processor$ZipEntryElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/objectweb/asm/xml/Processor$ZipEntryElement;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "Processor.java"
NestHost: org.objectweb.asm.xml.Processor
InnerClasses:
  private abstract EntryElement = org.objectweb.asm.xml.Processor$EntryElement of org.objectweb.asm.xml.Processor
  private final ZipEntryElement = org.objectweb.asm.xml.Processor$ZipEntryElement of org.objectweb.asm.xml.Processor