public class java.io.OutputStreamWriter extends java.io.Writer
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: java.io.OutputStreamWriter
  super_class: java.io.Writer
{
  private final sun.nio.cs.StreamEncoder se;
    descriptor: Lsun/nio/cs/StreamEncoder;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.io.OutputStream, java.lang.String);
    descriptor: (Ljava/io/OutputStream;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // java.io.OutputStreamWriter this
        start local 1 // java.io.OutputStream out
        start local 2 // java.lang.String charsetName
         0: .line 96
            aload 0 /* this */
            aload 1 /* out */
            invokespecial java.io.Writer.<init>:(Ljava/lang/Object;)V
         1: .line 97
            aload 2 /* charsetName */
            ifnonnull 3
         2: .line 98
            new java.lang.NullPointerException
            dup
            ldc "charsetName"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 99
      StackMap locals: java.io.OutputStreamWriter java.io.OutputStream java.lang.String
      StackMap stack:
            aload 0 /* this */
            aload 1 /* out */
            aload 0 /* this */
            aload 2 /* charsetName */
            invokestatic sun.nio.cs.StreamEncoder.forOutputStreamWriter:(Ljava/io/OutputStream;Ljava/lang/Object;Ljava/lang/String;)Lsun/nio/cs/StreamEncoder;
            putfield java.io.OutputStreamWriter.se:Lsun/nio/cs/StreamEncoder;
         4: .line 100
            return
        end local 2 // java.lang.String charsetName
        end local 1 // java.io.OutputStream out
        end local 0 // java.io.OutputStreamWriter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Ljava/io/OutputStreamWriter;
            0    5     1          out  Ljava/io/OutputStream;
            0    5     2  charsetName  Ljava/lang/String;
    Exceptions:
      throws java.io.UnsupportedEncodingException
    MethodParameters:
             Name  Flags
      out          
      charsetName  

  public void <init>(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // java.io.OutputStreamWriter this
        start local 1 // java.io.OutputStream out
         0: .line 108
            aload 0 /* this */
            aload 1 /* out */
            invokespecial java.io.Writer.<init>:(Ljava/lang/Object;)V
         1: .line 110
            aload 0 /* this */
            aload 1 /* out */
            aload 0 /* this */
            aconst_null
            invokestatic sun.nio.cs.StreamEncoder.forOutputStreamWriter:(Ljava/io/OutputStream;Ljava/lang/Object;Ljava/lang/String;)Lsun/nio/cs/StreamEncoder;
            putfield java.io.OutputStreamWriter.se:Lsun/nio/cs/StreamEncoder;
         2: .line 111
            goto 5
      StackMap locals: java.io.OutputStreamWriter java.io.OutputStream
      StackMap stack: java.io.UnsupportedEncodingException
         3: astore 2 /* e */
        start local 2 // java.io.UnsupportedEncodingException e
         4: .line 112
            new java.lang.Error
            dup
            aload 2 /* e */
            invokespecial java.lang.Error.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.io.UnsupportedEncodingException e
         5: .line 114
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.io.OutputStream out
        end local 0 // java.io.OutputStreamWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljava/io/OutputStreamWriter;
            0    6     1   out  Ljava/io/OutputStream;
            4    5     2     e  Ljava/io/UnsupportedEncodingException;
      Exception table:
        from    to  target  type
           1     2       3  Class java.io.UnsupportedEncodingException
    MethodParameters:
      Name  Flags
      out   

  public void <init>(java.io.OutputStream, java.nio.charset.Charset);
    descriptor: (Ljava/io/OutputStream;Ljava/nio/charset/Charset;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // java.io.OutputStreamWriter this
        start local 1 // java.io.OutputStream out
        start local 2 // java.nio.charset.Charset cs
         0: .line 129
            aload 0 /* this */
            aload 1 /* out */
            invokespecial java.io.Writer.<init>:(Ljava/lang/Object;)V
         1: .line 130
            aload 2 /* cs */
            ifnonnull 3
         2: .line 131
            new java.lang.NullPointerException
            dup
            ldc "charset"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 132
      StackMap locals: java.io.OutputStreamWriter java.io.OutputStream java.nio.charset.Charset
      StackMap stack:
            aload 0 /* this */
            aload 1 /* out */
            aload 0 /* this */
            aload 2 /* cs */
            invokestatic sun.nio.cs.StreamEncoder.forOutputStreamWriter:(Ljava/io/OutputStream;Ljava/lang/Object;Ljava/nio/charset/Charset;)Lsun/nio/cs/StreamEncoder;
            putfield java.io.OutputStreamWriter.se:Lsun/nio/cs/StreamEncoder;
         4: .line 133
            return
        end local 2 // java.nio.charset.Charset cs
        end local 1 // java.io.OutputStream out
        end local 0 // java.io.OutputStreamWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljava/io/OutputStreamWriter;
            0    5     1   out  Ljava/io/OutputStream;
            0    5     2    cs  Ljava/nio/charset/Charset;
    MethodParameters:
      Name  Flags
      out   
      cs    

  public void <init>(java.io.OutputStream, java.nio.charset.CharsetEncoder);
    descriptor: (Ljava/io/OutputStream;Ljava/nio/charset/CharsetEncoder;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // java.io.OutputStreamWriter this
        start local 1 // java.io.OutputStream out
        start local 2 // java.nio.charset.CharsetEncoder enc
         0: .line 148
            aload 0 /* this */
            aload 1 /* out */
            invokespecial java.io.Writer.<init>:(Ljava/lang/Object;)V
         1: .line 149
            aload 2 /* enc */
            ifnonnull 3
         2: .line 150
            new java.lang.NullPointerException
            dup
            ldc "charset encoder"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 151
      StackMap locals: java.io.OutputStreamWriter java.io.OutputStream java.nio.charset.CharsetEncoder
      StackMap stack:
            aload 0 /* this */
            aload 1 /* out */
            aload 0 /* this */
            aload 2 /* enc */
            invokestatic sun.nio.cs.StreamEncoder.forOutputStreamWriter:(Ljava/io/OutputStream;Ljava/lang/Object;Ljava/nio/charset/CharsetEncoder;)Lsun/nio/cs/StreamEncoder;
            putfield java.io.OutputStreamWriter.se:Lsun/nio/cs/StreamEncoder;
         4: .line 152
            return
        end local 2 // java.nio.charset.CharsetEncoder enc
        end local 1 // java.io.OutputStream out
        end local 0 // java.io.OutputStreamWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljava/io/OutputStreamWriter;
            0    5     1   out  Ljava/io/OutputStream;
            0    5     2   enc  Ljava/nio/charset/CharsetEncoder;
    MethodParameters:
      Name  Flags
      out   
      enc   

  public java.lang.String getEncoding();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.io.OutputStreamWriter this
         0: .line 175
            aload 0 /* this */
            getfield java.io.OutputStreamWriter.se:Lsun/nio/cs/StreamEncoder;
            invokevirtual sun.nio.cs.StreamEncoder.getEncoding:()Ljava/lang/String;
            areturn
        end local 0 // java.io.OutputStreamWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/io/OutputStreamWriter;

  void flushBuffer();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.io.OutputStreamWriter this
         0: .line 184
            aload 0 /* this */
            getfield java.io.OutputStreamWriter.se:Lsun/nio/cs/StreamEncoder;
            invokevirtual sun.nio.cs.StreamEncoder.flushBuffer:()V
         1: .line 185
            return
        end local 0 // java.io.OutputStreamWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/io/OutputStreamWriter;
    Exceptions:
      throws java.io.IOException

  public void write(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.io.OutputStreamWriter this
        start local 1 // int c
         0: .line 193
            aload 0 /* this */
            getfield java.io.OutputStreamWriter.se:Lsun/nio/cs/StreamEncoder;
            iload 1 /* c */
            invokevirtual sun.nio.cs.StreamEncoder.write:(I)V
         1: .line 194
            return
        end local 1 // int c
        end local 0 // java.io.OutputStreamWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/io/OutputStreamWriter;
            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 // java.io.OutputStreamWriter this
        start local 1 // char[] cbuf
        start local 2 // int off
        start local 3 // int len
         0: .line 211
            aload 0 /* this */
            getfield java.io.OutputStreamWriter.se:Lsun/nio/cs/StreamEncoder;
            aload 1 /* cbuf */
            iload 2 /* off */
            iload 3 /* len */
            invokevirtual sun.nio.cs.StreamEncoder.write:([CII)V
         1: .line 212
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // char[] cbuf
        end local 0 // java.io.OutputStreamWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/io/OutputStreamWriter;
            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 // java.io.OutputStreamWriter this
        start local 1 // java.lang.String str
        start local 2 // int off
        start local 3 // int len
         0: .line 229
            aload 0 /* this */
            getfield java.io.OutputStreamWriter.se:Lsun/nio/cs/StreamEncoder;
            aload 1 /* str */
            iload 2 /* off */
            iload 3 /* len */
            invokevirtual sun.nio.cs.StreamEncoder.write:(Ljava/lang/String;II)V
         1: .line 230
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // java.lang.String str
        end local 0 // java.io.OutputStreamWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/io/OutputStreamWriter;
            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 java.io.Writer append(java.lang.CharSequence, int, int);
    descriptor: (Ljava/lang/CharSequence;II)Ljava/io/Writer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // java.io.OutputStreamWriter this
        start local 1 // java.lang.CharSequence csq
        start local 2 // int start
        start local 3 // int end
         0: .line 234
            aload 1 /* csq */
            ifnonnull 1
            ldc "null"
            astore 1 /* csq */
         1: .line 235
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* csq */
            iload 2 /* start */
            iload 3 /* end */
            invokeinterface java.lang.CharSequence.subSequence:(II)Ljava/lang/CharSequence;
            invokevirtual java.io.OutputStreamWriter.append:(Ljava/lang/CharSequence;)Ljava/io/Writer;
            areturn
        end local 3 // int end
        end local 2 // int start
        end local 1 // java.lang.CharSequence csq
        end local 0 // java.io.OutputStreamWriter this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljava/io/OutputStreamWriter;
            0    2     1    csq  Ljava/lang/CharSequence;
            0    2     2  start  I
            0    2     3    end  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      csq    
      start  
      end    

  public java.io.Writer append(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Ljava/io/Writer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.io.OutputStreamWriter this
        start local 1 // java.lang.CharSequence csq
         0: .line 240
            aload 1 /* csq */
            instanceof java.nio.CharBuffer
            ifeq 3
         1: .line 241
            aload 0 /* this */
            getfield java.io.OutputStreamWriter.se:Lsun/nio/cs/StreamEncoder;
            aload 1 /* csq */
            checkcast java.nio.CharBuffer
            invokevirtual sun.nio.cs.StreamEncoder.write:(Ljava/nio/CharBuffer;)V
         2: .line 242
            goto 4
         3: .line 243
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.io.OutputStreamWriter.se:Lsun/nio/cs/StreamEncoder;
            aload 1 /* csq */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual sun.nio.cs.StreamEncoder.write:(Ljava/lang/String;)V
         4: .line 245
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // java.lang.CharSequence csq
        end local 0 // java.io.OutputStreamWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljava/io/OutputStreamWriter;
            0    5     1   csq  Ljava/lang/CharSequence;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      csq   

  public void flush();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.io.OutputStreamWriter this
         0: .line 254
            aload 0 /* this */
            getfield java.io.OutputStreamWriter.se:Lsun/nio/cs/StreamEncoder;
            invokevirtual sun.nio.cs.StreamEncoder.flush:()V
         1: .line 255
            return
        end local 0 // java.io.OutputStreamWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/io/OutputStreamWriter;
    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 // java.io.OutputStreamWriter this
         0: .line 258
            aload 0 /* this */
            getfield java.io.OutputStreamWriter.se:Lsun/nio/cs/StreamEncoder;
            invokevirtual sun.nio.cs.StreamEncoder.close:()V
         1: .line 259
            return
        end local 0 // java.io.OutputStreamWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/io/OutputStreamWriter;
    Exceptions:
      throws java.io.IOException

  public java.lang.Appendable append(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)Ljava/lang/Appendable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual java.io.OutputStreamWriter.append:(Ljava/lang/CharSequence;)Ljava/io/Writer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException

  public java.lang.Appendable append(java.lang.CharSequence, int, int);
    descriptor: (Ljava/lang/CharSequence;II)Ljava/lang/Appendable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            iload 2
            iload 3
            invokevirtual java.io.OutputStreamWriter.append:(Ljava/lang/CharSequence;II)Ljava/io/Writer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException
}
SourceFile: "OutputStreamWriter.java"