class org.springframework.web.servlet.function.DefaultServerRequestBuilder$BodyInputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.web.servlet.function.DefaultServerRequestBuilder$BodyInputStream
  super_class: java.lang.Object
{
  private final java.io.InputStream delegate;
    descriptor: Ljava/io/InputStream;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.function.DefaultServerRequestBuilder$BodyInputStream this
         0: .line 36
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.servlet.ReadListener cannot be resolved\n\tThe import javax.servlet.ServletException cannot be resolved\n\tThe import javax.servlet.ServletInputStream cannot be resolved\n\tThe import javax.servlet.http.Cookie cannot be resolved\n\tThe import javax.servlet.http.HttpServletRequest cannot be resolved\n\tThe import javax.servlet.http.HttpSession cannot be resolved\n\tThe import javax.servlet.http.Part cannot be resolved\n\tThe type DefaultServerRequestBuilder must implement the inherited abstract method ServerRequest.Builder.cookies(Consumer<MultiValueMap<String,Cookie>>)\n\tHttpServletRequest cannot be resolved to a type\n\tCookie cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tThe method servletRequest() from the type ServerRequest refers to the missing type HttpServletRequest\n\tThe method cookies(Consumer<MultiValueMap<String,Cookie>>) is ambiguous for the type DefaultServerRequestBuilder\n\tThis lambda expression refers to the missing type Cookie\n\tThe method cookies() from the type ServerRequest refers to the missing type Cookie\n\tCookie cannot be resolved to a type\n\tCookie cannot be resolved to a type\n\tName clash: The method cookies(Consumer<MultiValueMap<String,Cookie>>) of type DefaultServerRequestBuilder has the same erasure as cookies(Consumer<MultiValueMap<String,Cookie>>) of type ServerRequest.Builder but does not override it\n\tThe method cookies(Consumer<MultiValueMap<String,Cookie>>) of type DefaultServerRequestBuilder must override or implement a supertype method\n\tCookie cannot be resolved to a type\n\tCookie cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tCookie cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tCookie cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tCookie cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tCookie cannot be resolved to a type\n\tPart cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tThe method servletRequest() from the type DefaultServerRequestBuilder.BuiltServerRequest refers to the missing type HttpServletRequest\n\tPart cannot be resolved\n\tCookie cannot be resolved to a type\n\tCookie cannot be resolved to a type\n\tServletException cannot be resolved to a type\n\tThe method bodyInternal(Type, Class<?>) from the type DefaultServerRequestBuilder.BuiltServerRequest refers to the missing type ServletException\n\tServletException cannot be resolved to a type\n\tThe method bodyInternal(Type, Class<?>) from the type DefaultServerRequestBuilder.BuiltServerRequest refers to the missing type ServletException\n\tServletException cannot be resolved to a type\n\tNo exception of type HttpMediaTypeNotSupportedException can be thrown; an exception type must be a subclass of Throwable\n\tHttpSession cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tType mismatch: cannot convert from DefaultServerRequestBuilder.BodyInputStream to InputStream\n\tServletInputStream cannot be resolved to a type\n\tThe method isFinished() of type DefaultServerRequestBuilder.BodyInputStream must override or implement a supertype method\n\tThe method isReady() of type DefaultServerRequestBuilder.BodyInputStream must override or implement a supertype method\n\tReadListener cannot be resolved to a type\n\tThe method read() of type DefaultServerRequestBuilder.BodyInputStream must override or implement a supertype method\n\tThe method read(byte[], int, int) of type DefaultServerRequestBuilder.BodyInputStream must override or implement a supertype method\n\tThe method read(byte[]) of type DefaultServerRequestBuilder.BodyInputStream must override or implement a supertype method\n\tThe method skip(long) of type DefaultServerRequestBuilder.BodyInputStream must override or implement a supertype method\n\tThe method available() of type DefaultServerRequestBuilder.BodyInputStream must override or implement a supertype method\n\tThe method close() of type DefaultServerRequestBuilder.BodyInputStream must override or implement a supertype method\n\tThe method mark(int) of type DefaultServerRequestBuilder.BodyInputStream must override or implement a supertype method\n\tThe method reset() of type DefaultServerRequestBuilder.BodyInputStream must override or implement a supertype method\n\tThe method markSupported() of type DefaultServerRequestBuilder.BodyInputStream must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.function.DefaultServerRequestBuilder$BodyInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/function/DefaultServerRequestBuilder$BodyInputStream;
    MethodParameters:
      Name  Flags
      body  

  public boolean isFinished();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.function.DefaultServerRequestBuilder$BodyInputStream this
         0: .line 376
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method isFinished() of type DefaultServerRequestBuilder.BodyInputStream must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.function.DefaultServerRequestBuilder$BodyInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/function/DefaultServerRequestBuilder$BodyInputStream;

  public boolean isReady();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.function.DefaultServerRequestBuilder$BodyInputStream this
         0: .line 381
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method isReady() of type DefaultServerRequestBuilder.BodyInputStream must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.function.DefaultServerRequestBuilder$BodyInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/function/DefaultServerRequestBuilder$BodyInputStream;

  public void setReadListener(ReadListener);
    descriptor: (LReadListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.function.DefaultServerRequestBuilder$BodyInputStream this
         0: .line 386
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tReadListener cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.function.DefaultServerRequestBuilder$BodyInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/function/DefaultServerRequestBuilder$BodyInputStream;
    MethodParameters:
              Name  Flags
      readListener  

  public int read();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.function.DefaultServerRequestBuilder$BodyInputStream this
         0: .line 391
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method read() of type DefaultServerRequestBuilder.BodyInputStream must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.function.DefaultServerRequestBuilder$BodyInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/function/DefaultServerRequestBuilder$BodyInputStream;
    Exceptions:
      throws java.io.IOException

  public int read(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.web.servlet.function.DefaultServerRequestBuilder$BodyInputStream this
         0: .line 396
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method read(byte[], int, int) of type DefaultServerRequestBuilder.BodyInputStream must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.function.DefaultServerRequestBuilder$BodyInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/function/DefaultServerRequestBuilder$BodyInputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  public int read(byte[]);
    descriptor: ([B)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.function.DefaultServerRequestBuilder$BodyInputStream this
         0: .line 401
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method read(byte[]) of type DefaultServerRequestBuilder.BodyInputStream must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.function.DefaultServerRequestBuilder$BodyInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/function/DefaultServerRequestBuilder$BodyInputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  public long skip(long);
    descriptor: (J)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.springframework.web.servlet.function.DefaultServerRequestBuilder$BodyInputStream this
         0: .line 406
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method skip(long) of type DefaultServerRequestBuilder.BodyInputStream must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.function.DefaultServerRequestBuilder$BodyInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/function/DefaultServerRequestBuilder$BodyInputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      n     

  public int available();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.function.DefaultServerRequestBuilder$BodyInputStream this
         0: .line 411
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method available() of type DefaultServerRequestBuilder.BodyInputStream must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.function.DefaultServerRequestBuilder$BodyInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/function/DefaultServerRequestBuilder$BodyInputStream;
    Exceptions:
      throws java.io.IOException

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.function.DefaultServerRequestBuilder$BodyInputStream this
         0: .line 416
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method close() of type DefaultServerRequestBuilder.BodyInputStream must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.function.DefaultServerRequestBuilder$BodyInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/function/DefaultServerRequestBuilder$BodyInputStream;
    Exceptions:
      throws java.io.IOException

  public synchronized void mark(int);
    descriptor: (I)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.web.servlet.function.DefaultServerRequestBuilder$BodyInputStream this
         0: .line 421
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method mark(int) of type DefaultServerRequestBuilder.BodyInputStream must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.function.DefaultServerRequestBuilder$BodyInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/function/DefaultServerRequestBuilder$BodyInputStream;
    MethodParameters:
           Name  Flags
      readlimit  

  public synchronized void reset();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.function.DefaultServerRequestBuilder$BodyInputStream this
         0: .line 426
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method reset() of type DefaultServerRequestBuilder.BodyInputStream must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.function.DefaultServerRequestBuilder$BodyInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/function/DefaultServerRequestBuilder$BodyInputStream;
    Exceptions:
      throws java.io.IOException

  public boolean markSupported();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.function.DefaultServerRequestBuilder$BodyInputStream this
         0: .line 431
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method markSupported() of type DefaultServerRequestBuilder.BodyInputStream must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.function.DefaultServerRequestBuilder$BodyInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/function/DefaultServerRequestBuilder$BodyInputStream;
}
SourceFile: "DefaultServerRequestBuilder.java"
NestHost: org.springframework.web.servlet.function.DefaultServerRequestBuilder
InnerClasses:
  private BodyInputStream = org.springframework.web.servlet.function.DefaultServerRequestBuilder$BodyInputStream of org.springframework.web.servlet.function.DefaultServerRequestBuilder