final class okhttp3.ResponseBody$BomAwareReader extends java.io.Reader
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: okhttp3.ResponseBody$BomAwareReader
  super_class: java.io.Reader
{
  private final okio.BufferedSource source;
    descriptor: Lokio/BufferedSource;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.nio.charset.Charset charset;
    descriptor: Ljava/nio/charset/Charset;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private boolean closed;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private java.io.Reader delegate;
    descriptor: Ljava/io/Reader;
    flags: (0x0002) ACC_PRIVATE
    RuntimeInvisibleAnnotations: 
      Nullable()

  void <init>(okio.BufferedSource, java.nio.charset.Charset);
    descriptor: (Lokio/BufferedSource;Ljava/nio/charset/Charset;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // okhttp3.ResponseBody$BomAwareReader this
         0: .line 24
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.annotation.Nullable cannot be resolved\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n\tNullable cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // okhttp3.ResponseBody$BomAwareReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/ResponseBody$BomAwareReader;
    MethodParameters:
         Name  Flags
      source   
      charset  

  public int read(char[], int, int);
    descriptor: ([CII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // okhttp3.ResponseBody$BomAwareReader this
         0: .line 251
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // okhttp3.ResponseBody$BomAwareReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/ResponseBody$BomAwareReader;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      cbuf  
      off   
      len   

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // okhttp3.ResponseBody$BomAwareReader this
         0: .line 262
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // okhttp3.ResponseBody$BomAwareReader this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/ResponseBody$BomAwareReader;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "ResponseBody.java"
NestHost: okhttp3.ResponseBody
InnerClasses:
  final BomAwareReader = okhttp3.ResponseBody$BomAwareReader of okhttp3.ResponseBody