public class org.eclipse.jgit.diff.PatchIdDiffFormatter extends org.eclipse.jgit.diff.DiffFormatter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jgit.diff.PatchIdDiffFormatter
  super_class: org.eclipse.jgit.diff.DiffFormatter
{
  private final java.security.MessageDigest digest;
    descriptor: Ljava/security/MessageDigest;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.diff.PatchIdDiffFormatter this
         0: .line 65
            aload 0 /* this */
            new java.security.DigestOutputStream
            dup
            getstatic org.eclipse.jgit.util.io.NullOutputStream.INSTANCE:Lorg/eclipse/jgit/util/io/NullOutputStream;
         1: .line 66
            invokestatic org.eclipse.jgit.lib.Constants.newMessageDigest:()Ljava/security/MessageDigest;
         2: .line 65
            invokespecial java.security.DigestOutputStream.<init>:(Ljava/io/OutputStream;Ljava/security/MessageDigest;)V
            invokespecial org.eclipse.jgit.diff.DiffFormatter.<init>:(Ljava/io/OutputStream;)V
         3: .line 67
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.diff.PatchIdDiffFormatter.getOutputStream:()Ljava/io/OutputStream;
            checkcast java.security.DigestOutputStream
            invokevirtual java.security.DigestOutputStream.getMessageDigest:()Ljava/security/MessageDigest;
            putfield org.eclipse.jgit.diff.PatchIdDiffFormatter.digest:Ljava/security/MessageDigest;
         4: .line 68
            return
        end local 0 // org.eclipse.jgit.diff.PatchIdDiffFormatter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/jgit/diff/PatchIdDiffFormatter;

  public org.eclipse.jgit.lib.ObjectId getCalulatedPatchId();
    descriptor: ()Lorg/eclipse/jgit/lib/ObjectId;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.diff.PatchIdDiffFormatter this
         0: .line 76
            aload 0 /* this */
            getfield org.eclipse.jgit.diff.PatchIdDiffFormatter.digest:Ljava/security/MessageDigest;
            invokevirtual java.security.MessageDigest.digest:()[B
            invokestatic org.eclipse.jgit.lib.ObjectId.fromRaw:([B)Lorg/eclipse/jgit/lib/ObjectId;
            areturn
        end local 0 // org.eclipse.jgit.diff.PatchIdDiffFormatter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/diff/PatchIdDiffFormatter;

  protected void writeHunkHeader(int, int, int, int);
    descriptor: (IIII)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=5, args_size=5
        start local 0 // org.eclipse.jgit.diff.PatchIdDiffFormatter this
        start local 1 // int aStartLine
        start local 2 // int aEndLine
        start local 3 // int bStartLine
        start local 4 // int bEndLine
         0: .line 84
            return
        end local 4 // int bEndLine
        end local 3 // int bStartLine
        end local 2 // int aEndLine
        end local 1 // int aStartLine
        end local 0 // org.eclipse.jgit.diff.PatchIdDiffFormatter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/eclipse/jgit/diff/PatchIdDiffFormatter;
            0    1     1  aStartLine  I
            0    1     2    aEndLine  I
            0    1     3  bStartLine  I
            0    1     4    bEndLine  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
            Name  Flags
      aStartLine  
      aEndLine    
      bStartLine  
      bEndLine    

  protected void formatIndexLine(java.io.OutputStream, org.eclipse.jgit.diff.DiffEntry);
    descriptor: (Ljava/io/OutputStream;Lorg/eclipse/jgit/diff/DiffEntry;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.diff.PatchIdDiffFormatter this
        start local 1 // java.io.OutputStream o
        start local 2 // org.eclipse.jgit.diff.DiffEntry ent
         0: .line 91
            return
        end local 2 // org.eclipse.jgit.diff.DiffEntry ent
        end local 1 // java.io.OutputStream o
        end local 0 // org.eclipse.jgit.diff.PatchIdDiffFormatter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/diff/PatchIdDiffFormatter;
            0    1     1     o  Ljava/io/OutputStream;
            0    1     2   ent  Lorg/eclipse/jgit/diff/DiffEntry;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      o     
      ent   
}
SourceFile: "PatchIdDiffFormatter.java"