class org.springframework.web.util.ContentCachingRequestWrapper$ContentCachingInputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.web.util.ContentCachingRequestWrapper$ContentCachingInputStream
  super_class: java.lang.Object
{
  private final ServletInputStream is;
    descriptor: LServletInputStream;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  final org.springframework.web.util.ContentCachingRequestWrapper this$0;
    descriptor: Lorg/springframework/web/util/ContentCachingRequestWrapper;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(org.springframework.web.util.ContentCachingRequestWrapper, ServletInputStream);
    descriptor: (Lorg/springframework/web/util/ContentCachingRequestWrapper;LServletInputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.web.util.ContentCachingRequestWrapper$ContentCachingInputStream this
         0: .line 30
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.servlet cannot be resolved\n\tThe import javax.servlet cannot be resolved\n\tThe import javax.servlet cannot be resolved\n\tThe import javax.servlet cannot be resolved\n\tHttpServletRequestWrapper cannot be resolved to a type\n\tServletInputStream cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tServletInputStream cannot be resolved to a type\n\tThe method getInputStream() of type ContentCachingRequestWrapper must override or implement a supertype method\n\tServletInputStream cannot be resolved to a type\n\tServletInputStream cannot be resolved to a type\n\tThe method getRequest() is undefined for the type ContentCachingRequestWrapper\n\tServletInputStream cannot be resolved to a type\n\tThe method getCharacterEncoding() of type ContentCachingRequestWrapper must override or implement a supertype method\n\tHttpServletRequestWrapper cannot be resolved to a type\n\tThe method getReader() of type ContentCachingRequestWrapper must override or implement a supertype method\n\tThe method getInputStream() from the type ContentCachingRequestWrapper refers to the missing type ServletInputStream\n\tThe method getParameter(String) of type ContentCachingRequestWrapper must override or implement a supertype method\n\tHttpServletRequestWrapper cannot be resolved to a type\n\tThe method getParameterMap() of type ContentCachingRequestWrapper must override or implement a supertype method\n\tHttpServletRequestWrapper cannot be resolved to a type\n\tThe method getParameterNames() of type ContentCachingRequestWrapper must override or implement a supertype method\n\tHttpServletRequestWrapper cannot be resolved to a type\n\tThe method getParameterValues(String) of type ContentCachingRequestWrapper must override or implement a supertype method\n\tHttpServletRequestWrapper cannot be resolved to a type\n\tThe method getContentType() is undefined for the type ContentCachingRequestWrapper\n\tThe method getMethod() is undefined for the type ContentCachingRequestWrapper\n\tHttpServletRequestWrapper cannot be resolved to a type\n\tServletInputStream cannot be resolved to a type\n\tServletInputStream cannot be resolved to a type\n\tServletInputStream cannot be resolved to a type\n\tServletInputStream cannot be resolved to a type\n\tThe method read() of type ContentCachingRequestWrapper.ContentCachingInputStream must override or implement a supertype method\n\tServletInputStream cannot be resolved to a type\n\tThe method read(byte[]) of type ContentCachingRequestWrapper.ContentCachingInputStream must override or implement a supertype method\n\tServletInputStream cannot be resolved to a type\n\tThe method read(byte[], int, int) of type ContentCachingRequestWrapper.ContentCachingInputStream must override or implement a supertype method\n\tServletInputStream cannot be resolved to a type\n\tThe method readLine(byte[], int, int) of type ContentCachingRequestWrapper.ContentCachingInputStream must override or implement a supertype method\n\tServletInputStream cannot be resolved to a type\n\tThe method isFinished() of type ContentCachingRequestWrapper.ContentCachingInputStream must override or implement a supertype method\n\tServletInputStream cannot be resolved to a type\n\tThe method isReady() of type ContentCachingRequestWrapper.ContentCachingInputStream must override or implement a supertype method\n\tServletInputStream cannot be resolved to a type\n\tReadListener cannot be resolved to a type\n\tServletInputStream cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.util.ContentCachingRequestWrapper$ContentCachingInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/util/ContentCachingRequestWrapper$ContentCachingInputStream;
    MethodParameters:
        Name  Flags
      this$0  final
      is      

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

  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.util.ContentCachingRequestWrapper$ContentCachingInputStream this
         0: .line 233
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method read(byte[]) of type ContentCachingRequestWrapper.ContentCachingInputStream must override or implement a supertype method\n\tServletInputStream cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.util.ContentCachingRequestWrapper$ContentCachingInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/util/ContentCachingRequestWrapper$ContentCachingInputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  private void writeToCache(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.web.util.ContentCachingRequestWrapper$ContentCachingInputStream this
         0: .line 239
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.util.ContentCachingRequestWrapper$ContentCachingInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/util/ContentCachingRequestWrapper$ContentCachingInputStream;
    MethodParameters:
       Name  Flags
      b      final
      off    final
      count  

  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.util.ContentCachingRequestWrapper$ContentCachingInputStream this
         0: .line 253
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method read(byte[], int, int) of type ContentCachingRequestWrapper.ContentCachingInputStream must override or implement a supertype method\n\tServletInputStream cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.util.ContentCachingRequestWrapper$ContentCachingInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/util/ContentCachingRequestWrapper$ContentCachingInputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     final
      off   final
      len   final

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

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

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

  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.util.ContentCachingRequestWrapper$ContentCachingInputStream this
         0: .line 277
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tReadListener cannot be resolved to a type\n\tServletInputStream cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.util.ContentCachingRequestWrapper$ContentCachingInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/util/ContentCachingRequestWrapper$ContentCachingInputStream;
    MethodParameters:
              Name  Flags
      readListener  
}
SourceFile: "ContentCachingRequestWrapper.java"
NestHost: org.springframework.web.util.ContentCachingRequestWrapper
InnerClasses:
  private ContentCachingInputStream = org.springframework.web.util.ContentCachingRequestWrapper$ContentCachingInputStream of org.springframework.web.util.ContentCachingRequestWrapper