class net.sourceforge.cobertura.instrument.Archive
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: net.sourceforge.cobertura.instrument.Archive
  super_class: java.lang.Object
{
  private byte[] bytes;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  private boolean modified;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private net.sourceforge.cobertura.instrument.CoberturaFile file;
    descriptor: Lnet/sourceforge/cobertura/instrument/CoberturaFile;
    flags: (0x0002) ACC_PRIVATE

  void <init>(net.sourceforge.cobertura.instrument.CoberturaFile, byte[]);
    descriptor: (Lnet/sourceforge/cobertura/instrument/CoberturaFile;[B)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // net.sourceforge.cobertura.instrument.Archive this
        start local 1 // net.sourceforge.cobertura.instrument.CoberturaFile file
        start local 2 // byte[] bytes
         0: .line 49
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 50
            aload 0 /* this */
            aload 2 /* bytes */
            putfield net.sourceforge.cobertura.instrument.Archive.bytes:[B
         2: .line 51
            aload 0 /* this */
            aload 1 /* file */
            putfield net.sourceforge.cobertura.instrument.Archive.file:Lnet/sourceforge/cobertura/instrument/CoberturaFile;
         3: .line 52
            return
        end local 2 // byte[] bytes
        end local 1 // net.sourceforge.cobertura.instrument.CoberturaFile file
        end local 0 // net.sourceforge.cobertura.instrument.Archive this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lnet/sourceforge/cobertura/instrument/Archive;
            0    4     1   file  Lnet/sourceforge/cobertura/instrument/CoberturaFile;
            0    4     2  bytes  [B
    MethodParameters:
       Name  Flags
      file   
      bytes  

  java.io.InputStream getInputStream();
    descriptor: ()Ljava/io/InputStream;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // net.sourceforge.cobertura.instrument.Archive this
         0: .line 60
            new java.io.ByteArrayInputStream
            dup
            aload 0 /* this */
            getfield net.sourceforge.cobertura.instrument.Archive.bytes:[B
            invokespecial java.io.ByteArrayInputStream.<init>:([B)V
            areturn
        end local 0 // net.sourceforge.cobertura.instrument.Archive this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sourceforge/cobertura/instrument/Archive;

  void setModifiedBytes(byte[]);
    descriptor: ([B)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.sourceforge.cobertura.instrument.Archive this
        start local 1 // byte[] bytes
         0: .line 69
            aload 0 /* this */
            aload 1 /* bytes */
            putfield net.sourceforge.cobertura.instrument.Archive.bytes:[B
         1: .line 70
            aload 0 /* this */
            iconst_1
            putfield net.sourceforge.cobertura.instrument.Archive.modified:Z
         2: .line 71
            return
        end local 1 // byte[] bytes
        end local 0 // net.sourceforge.cobertura.instrument.Archive this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lnet/sourceforge/cobertura/instrument/Archive;
            0    3     1  bytes  [B
    MethodParameters:
       Name  Flags
      bytes  

  boolean isModified();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sourceforge.cobertura.instrument.Archive this
         0: .line 79
            aload 0 /* this */
            getfield net.sourceforge.cobertura.instrument.Archive.modified:Z
            ireturn
        end local 0 // net.sourceforge.cobertura.instrument.Archive this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sourceforge/cobertura/instrument/Archive;

  byte[] getBytes();
    descriptor: ()[B
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sourceforge.cobertura.instrument.Archive this
         0: .line 88
            aload 0 /* this */
            getfield net.sourceforge.cobertura.instrument.Archive.bytes:[B
            areturn
        end local 0 // net.sourceforge.cobertura.instrument.Archive this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sourceforge/cobertura/instrument/Archive;

  net.sourceforge.cobertura.instrument.CoberturaFile getCoberturaFile();
    descriptor: ()Lnet/sourceforge/cobertura/instrument/CoberturaFile;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sourceforge.cobertura.instrument.Archive this
         0: .line 97
            aload 0 /* this */
            getfield net.sourceforge.cobertura.instrument.Archive.file:Lnet/sourceforge/cobertura/instrument/CoberturaFile;
            areturn
        end local 0 // net.sourceforge.cobertura.instrument.Archive this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sourceforge/cobertura/instrument/Archive;
}
SourceFile: "Archive.java"