public final class okhttp3.internal.http.RealResponseBody extends okhttp3.ResponseBody
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: okhttp3.internal.http.RealResponseBody
super_class: okhttp3.ResponseBody
{
private final java.lang.String contentTypeString;
descriptor: Ljava/lang/String;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
RuntimeInvisibleAnnotations:
Nullable()
private final long contentLength;
descriptor: J
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final okio.BufferedSource source;
descriptor: Lokio/BufferedSource;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(java.lang.String, long, okio.BufferedSource);
descriptor: (Ljava/lang/String;JLokio/BufferedSource;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=4
start local 0 0: 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"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lokhttp3/internal/http/RealResponseBody;
RuntimeInvisibleTypeAnnotations:
METHOD_FORMAL_PARAMETER
Nullable()
RuntimeInvisibleParameterAnnotations:
0:
Nullable()
1:
2:
MethodParameters:
Name Flags
contentTypeString
contentLength
source
public okhttp3.MediaType contentType();
descriptor: ()Lokhttp3/MediaType;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lokhttp3/internal/http/RealResponseBody;
public long contentLength();
descriptor: ()J
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lokhttp3/internal/http/RealResponseBody;
public okio.BufferedSource source();
descriptor: ()Lokio/BufferedSource;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lokhttp3/internal/http/RealResponseBody;
}
SourceFile: "RealResponseBody.java"