public final class okhttp3.FormBody extends okhttp3.RequestBody
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: okhttp3.FormBody
  super_class: okhttp3.RequestBody
{
  private static final okhttp3.MediaType CONTENT_TYPE;
    descriptor: Lokhttp3/MediaType;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final java.util.List<java.lang.String> encodedNames;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Ljava/lang/String;>;

  private final java.util.List<java.lang.String> encodedValues;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Ljava/lang/String;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 31
            ldc "application/x-www-form-urlencoded"
            invokestatic okhttp3.MediaType.get:(Ljava/lang/String;)Lokhttp3/MediaType;
            putstatic okhttp3.FormBody.CONTENT_TYPE:Lokhttp3/MediaType;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(java.util.List<java.lang.String>, java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;Ljava/util/List;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // okhttp3.FormBody this
        start local 1 // java.util.List encodedNames
        start local 2 // java.util.List encodedValues
         0: .line 36
            aload 0 /* this */
            invokespecial okhttp3.RequestBody.<init>:()V
         1: .line 37
            aload 0 /* this */
            aload 1 /* encodedNames */
            invokestatic okhttp3.internal.Util.immutableList:(Ljava/util/List;)Ljava/util/List;
            putfield okhttp3.FormBody.encodedNames:Ljava/util/List;
         2: .line 38
            aload 0 /* this */
            aload 2 /* encodedValues */
            invokestatic okhttp3.internal.Util.immutableList:(Ljava/util/List;)Ljava/util/List;
            putfield okhttp3.FormBody.encodedValues:Ljava/util/List;
         3: .line 39
            return
        end local 2 // java.util.List encodedValues
        end local 1 // java.util.List encodedNames
        end local 0 // okhttp3.FormBody this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lokhttp3/FormBody;
            0    4     1   encodedNames  Ljava/util/List<Ljava/lang/String;>;
            0    4     2  encodedValues  Ljava/util/List<Ljava/lang/String;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Ljava/util/List<Ljava/lang/String;>;)V
    MethodParameters:
               Name  Flags
      encodedNames   
      encodedValues  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // okhttp3.FormBody this
         0: .line 43
            aload 0 /* this */
            getfield okhttp3.FormBody.encodedNames:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ireturn
        end local 0 // okhttp3.FormBody this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/FormBody;

  public java.lang.String encodedName(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // okhttp3.FormBody this
        start local 1 // int index
         0: .line 47
            aload 0 /* this */
            getfield okhttp3.FormBody.encodedNames:Ljava/util/List;
            iload 1 /* index */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.lang.String
            areturn
        end local 1 // int index
        end local 0 // okhttp3.FormBody this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lokhttp3/FormBody;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public java.lang.String name(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // okhttp3.FormBody this
        start local 1 // int index
         0: .line 51
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual okhttp3.FormBody.encodedName:(I)Ljava/lang/String;
            iconst_1
            invokestatic okhttp3.HttpUrl.percentDecode:(Ljava/lang/String;Z)Ljava/lang/String;
            areturn
        end local 1 // int index
        end local 0 // okhttp3.FormBody this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lokhttp3/FormBody;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public java.lang.String encodedValue(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // okhttp3.FormBody this
        start local 1 // int index
         0: .line 55
            aload 0 /* this */
            getfield okhttp3.FormBody.encodedValues:Ljava/util/List;
            iload 1 /* index */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast java.lang.String
            areturn
        end local 1 // int index
        end local 0 // okhttp3.FormBody this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lokhttp3/FormBody;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public java.lang.String value(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // okhttp3.FormBody this
        start local 1 // int index
         0: .line 59
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual okhttp3.FormBody.encodedValue:(I)Ljava/lang/String;
            iconst_1
            invokestatic okhttp3.HttpUrl.percentDecode:(Ljava/lang/String;Z)Ljava/lang/String;
            areturn
        end local 1 // int index
        end local 0 // okhttp3.FormBody this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lokhttp3/FormBody;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public okhttp3.MediaType contentType();
    descriptor: ()Lokhttp3/MediaType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // okhttp3.FormBody this
         0: .line 63
            getstatic okhttp3.FormBody.CONTENT_TYPE:Lokhttp3/MediaType;
            areturn
        end local 0 // okhttp3.FormBody this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/FormBody;

  public long contentLength();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // okhttp3.FormBody this
         0: .line 67
            aload 0 /* this */
            aconst_null
            iconst_1
            invokevirtual okhttp3.FormBody.writeOrCountBytes:(Lokio/BufferedSink;Z)J
            lreturn
        end local 0 // okhttp3.FormBody this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/FormBody;

  public void writeTo(okio.BufferedSink);
    descriptor: (Lokio/BufferedSink;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // okhttp3.FormBody this
        start local 1 // okio.BufferedSink sink
         0: .line 71
            aload 0 /* this */
            aload 1 /* sink */
            iconst_0
            invokevirtual okhttp3.FormBody.writeOrCountBytes:(Lokio/BufferedSink;Z)J
            pop2
         1: .line 72
            return
        end local 1 // okio.BufferedSink sink
        end local 0 // okhttp3.FormBody this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lokhttp3/FormBody;
            0    2     1  sink  Lokio/BufferedSink;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      sink  

  private long writeOrCountBytes(okio.BufferedSink, boolean);
    descriptor: (Lokio/BufferedSink;Z)J
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // okhttp3.FormBody this
         0: .line 80
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tNullable cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // okhttp3.FormBody this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/FormBody;
    RuntimeInvisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        Nullable()
    RuntimeInvisibleParameterAnnotations: 
      0:
        Nullable()
      1:
    MethodParameters:
            Name  Flags
      sink        
      countBytes  
}
SourceFile: "FormBody.java"
NestMembers:
  okhttp3.FormBody$Builder
InnerClasses:
  public final Builder = okhttp3.FormBody$Builder of okhttp3.FormBody