class jdk.internal.org.jline.utils.PumpReader$Writer extends java.io.Writer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: jdk.internal.org.jline.utils.PumpReader$Writer
  super_class: java.io.Writer
{
  private final jdk.internal.org.jline.utils.PumpReader reader;
    descriptor: Ljdk/internal/org/jline/utils/PumpReader;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private void <init>(jdk.internal.org.jline.utils.PumpReader);
    descriptor: (Ljdk/internal/org/jline/utils/PumpReader;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.internal.org.jline.utils.PumpReader$Writer this
        start local 1 // jdk.internal.org.jline.utils.PumpReader reader
         0: .line 290
            aload 0 /* this */
            invokespecial java.io.Writer.<init>:()V
         1: .line 291
            aload 0 /* this */
            aload 1 /* reader */
            putfield jdk.internal.org.jline.utils.PumpReader$Writer.reader:Ljdk/internal/org/jline/utils/PumpReader;
         2: .line 292
            return
        end local 1 // jdk.internal.org.jline.utils.PumpReader reader
        end local 0 // jdk.internal.org.jline.utils.PumpReader$Writer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Ljdk/internal/org/jline/utils/PumpReader$Writer;
            0    3     1  reader  Ljdk/internal/org/jline/utils/PumpReader;
    MethodParameters:
        Name  Flags
      reader  

  public void write(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.internal.org.jline.utils.PumpReader$Writer this
        start local 1 // int c
         0: .line 296
            aload 0 /* this */
            getfield jdk.internal.org.jline.utils.PumpReader$Writer.reader:Ljdk/internal/org/jline/utils/PumpReader;
            iload 1 /* c */
            i2c
            invokevirtual jdk.internal.org.jline.utils.PumpReader.write:(C)V
         1: .line 297
            return
        end local 1 // int c
        end local 0 // jdk.internal.org.jline.utils.PumpReader$Writer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/internal/org/jline/utils/PumpReader$Writer;
            0    2     1     c  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      c     

  public void write(char[], int, int);
    descriptor: ([CII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // jdk.internal.org.jline.utils.PumpReader$Writer this
        start local 1 // char[] cbuf
        start local 2 // int off
        start local 3 // int len
         0: .line 301
            aload 0 /* this */
            getfield jdk.internal.org.jline.utils.PumpReader$Writer.reader:Ljdk/internal/org/jline/utils/PumpReader;
            aload 1 /* cbuf */
            iload 2 /* off */
            iload 3 /* len */
            invokevirtual jdk.internal.org.jline.utils.PumpReader.write:([CII)V
         1: .line 302
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // char[] cbuf
        end local 0 // jdk.internal.org.jline.utils.PumpReader$Writer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/internal/org/jline/utils/PumpReader$Writer;
            0    2     1  cbuf  [C
            0    2     2   off  I
            0    2     3   len  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      cbuf  
      off   
      len   

  public void write(java.lang.String, int, int);
    descriptor: (Ljava/lang/String;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // jdk.internal.org.jline.utils.PumpReader$Writer this
        start local 1 // java.lang.String str
        start local 2 // int off
        start local 3 // int len
         0: .line 306
            aload 0 /* this */
            getfield jdk.internal.org.jline.utils.PumpReader$Writer.reader:Ljdk/internal/org/jline/utils/PumpReader;
            aload 1 /* str */
            iload 2 /* off */
            iload 3 /* len */
            invokevirtual jdk.internal.org.jline.utils.PumpReader.write:(Ljava/lang/String;II)V
         1: .line 307
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // java.lang.String str
        end local 0 // jdk.internal.org.jline.utils.PumpReader$Writer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/internal/org/jline/utils/PumpReader$Writer;
            0    2     1   str  Ljava/lang/String;
            0    2     2   off  I
            0    2     3   len  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      str   
      off   
      len   

  public void flush();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.internal.org.jline.utils.PumpReader$Writer this
         0: .line 311
            aload 0 /* this */
            getfield jdk.internal.org.jline.utils.PumpReader$Writer.reader:Ljdk/internal/org/jline/utils/PumpReader;
            invokevirtual jdk.internal.org.jline.utils.PumpReader.flush:()V
         1: .line 312
            return
        end local 0 // jdk.internal.org.jline.utils.PumpReader$Writer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/internal/org/jline/utils/PumpReader$Writer;
    Exceptions:
      throws java.io.IOException

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.internal.org.jline.utils.PumpReader$Writer this
         0: .line 316
            aload 0 /* this */
            getfield jdk.internal.org.jline.utils.PumpReader$Writer.reader:Ljdk/internal/org/jline/utils/PumpReader;
            invokevirtual jdk.internal.org.jline.utils.PumpReader.close:()V
         1: .line 317
            return
        end local 0 // jdk.internal.org.jline.utils.PumpReader$Writer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/internal/org/jline/utils/PumpReader$Writer;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "PumpReader.java"
NestHost: jdk.internal.org.jline.utils.PumpReader
InnerClasses:
  private Writer = jdk.internal.org.jline.utils.PumpReader$Writer of jdk.internal.org.jline.utils.PumpReader