class org.eclipse.jgit.diff.ContentSource$WorkingTreeSource$1 extends org.eclipse.jgit.lib.ObjectLoader
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jgit.diff.ContentSource$WorkingTreeSource$1
  super_class: org.eclipse.jgit.lib.ObjectLoader
{
  final org.eclipse.jgit.diff.ContentSource$WorkingTreeSource this$1;
    descriptor: Lorg/eclipse/jgit/diff/ContentSource$WorkingTreeSource;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final long val$entrySize;
    descriptor: J
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.eclipse.jgit.diff.ContentSource$WorkingTreeSource, long);
    descriptor: (Lorg/eclipse/jgit/diff/ContentSource$WorkingTreeSource;J)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.eclipse.jgit.diff.ContentSource$WorkingTreeSource$1 this
         0: .line 142
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jgit.diff.ContentSource$WorkingTreeSource$1.this$1:Lorg/eclipse/jgit/diff/ContentSource$WorkingTreeSource;
            aload 0 /* this */
            lload 2
            putfield org.eclipse.jgit.diff.ContentSource$WorkingTreeSource$1.val$entrySize:J
            aload 0 /* this */
            invokespecial org.eclipse.jgit.lib.ObjectLoader.<init>:()V
            return
        end local 0 // org.eclipse.jgit.diff.ContentSource$WorkingTreeSource$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/diff/ContentSource$WorkingTreeSource$1;
    MethodParameters:
               Name  Flags
      this$0         final
      val$entrySize  final

  public long getSize();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.diff.ContentSource$WorkingTreeSource$1 this
         0: .line 145
            aload 0 /* this */
            getfield org.eclipse.jgit.diff.ContentSource$WorkingTreeSource$1.val$entrySize:J
            lreturn
        end local 0 // org.eclipse.jgit.diff.ContentSource$WorkingTreeSource$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/diff/ContentSource$WorkingTreeSource$1;

  public int getType();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.diff.ContentSource$WorkingTreeSource$1 this
         0: .line 150
            aload 0 /* this */
            getfield org.eclipse.jgit.diff.ContentSource$WorkingTreeSource$1.this$1:Lorg/eclipse/jgit/diff/ContentSource$WorkingTreeSource;
            getfield org.eclipse.jgit.diff.ContentSource$WorkingTreeSource.ptr:Lorg/eclipse/jgit/treewalk/WorkingTreeIterator;
            invokevirtual org.eclipse.jgit.treewalk.WorkingTreeIterator.getEntryFileMode:()Lorg/eclipse/jgit/lib/FileMode;
            invokevirtual org.eclipse.jgit.lib.FileMode.getObjectType:()I
            ireturn
        end local 0 // org.eclipse.jgit.diff.ContentSource$WorkingTreeSource$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/diff/ContentSource$WorkingTreeSource$1;

  public org.eclipse.jgit.lib.ObjectStream openStream();
    descriptor: ()Lorg/eclipse/jgit/lib/ObjectStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=1
        start local 0 // org.eclipse.jgit.diff.ContentSource$WorkingTreeSource$1 this
         0: .line 156
            aload 0 /* this */
            getfield org.eclipse.jgit.diff.ContentSource$WorkingTreeSource$1.val$entrySize:J
            lstore 1 /* contentLength */
        start local 1 // long contentLength
         1: .line 157
            aload 0 /* this */
            getfield org.eclipse.jgit.diff.ContentSource$WorkingTreeSource$1.this$1:Lorg/eclipse/jgit/diff/ContentSource$WorkingTreeSource;
            getfield org.eclipse.jgit.diff.ContentSource$WorkingTreeSource.ptr:Lorg/eclipse/jgit/treewalk/WorkingTreeIterator;
            invokevirtual org.eclipse.jgit.treewalk.WorkingTreeIterator.openEntryStream:()Ljava/io/InputStream;
            astore 3 /* in */
        start local 3 // java.io.InputStream in
         2: .line 158
            new java.io.BufferedInputStream
            dup
            aload 3 /* in */
            invokespecial java.io.BufferedInputStream.<init>:(Ljava/io/InputStream;)V
            astore 3 /* in */
         3: .line 159
            new org.eclipse.jgit.lib.ObjectStream$Filter
            dup
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.diff.ContentSource$WorkingTreeSource$1.getType:()I
            lload 1 /* contentLength */
            aload 3 /* in */
            invokespecial org.eclipse.jgit.lib.ObjectStream$Filter.<init>:(IJLjava/io/InputStream;)V
            areturn
        end local 3 // java.io.InputStream in
        end local 1 // long contentLength
        end local 0 // org.eclipse.jgit.diff.ContentSource$WorkingTreeSource$1 this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lorg/eclipse/jgit/diff/ContentSource$WorkingTreeSource$1;
            1    4     1  contentLength  J
            2    4     3             in  Ljava/io/InputStream;
    Exceptions:
      throws org.eclipse.jgit.errors.MissingObjectException, java.io.IOException

  public boolean isLarge();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.diff.ContentSource$WorkingTreeSource$1 this
         0: .line 164
            iconst_1
            ireturn
        end local 0 // org.eclipse.jgit.diff.ContentSource$WorkingTreeSource$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/diff/ContentSource$WorkingTreeSource$1;

  public byte[] getCachedBytes();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.diff.ContentSource$WorkingTreeSource$1 this
         0: .line 169
            new org.eclipse.jgit.errors.LargeObjectException
            dup
            invokespecial org.eclipse.jgit.errors.LargeObjectException.<init>:()V
            athrow
        end local 0 // org.eclipse.jgit.diff.ContentSource$WorkingTreeSource$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/diff/ContentSource$WorkingTreeSource$1;
    Exceptions:
      throws org.eclipse.jgit.errors.LargeObjectException
}
SourceFile: "ContentSource.java"
EnclosingMethod: org.eclipse.jgit.diff.ContentSource$WorkingTreeSource.open:(Ljava/lang/String;Lorg/eclipse/jgit/lib/ObjectId;)Lorg/eclipse/jgit/lib/ObjectLoader;
NestHost: org.eclipse.jgit.diff.ContentSource
InnerClasses:
  private WorkingTreeSource = org.eclipse.jgit.diff.ContentSource$WorkingTreeSource of org.eclipse.jgit.diff.ContentSource
  org.eclipse.jgit.diff.ContentSource$WorkingTreeSource$1
  public Filter = org.eclipse.jgit.lib.ObjectStream$Filter of org.eclipse.jgit.lib.ObjectStream