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

  public org.eclipse.jgit.lib.ObjectId insert(int, long, java.io.InputStream);
    descriptor: (IJLjava/io/InputStream;)Lorg/eclipse/jgit/lib/ObjectId;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=4
        start local 0 // org.eclipse.jgit.lib.ObjectInserter$Formatter this
        start local 1 // int objectType
        start local 2 // long length
        start local 4 // java.io.InputStream in
         0: .line 43
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 4 // java.io.InputStream in
        end local 2 // long length
        end local 1 // int objectType
        end local 0 // org.eclipse.jgit.lib.ObjectInserter$Formatter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/eclipse/jgit/lib/ObjectInserter$Formatter;
            0    1     1  objectType  I
            0    1     2      length  J
            0    1     4          in  Ljava/io/InputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
            Name  Flags
      objectType  
      length      
      in          

  public org.eclipse.jgit.transport.PackParser newPackParser(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)Lorg/eclipse/jgit/transport/PackParser;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.lib.ObjectInserter$Formatter this
        start local 1 // java.io.InputStream in
         0: .line 48
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // java.io.InputStream in
        end local 0 // org.eclipse.jgit.lib.ObjectInserter$Formatter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/lib/ObjectInserter$Formatter;
            0    1     1    in  Ljava/io/InputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      in    

  public org.eclipse.jgit.lib.ObjectReader newReader();
    descriptor: ()Lorg/eclipse/jgit/lib/ObjectReader;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.lib.ObjectInserter$Formatter this
         0: .line 53
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.eclipse.jgit.lib.ObjectInserter$Formatter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/lib/ObjectInserter$Formatter;

  public void flush();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.lib.ObjectInserter$Formatter this
         0: .line 59
            return
        end local 0 // org.eclipse.jgit.lib.ObjectInserter$Formatter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/lib/ObjectInserter$Formatter;
    Exceptions:
      throws java.io.IOException

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.lib.ObjectInserter$Formatter this
         0: .line 64
            return
        end local 0 // org.eclipse.jgit.lib.ObjectInserter$Formatter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/lib/ObjectInserter$Formatter;
}
SourceFile: "ObjectInserter.java"
NestHost: org.eclipse.jgit.lib.ObjectInserter
InnerClasses:
  public Formatter = org.eclipse.jgit.lib.ObjectInserter$Formatter of org.eclipse.jgit.lib.ObjectInserter