final class com.microsoft.sqlserver.jdbc.SQLServerClobAsciiOutputStream extends java.io.OutputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.microsoft.sqlserver.jdbc.SQLServerClobAsciiOutputStream
  super_class: java.io.OutputStream
{
  private com.microsoft.sqlserver.jdbc.SQLServerClobBase parentClob;
    descriptor: Lcom/microsoft/sqlserver/jdbc/SQLServerClobBase;
    flags: (0x0002) ACC_PRIVATE

  private long streamPos;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private byte[] bSingleByte;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  void <init>(com.microsoft.sqlserver.jdbc.SQLServerClobBase, long);
    descriptor: (Lcom/microsoft/sqlserver/jdbc/SQLServerClobBase;J)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerClobAsciiOutputStream this
        start local 1 // com.microsoft.sqlserver.jdbc.SQLServerClobBase parentClob
        start local 2 // long streamPos
         0: .line 709
            aload 0 /* this */
            invokespecial java.io.OutputStream.<init>:()V
         1: .line 706
            aload 0 /* this */
            aconst_null
            putfield com.microsoft.sqlserver.jdbc.SQLServerClobAsciiOutputStream.parentClob:Lcom/microsoft/sqlserver/jdbc/SQLServerClobBase;
         2: .line 737
            aload 0 /* this */
            iconst_1
            newarray 8
            putfield com.microsoft.sqlserver.jdbc.SQLServerClobAsciiOutputStream.bSingleByte:[B
         3: .line 710
            aload 0 /* this */
            aload 1 /* parentClob */
            putfield com.microsoft.sqlserver.jdbc.SQLServerClobAsciiOutputStream.parentClob:Lcom/microsoft/sqlserver/jdbc/SQLServerClobBase;
         4: .line 711
            aload 0 /* this */
            lload 2 /* streamPos */
            putfield com.microsoft.sqlserver.jdbc.SQLServerClobAsciiOutputStream.streamPos:J
         5: .line 712
            return
        end local 2 // long streamPos
        end local 1 // com.microsoft.sqlserver.jdbc.SQLServerClobBase parentClob
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerClobAsciiOutputStream this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lcom/microsoft/sqlserver/jdbc/SQLServerClobAsciiOutputStream;
            0    6     1  parentClob  Lcom/microsoft/sqlserver/jdbc/SQLServerClobBase;
            0    6     2   streamPos  J
    MethodParameters:
            Name  Flags
      parentClob  
      streamPos   

  public void write(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerClobAsciiOutputStream this
        start local 1 // byte[] b
         0: .line 715
            aload 1 /* b */
            ifnonnull 2
         1: .line 716
            return
         2: .line 717
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* b */
            iconst_0
            aload 1 /* b */
            arraylength
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerClobAsciiOutputStream.write:([BII)V
         3: .line 718
            return
        end local 1 // byte[] b
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerClobAsciiOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerClobAsciiOutputStream;
            0    4     1     b  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  public void write(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=4
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerClobAsciiOutputStream this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 721
            aload 1 /* b */
            ifnonnull 2
         1: .line 722
            return
         2: .line 725
      StackMap locals:
      StackMap stack:
            new java.lang.String
            dup
            aload 1 /* b */
            iload 2 /* off */
            iload 3 /* len */
            getstatic java.nio.charset.StandardCharsets.US_ASCII:Ljava/nio/charset/Charset;
            invokespecial java.lang.String.<init>:([BIILjava/nio/charset/Charset;)V
            astore 4 /* s */
        start local 4 // java.lang.String s
         3: .line 730
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerClobAsciiOutputStream.parentClob:Lcom/microsoft/sqlserver/jdbc/SQLServerClobBase;
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerClobAsciiOutputStream.streamPos:J
            aload 4 /* s */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerClobBase.setString:(JLjava/lang/String;)I
            istore 5 /* charsWritten */
        start local 5 // int charsWritten
         4: .line 731
            aload 0 /* this */
            dup
            getfield com.microsoft.sqlserver.jdbc.SQLServerClobAsciiOutputStream.streamPos:J
            iload 5 /* charsWritten */
            i2l
            ladd
            putfield com.microsoft.sqlserver.jdbc.SQLServerClobAsciiOutputStream.streamPos:J
        end local 5 // int charsWritten
        end local 4 // java.lang.String s
         5: .line 732
            goto 8
      StackMap locals:
      StackMap stack: java.sql.SQLException
         6: astore 4 /* ex */
        start local 4 // java.sql.SQLException ex
         7: .line 733
            new java.io.IOException
            dup
            aload 4 /* ex */
            invokevirtual java.sql.SQLException.getMessage:()Ljava/lang/String;
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        end local 4 // java.sql.SQLException ex
         8: .line 735
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerClobAsciiOutputStream this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0          this  Lcom/microsoft/sqlserver/jdbc/SQLServerClobAsciiOutputStream;
            0    9     1             b  [B
            0    9     2           off  I
            0    9     3           len  I
            3    5     4             s  Ljava/lang/String;
            4    5     5  charsWritten  I
            7    8     4            ex  Ljava/sql/SQLException;
      Exception table:
        from    to  target  type
           2     5       6  Class java.sql.SQLException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  public void write(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerClobAsciiOutputStream this
        start local 1 // int b
         0: .line 740
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerClobAsciiOutputStream.bSingleByte:[B
            iconst_0
            iload 1 /* b */
            sipush 255
            iand
            i2b
            bastore
         1: .line 741
            aload 0 /* this */
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerClobAsciiOutputStream.bSingleByte:[B
            iconst_0
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerClobAsciiOutputStream.bSingleByte:[B
            arraylength
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerClobAsciiOutputStream.write:([BII)V
         2: .line 742
            return
        end local 1 // int b
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerClobAsciiOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerClobAsciiOutputStream;
            0    3     1     b  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     
}
SourceFile: "SQLServerClob.java"