public abstract class org.eclipse.jgit.lib.ObjectReader$Filter extends org.eclipse.jgit.lib.ObjectReader
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.eclipse.jgit.lib.ObjectReader$Filter
  super_class: org.eclipse.jgit.lib.ObjectReader
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.lib.ObjectReader$Filter this
         0: .line 465
            aload 0 /* this */
            invokespecial org.eclipse.jgit.lib.ObjectReader.<init>:()V
            return
        end local 0 // org.eclipse.jgit.lib.ObjectReader$Filter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/lib/ObjectReader$Filter;

  protected abstract org.eclipse.jgit.lib.ObjectReader delegate();
    descriptor: ()Lorg/eclipse/jgit/lib/ObjectReader;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT

  public org.eclipse.jgit.lib.ObjectReader newReader();
    descriptor: ()Lorg/eclipse/jgit/lib/ObjectReader;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.lib.ObjectReader$Filter this
         0: .line 474
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.lib.ObjectReader$Filter.delegate:()Lorg/eclipse/jgit/lib/ObjectReader;
            invokevirtual org.eclipse.jgit.lib.ObjectReader.newReader:()Lorg/eclipse/jgit/lib/ObjectReader;
            areturn
        end local 0 // org.eclipse.jgit.lib.ObjectReader$Filter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/lib/ObjectReader$Filter;

  public org.eclipse.jgit.lib.AbbreviatedObjectId abbreviate(org.eclipse.jgit.lib.AnyObjectId);
    descriptor: (Lorg/eclipse/jgit/lib/AnyObjectId;)Lorg/eclipse/jgit/lib/AbbreviatedObjectId;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.lib.ObjectReader$Filter this
        start local 1 // org.eclipse.jgit.lib.AnyObjectId objectId
         0: .line 480
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.lib.ObjectReader$Filter.delegate:()Lorg/eclipse/jgit/lib/ObjectReader;
            aload 1 /* objectId */
            invokevirtual org.eclipse.jgit.lib.ObjectReader.abbreviate:(Lorg/eclipse/jgit/lib/AnyObjectId;)Lorg/eclipse/jgit/lib/AbbreviatedObjectId;
            areturn
        end local 1 // org.eclipse.jgit.lib.AnyObjectId objectId
        end local 0 // org.eclipse.jgit.lib.ObjectReader$Filter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/jgit/lib/ObjectReader$Filter;
            0    1     1  objectId  Lorg/eclipse/jgit/lib/AnyObjectId;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      objectId  

  public org.eclipse.jgit.lib.AbbreviatedObjectId abbreviate(org.eclipse.jgit.lib.AnyObjectId, int);
    descriptor: (Lorg/eclipse/jgit/lib/AnyObjectId;I)Lorg/eclipse/jgit/lib/AbbreviatedObjectId;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.lib.ObjectReader$Filter this
        start local 1 // org.eclipse.jgit.lib.AnyObjectId objectId
        start local 2 // int len
         0: .line 486
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.lib.ObjectReader$Filter.delegate:()Lorg/eclipse/jgit/lib/ObjectReader;
            aload 1 /* objectId */
            iload 2 /* len */
            invokevirtual org.eclipse.jgit.lib.ObjectReader.abbreviate:(Lorg/eclipse/jgit/lib/AnyObjectId;I)Lorg/eclipse/jgit/lib/AbbreviatedObjectId;
            areturn
        end local 2 // int len
        end local 1 // org.eclipse.jgit.lib.AnyObjectId objectId
        end local 0 // org.eclipse.jgit.lib.ObjectReader$Filter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/jgit/lib/ObjectReader$Filter;
            0    1     1  objectId  Lorg/eclipse/jgit/lib/AnyObjectId;
            0    1     2       len  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      objectId  
      len       

  public java.util.Collection<org.eclipse.jgit.lib.ObjectId> resolve(org.eclipse.jgit.lib.AbbreviatedObjectId);
    descriptor: (Lorg/eclipse/jgit/lib/AbbreviatedObjectId;)Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.lib.ObjectReader$Filter this
        start local 1 // org.eclipse.jgit.lib.AbbreviatedObjectId id
         0: .line 492
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.lib.ObjectReader$Filter.delegate:()Lorg/eclipse/jgit/lib/ObjectReader;
            aload 1 /* id */
            invokevirtual org.eclipse.jgit.lib.ObjectReader.resolve:(Lorg/eclipse/jgit/lib/AbbreviatedObjectId;)Ljava/util/Collection;
            areturn
        end local 1 // org.eclipse.jgit.lib.AbbreviatedObjectId id
        end local 0 // org.eclipse.jgit.lib.ObjectReader$Filter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/lib/ObjectReader$Filter;
            0    1     1    id  Lorg/eclipse/jgit/lib/AbbreviatedObjectId;
    Exceptions:
      throws java.io.IOException
    Signature: (Lorg/eclipse/jgit/lib/AbbreviatedObjectId;)Ljava/util/Collection<Lorg/eclipse/jgit/lib/ObjectId;>;
    MethodParameters:
      Name  Flags
      id    

  public boolean has(org.eclipse.jgit.lib.AnyObjectId);
    descriptor: (Lorg/eclipse/jgit/lib/AnyObjectId;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.lib.ObjectReader$Filter this
        start local 1 // org.eclipse.jgit.lib.AnyObjectId objectId
         0: .line 497
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.lib.ObjectReader$Filter.delegate:()Lorg/eclipse/jgit/lib/ObjectReader;
            aload 1 /* objectId */
            invokevirtual org.eclipse.jgit.lib.ObjectReader.has:(Lorg/eclipse/jgit/lib/AnyObjectId;)Z
            ireturn
        end local 1 // org.eclipse.jgit.lib.AnyObjectId objectId
        end local 0 // org.eclipse.jgit.lib.ObjectReader$Filter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/jgit/lib/ObjectReader$Filter;
            0    1     1  objectId  Lorg/eclipse/jgit/lib/AnyObjectId;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      objectId  

  public boolean has(org.eclipse.jgit.lib.AnyObjectId, int);
    descriptor: (Lorg/eclipse/jgit/lib/AnyObjectId;I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.lib.ObjectReader$Filter this
        start local 1 // org.eclipse.jgit.lib.AnyObjectId objectId
        start local 2 // int typeHint
         0: .line 502
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.lib.ObjectReader$Filter.delegate:()Lorg/eclipse/jgit/lib/ObjectReader;
            aload 1 /* objectId */
            iload 2 /* typeHint */
            invokevirtual org.eclipse.jgit.lib.ObjectReader.has:(Lorg/eclipse/jgit/lib/AnyObjectId;I)Z
            ireturn
        end local 2 // int typeHint
        end local 1 // org.eclipse.jgit.lib.AnyObjectId objectId
        end local 0 // org.eclipse.jgit.lib.ObjectReader$Filter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/jgit/lib/ObjectReader$Filter;
            0    1     1  objectId  Lorg/eclipse/jgit/lib/AnyObjectId;
            0    1     2  typeHint  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      objectId  
      typeHint  

  public org.eclipse.jgit.lib.ObjectLoader open(org.eclipse.jgit.lib.AnyObjectId);
    descriptor: (Lorg/eclipse/jgit/lib/AnyObjectId;)Lorg/eclipse/jgit/lib/ObjectLoader;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.lib.ObjectReader$Filter this
        start local 1 // org.eclipse.jgit.lib.AnyObjectId objectId
         0: .line 508
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.lib.ObjectReader$Filter.delegate:()Lorg/eclipse/jgit/lib/ObjectReader;
            aload 1 /* objectId */
            invokevirtual org.eclipse.jgit.lib.ObjectReader.open:(Lorg/eclipse/jgit/lib/AnyObjectId;)Lorg/eclipse/jgit/lib/ObjectLoader;
            areturn
        end local 1 // org.eclipse.jgit.lib.AnyObjectId objectId
        end local 0 // org.eclipse.jgit.lib.ObjectReader$Filter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/jgit/lib/ObjectReader$Filter;
            0    1     1  objectId  Lorg/eclipse/jgit/lib/AnyObjectId;
    Exceptions:
      throws org.eclipse.jgit.errors.MissingObjectException, java.io.IOException
    MethodParameters:
          Name  Flags
      objectId  

  public org.eclipse.jgit.lib.ObjectLoader open(org.eclipse.jgit.lib.AnyObjectId, int);
    descriptor: (Lorg/eclipse/jgit/lib/AnyObjectId;I)Lorg/eclipse/jgit/lib/ObjectLoader;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.lib.ObjectReader$Filter this
        start local 1 // org.eclipse.jgit.lib.AnyObjectId objectId
        start local 2 // int typeHint
         0: .line 515
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.lib.ObjectReader$Filter.delegate:()Lorg/eclipse/jgit/lib/ObjectReader;
            aload 1 /* objectId */
            iload 2 /* typeHint */
            invokevirtual org.eclipse.jgit.lib.ObjectReader.open:(Lorg/eclipse/jgit/lib/AnyObjectId;I)Lorg/eclipse/jgit/lib/ObjectLoader;
            areturn
        end local 2 // int typeHint
        end local 1 // org.eclipse.jgit.lib.AnyObjectId objectId
        end local 0 // org.eclipse.jgit.lib.ObjectReader$Filter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/jgit/lib/ObjectReader$Filter;
            0    1     1  objectId  Lorg/eclipse/jgit/lib/AnyObjectId;
            0    1     2  typeHint  I
    Exceptions:
      throws org.eclipse.jgit.errors.MissingObjectException, org.eclipse.jgit.errors.IncorrectObjectTypeException, java.io.IOException
    MethodParameters:
          Name  Flags
      objectId  
      typeHint  

  public java.util.Set<org.eclipse.jgit.lib.ObjectId> getShallowCommits();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.lib.ObjectReader$Filter this
         0: .line 520
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.lib.ObjectReader$Filter.delegate:()Lorg/eclipse/jgit/lib/ObjectReader;
            invokevirtual org.eclipse.jgit.lib.ObjectReader.getShallowCommits:()Ljava/util/Set;
            areturn
        end local 0 // org.eclipse.jgit.lib.ObjectReader$Filter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/lib/ObjectReader$Filter;
    Exceptions:
      throws java.io.IOException
    Signature: ()Ljava/util/Set<Lorg/eclipse/jgit/lib/ObjectId;>;

  public <T extends org.eclipse.jgit.lib.ObjectId> org.eclipse.jgit.lib.AsyncObjectLoaderQueue<T> open(java.lang.Iterable<T>, boolean);
    descriptor: (Ljava/lang/Iterable;Z)Lorg/eclipse/jgit/lib/AsyncObjectLoaderQueue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.lib.ObjectReader$Filter this
        start local 1 // java.lang.Iterable objectIds
        start local 2 // boolean reportMissing
         0: .line 526
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.lib.ObjectReader$Filter.delegate:()Lorg/eclipse/jgit/lib/ObjectReader;
            aload 1 /* objectIds */
            iload 2 /* reportMissing */
            invokevirtual org.eclipse.jgit.lib.ObjectReader.open:(Ljava/lang/Iterable;Z)Lorg/eclipse/jgit/lib/AsyncObjectLoaderQueue;
            areturn
        end local 2 // boolean reportMissing
        end local 1 // java.lang.Iterable objectIds
        end local 0 // org.eclipse.jgit.lib.ObjectReader$Filter this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/eclipse/jgit/lib/ObjectReader$Filter;
            0    1     1      objectIds  Ljava/lang/Iterable<TT;>;
            0    1     2  reportMissing  Z
    Signature: <T:Lorg/eclipse/jgit/lib/ObjectId;>(Ljava/lang/Iterable<TT;>;Z)Lorg/eclipse/jgit/lib/AsyncObjectLoaderQueue<TT;>;
    MethodParameters:
               Name  Flags
      objectIds      
      reportMissing  

  public long getObjectSize(org.eclipse.jgit.lib.AnyObjectId, int);
    descriptor: (Lorg/eclipse/jgit/lib/AnyObjectId;I)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.lib.ObjectReader$Filter this
        start local 1 // org.eclipse.jgit.lib.AnyObjectId objectId
        start local 2 // int typeHint
         0: .line 533
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.lib.ObjectReader$Filter.delegate:()Lorg/eclipse/jgit/lib/ObjectReader;
            aload 1 /* objectId */
            iload 2 /* typeHint */
            invokevirtual org.eclipse.jgit.lib.ObjectReader.getObjectSize:(Lorg/eclipse/jgit/lib/AnyObjectId;I)J
            lreturn
        end local 2 // int typeHint
        end local 1 // org.eclipse.jgit.lib.AnyObjectId objectId
        end local 0 // org.eclipse.jgit.lib.ObjectReader$Filter this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/jgit/lib/ObjectReader$Filter;
            0    1     1  objectId  Lorg/eclipse/jgit/lib/AnyObjectId;
            0    1     2  typeHint  I
    Exceptions:
      throws org.eclipse.jgit.errors.MissingObjectException, org.eclipse.jgit.errors.IncorrectObjectTypeException, java.io.IOException
    MethodParameters:
          Name  Flags
      objectId  
      typeHint  

  public <T extends org.eclipse.jgit.lib.ObjectId> org.eclipse.jgit.lib.AsyncObjectSizeQueue<T> getObjectSize(java.lang.Iterable<T>, boolean);
    descriptor: (Ljava/lang/Iterable;Z)Lorg/eclipse/jgit/lib/AsyncObjectSizeQueue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.lib.ObjectReader$Filter this
        start local 1 // java.lang.Iterable objectIds
        start local 2 // boolean reportMissing
         0: .line 539
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.lib.ObjectReader$Filter.delegate:()Lorg/eclipse/jgit/lib/ObjectReader;
            aload 1 /* objectIds */
            iload 2 /* reportMissing */
            invokevirtual org.eclipse.jgit.lib.ObjectReader.getObjectSize:(Ljava/lang/Iterable;Z)Lorg/eclipse/jgit/lib/AsyncObjectSizeQueue;
            areturn
        end local 2 // boolean reportMissing
        end local 1 // java.lang.Iterable objectIds
        end local 0 // org.eclipse.jgit.lib.ObjectReader$Filter this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/eclipse/jgit/lib/ObjectReader$Filter;
            0    1     1      objectIds  Ljava/lang/Iterable<TT;>;
            0    1     2  reportMissing  Z
    Signature: <T:Lorg/eclipse/jgit/lib/ObjectId;>(Ljava/lang/Iterable<TT;>;Z)Lorg/eclipse/jgit/lib/AsyncObjectSizeQueue<TT;>;
    MethodParameters:
               Name  Flags
      objectIds      
      reportMissing  

  public void setAvoidUnreachableObjects(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.lib.ObjectReader$Filter this
        start local 1 // boolean avoid
         0: .line 544
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.lib.ObjectReader$Filter.delegate:()Lorg/eclipse/jgit/lib/ObjectReader;
            iload 1 /* avoid */
            invokevirtual org.eclipse.jgit.lib.ObjectReader.setAvoidUnreachableObjects:(Z)V
         1: .line 545
            return
        end local 1 // boolean avoid
        end local 0 // org.eclipse.jgit.lib.ObjectReader$Filter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/eclipse/jgit/lib/ObjectReader$Filter;
            0    2     1  avoid  Z
    MethodParameters:
       Name  Flags
      avoid  

  public org.eclipse.jgit.lib.BitmapIndex getBitmapIndex();
    descriptor: ()Lorg/eclipse/jgit/lib/BitmapIndex;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.lib.ObjectReader$Filter this
         0: .line 549
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.lib.ObjectReader$Filter.delegate:()Lorg/eclipse/jgit/lib/ObjectReader;
            invokevirtual org.eclipse.jgit.lib.ObjectReader.getBitmapIndex:()Lorg/eclipse/jgit/lib/BitmapIndex;
            areturn
        end local 0 // org.eclipse.jgit.lib.ObjectReader$Filter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/lib/ObjectReader$Filter;
    Exceptions:
      throws java.io.IOException

  public org.eclipse.jgit.lib.ObjectInserter getCreatedFromInserter();
    descriptor: ()Lorg/eclipse/jgit/lib/ObjectInserter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.lib.ObjectReader$Filter this
         0: .line 555
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.lib.ObjectReader$Filter.delegate:()Lorg/eclipse/jgit/lib/ObjectReader;
            invokevirtual org.eclipse.jgit.lib.ObjectReader.getCreatedFromInserter:()Lorg/eclipse/jgit/lib/ObjectInserter;
            areturn
        end local 0 // org.eclipse.jgit.lib.ObjectReader$Filter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/lib/ObjectReader$Filter;
    RuntimeVisibleAnnotations: 
      org.eclipse.jgit.annotations.Nullable()

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.lib.ObjectReader$Filter this
         0: .line 560
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.lib.ObjectReader$Filter.delegate:()Lorg/eclipse/jgit/lib/ObjectReader;
            invokevirtual org.eclipse.jgit.lib.ObjectReader.close:()V
         1: .line 561
            return
        end local 0 // org.eclipse.jgit.lib.ObjectReader$Filter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/lib/ObjectReader$Filter;
}
SourceFile: "ObjectReader.java"
NestHost: org.eclipse.jgit.lib.ObjectReader
InnerClasses:
  public abstract Filter = org.eclipse.jgit.lib.ObjectReader$Filter of org.eclipse.jgit.lib.ObjectReader