public class org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser extends org.eclipse.jgit.transport.RefAdvertiser
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser
  super_class: org.eclipse.jgit.transport.RefAdvertiser
{
  private final java.nio.charset.CharsetEncoder utf8;
    descriptor: Ljava/nio/charset/CharsetEncoder;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.eclipse.jgit.transport.PacketLineOut pckOut;
    descriptor: Lorg/eclipse/jgit/transport/PacketLineOut;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private byte[] binArr;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  private java.nio.ByteBuffer binBuf;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x0002) ACC_PRIVATE

  private char[] chArr;
    descriptor: [C
    flags: (0x0002) ACC_PRIVATE

  private java.nio.CharBuffer chBuf;
    descriptor: Ljava/nio/CharBuffer;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.eclipse.jgit.transport.PacketLineOut);
    descriptor: (Lorg/eclipse/jgit/transport/PacketLineOut;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser this
        start local 1 // org.eclipse.jgit.transport.PacketLineOut out
         0: .line 59
            aload 0 /* this */
            invokespecial org.eclipse.jgit.transport.RefAdvertiser.<init>:()V
         1: .line 44
            aload 0 /* this */
            getstatic java.nio.charset.StandardCharsets.UTF_8:Ljava/nio/charset/Charset;
            invokevirtual java.nio.charset.Charset.newEncoder:()Ljava/nio/charset/CharsetEncoder;
            putfield org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser.utf8:Ljava/nio/charset/CharsetEncoder;
         2: .line 47
            aload 0 /* this */
            sipush 256
            newarray 8
            putfield org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser.binArr:[B
         3: .line 48
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser.binArr:[B
            invokestatic java.nio.ByteBuffer.wrap:([B)Ljava/nio/ByteBuffer;
            putfield org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser.binBuf:Ljava/nio/ByteBuffer;
         4: .line 50
            aload 0 /* this */
            sipush 256
            newarray 5
            putfield org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser.chArr:[C
         5: .line 51
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser.chArr:[C
            invokestatic java.nio.CharBuffer.wrap:([C)Ljava/nio/CharBuffer;
            putfield org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser.chBuf:Ljava/nio/CharBuffer;
         6: .line 60
            aload 0 /* this */
            aload 1 /* out */
            putfield org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser.pckOut:Lorg/eclipse/jgit/transport/PacketLineOut;
         7: .line 61
            return
        end local 1 // org.eclipse.jgit.transport.PacketLineOut out
        end local 0 // org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/eclipse/jgit/transport/RefAdvertiser$PacketLineOutRefAdvertiser;
            0    8     1   out  Lorg/eclipse/jgit/transport/PacketLineOut;
    MethodParameters:
      Name  Flags
      out   

  public void advertiseId(org.eclipse.jgit.lib.AnyObjectId, java.lang.String);
    descriptor: (Lorg/eclipse/jgit/lib/AnyObjectId;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser this
        start local 1 // org.eclipse.jgit.lib.AnyObjectId id
        start local 2 // java.lang.String refName
         0: .line 66
            aload 1 /* id */
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser.binArr:[B
            iconst_0
            invokevirtual org.eclipse.jgit.lib.AnyObjectId.copyTo:([BI)V
         1: .line 67
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser.binArr:[B
            bipush 40
            bipush 32
            bastore
         2: .line 68
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser.binBuf:Ljava/nio/ByteBuffer;
            bipush 41
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
         3: .line 69
            aload 0 /* this */
            aload 2 /* refName */
            invokevirtual org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser.append:(Ljava/lang/String;)V
         4: .line 70
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser.first:Z
            ifeq 13
         5: .line 71
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser.first:Z
         6: .line 72
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser.capablities:Ljava/util/Set;
            invokeinterface java.util.Set.isEmpty:()Z
            ifne 13
         7: .line 73
            aload 0 /* this */
            iconst_0
            invokevirtual org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser.append:(I)V
         8: .line 74
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser.capablities:Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 4
            goto 12
      StackMap locals: org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser org.eclipse.jgit.lib.AnyObjectId java.lang.String top java.util.Iterator
      StackMap stack:
         9: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.String
            astore 3 /* cap */
        start local 3 // java.lang.String cap
        10: .line 75
            aload 0 /* this */
            bipush 32
            invokevirtual org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser.append:(I)V
        11: .line 76
            aload 0 /* this */
            aload 3 /* cap */
            invokevirtual org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser.append:(Ljava/lang/String;)V
        end local 3 // java.lang.String cap
        12: .line 74
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 9
        13: .line 80
      StackMap locals: org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser org.eclipse.jgit.lib.AnyObjectId java.lang.String
      StackMap stack:
            aload 0 /* this */
            bipush 10
            invokevirtual org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser.append:(I)V
        14: .line 81
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser.pckOut:Lorg/eclipse/jgit/transport/PacketLineOut;
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser.binArr:[B
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser.binBuf:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            invokevirtual org.eclipse.jgit.transport.PacketLineOut.writePacket:([BII)V
        15: .line 82
            return
        end local 2 // java.lang.String refName
        end local 1 // org.eclipse.jgit.lib.AnyObjectId id
        end local 0 // org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   16     0     this  Lorg/eclipse/jgit/transport/RefAdvertiser$PacketLineOutRefAdvertiser;
            0   16     1       id  Lorg/eclipse/jgit/lib/AnyObjectId;
            0   16     2  refName  Ljava/lang/String;
           10   12     3      cap  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      id       
      refName  

  private void append(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser this
        start local 1 // java.lang.String str
         0: .line 85
            aload 1 /* str */
            invokevirtual java.lang.String.length:()I
            istore 2 /* n */
        start local 2 // int n
         1: .line 86
            iload 2 /* n */
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser.chArr:[C
            arraylength
            if_icmple 4
         2: .line 87
            aload 0 /* this */
            iload 2 /* n */
            sipush 256
            iadd
            newarray 5
            putfield org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser.chArr:[C
         3: .line 88
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser.chArr:[C
            invokestatic java.nio.CharBuffer.wrap:([C)Ljava/nio/CharBuffer;
            putfield org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser.chBuf:Ljava/nio/CharBuffer;
         4: .line 90
      StackMap locals: int
      StackMap stack:
            aload 1 /* str */
            iconst_0
            iload 2 /* n */
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser.chArr:[C
            iconst_0
            invokevirtual java.lang.String.getChars:(II[CI)V
         5: .line 91
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser.chBuf:Ljava/nio/CharBuffer;
            iconst_0
            invokevirtual java.nio.CharBuffer.position:(I)Ljava/nio/Buffer;
            iload 2 /* n */
            invokevirtual java.nio.Buffer.limit:(I)Ljava/nio/Buffer;
            pop
         6: .line 92
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser.utf8:Ljava/nio/charset/CharsetEncoder;
            invokevirtual java.nio.charset.CharsetEncoder.reset:()Ljava/nio/charset/CharsetEncoder;
            pop
         7: .line 94
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser.utf8:Ljava/nio/charset/CharsetEncoder;
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser.chBuf:Ljava/nio/CharBuffer;
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser.binBuf:Ljava/nio/ByteBuffer;
            iconst_1
            invokevirtual java.nio.charset.CharsetEncoder.encode:(Ljava/nio/CharBuffer;Ljava/nio/ByteBuffer;Z)Ljava/nio/charset/CoderResult;
            astore 3 /* cr */
        start local 3 // java.nio.charset.CoderResult cr
         8: .line 95
            aload 3 /* cr */
            invokevirtual java.nio.charset.CoderResult.isOverflow:()Z
            ifeq 11
         9: .line 96
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser.grow:()V
        10: .line 97
            goto 7
      StackMap locals: java.nio.charset.CoderResult
      StackMap stack:
        11: aload 3 /* cr */
            invokevirtual java.nio.charset.CoderResult.isUnderflow:()Z
            ifeq 13
        12: .line 98
            goto 15
        13: .line 100
      StackMap locals:
      StackMap stack:
            aload 3 /* cr */
            invokevirtual java.nio.charset.CoderResult.throwException:()V
        end local 3 // java.nio.charset.CoderResult cr
        14: .line 93
            goto 7
        15: .line 103
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int n
        end local 1 // java.lang.String str
        end local 0 // org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   16     0  this  Lorg/eclipse/jgit/transport/RefAdvertiser$PacketLineOutRefAdvertiser;
            0   16     1   str  Ljava/lang/String;
            1   16     2     n  I
            8   14     3    cr  Ljava/nio/charset/CoderResult;
    Exceptions:
      throws java.nio.charset.CharacterCodingException
    MethodParameters:
      Name  Flags
      str   

  private void append(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser this
        start local 1 // int b
         0: .line 106
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser.binBuf:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifne 2
         1: .line 107
            aload 0 /* this */
            invokevirtual org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser.grow:()V
         2: .line 109
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser.binBuf:Ljava/nio/ByteBuffer;
            iload 1 /* b */
            i2b
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
         3: .line 110
            return
        end local 1 // int b
        end local 0 // org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jgit/transport/RefAdvertiser$PacketLineOutRefAdvertiser;
            0    4     1     b  I
    MethodParameters:
      Name  Flags
      b     

  private void grow();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser this
         0: .line 113
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser.binBuf:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 1 /* cnt */
        start local 1 // int cnt
         1: .line 114
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser.binArr:[B
            arraylength
            iconst_1
            ishl
            newarray 8
            astore 2 /* tmp */
        start local 2 // byte[] tmp
         2: .line 115
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser.binArr:[B
            iconst_0
            aload 2 /* tmp */
            iconst_0
            iload 1 /* cnt */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         3: .line 116
            aload 0 /* this */
            aload 2 /* tmp */
            putfield org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser.binArr:[B
         4: .line 117
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser.binArr:[B
            invokestatic java.nio.ByteBuffer.wrap:([B)Ljava/nio/ByteBuffer;
            putfield org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser.binBuf:Ljava/nio/ByteBuffer;
         5: .line 118
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser.binBuf:Ljava/nio/ByteBuffer;
            iload 1 /* cnt */
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
         6: .line 119
            return
        end local 2 // byte[] tmp
        end local 1 // int cnt
        end local 0 // org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/jgit/transport/RefAdvertiser$PacketLineOutRefAdvertiser;
            1    7     1   cnt  I
            2    7     2   tmp  [B

  protected void writeOne(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser this
        start local 1 // java.lang.CharSequence line
         0: .line 123
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser.pckOut:Lorg/eclipse/jgit/transport/PacketLineOut;
            aload 1 /* line */
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            invokevirtual org.eclipse.jgit.transport.PacketLineOut.writeString:(Ljava/lang/String;)V
         1: .line 124
            return
        end local 1 // java.lang.CharSequence line
        end local 0 // org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/transport/RefAdvertiser$PacketLineOutRefAdvertiser;
            0    2     1  line  Ljava/lang/CharSequence;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      line  

  protected void end();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser this
         0: .line 128
            aload 0 /* this */
            getfield org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser.pckOut:Lorg/eclipse/jgit/transport/PacketLineOut;
            invokevirtual org.eclipse.jgit.transport.PacketLineOut.end:()V
         1: .line 129
            return
        end local 0 // org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jgit/transport/RefAdvertiser$PacketLineOutRefAdvertiser;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "RefAdvertiser.java"
NestHost: org.eclipse.jgit.transport.RefAdvertiser
InnerClasses:
  public PacketLineOutRefAdvertiser = org.eclipse.jgit.transport.RefAdvertiser$PacketLineOutRefAdvertiser of org.eclipse.jgit.transport.RefAdvertiser