final class com.microsoft.sqlserver.jdbc.AsciiFilteredUnicodeInputStream extends java.io.InputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.microsoft.sqlserver.jdbc.AsciiFilteredUnicodeInputStream
  super_class: java.io.InputStream
{
  private final java.io.Reader containedReader;
    descriptor: Ljava/io/Reader;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.nio.charset.Charset asciiCharSet;
    descriptor: Ljava/nio/charset/Charset;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final byte[] bSingleByte;
    descriptor: [B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static com.microsoft.sqlserver.jdbc.AsciiFilteredUnicodeInputStream MakeAsciiFilteredUnicodeInputStream(com.microsoft.sqlserver.jdbc.BaseInputStream, java.io.Reader);
    descriptor: (Lcom/microsoft/sqlserver/jdbc/BaseInputStream;Ljava/io/Reader;)Lcom/microsoft/sqlserver/jdbc/AsciiFilteredUnicodeInputStream;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.BaseInputStream strm
        start local 1 // java.io.Reader rd
         0: .line 1535
            getstatic com.microsoft.sqlserver.jdbc.BaseInputStream.logger:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 2
         1: .line 1536
            getstatic com.microsoft.sqlserver.jdbc.BaseInputStream.logger:Ljava/util/logging/Logger;
            new java.lang.StringBuilder
            dup
            aload 0 /* strm */
            invokevirtual com.microsoft.sqlserver.jdbc.BaseInputStream.toString:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " wrapping in AsciiFilteredInputStream"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.util.logging.Logger.finer:(Ljava/lang/String;)V
         2: .line 1537
      StackMap locals:
      StackMap stack:
            new com.microsoft.sqlserver.jdbc.AsciiFilteredUnicodeInputStream
            dup
            aload 1 /* rd */
            invokespecial com.microsoft.sqlserver.jdbc.AsciiFilteredUnicodeInputStream.<init>:(Ljava/io/Reader;)V
            areturn
        end local 1 // java.io.Reader rd
        end local 0 // com.microsoft.sqlserver.jdbc.BaseInputStream strm
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  strm  Lcom/microsoft/sqlserver/jdbc/BaseInputStream;
            0    3     1    rd  Ljava/io/Reader;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
      Name  Flags
      strm  
      rd    

  private void <init>(java.io.Reader);
    descriptor: (Ljava/io/Reader;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.AsciiFilteredUnicodeInputStream this
        start local 1 // java.io.Reader rd
         0: .line 1541
            aload 0 /* this */
            invokespecial java.io.InputStream.<init>:()V
         1: .line 1562
            aload 0 /* this */
            iconst_1
            newarray 8
            putfield com.microsoft.sqlserver.jdbc.AsciiFilteredUnicodeInputStream.bSingleByte:[B
         2: .line 1542
            aload 0 /* this */
            aload 1 /* rd */
            putfield com.microsoft.sqlserver.jdbc.AsciiFilteredUnicodeInputStream.containedReader:Ljava/io/Reader;
         3: .line 1543
            aload 0 /* this */
            getstatic java.nio.charset.StandardCharsets.US_ASCII:Ljava/nio/charset/Charset;
            putfield com.microsoft.sqlserver.jdbc.AsciiFilteredUnicodeInputStream.asciiCharSet:Ljava/nio/charset/Charset;
         4: .line 1544
            return
        end local 1 // java.io.Reader rd
        end local 0 // com.microsoft.sqlserver.jdbc.AsciiFilteredUnicodeInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/microsoft/sqlserver/jdbc/AsciiFilteredUnicodeInputStream;
            0    5     1    rd  Ljava/io/Reader;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
      Name  Flags
      rd    

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.AsciiFilteredUnicodeInputStream this
         0: .line 1547
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.AsciiFilteredUnicodeInputStream.containedReader:Ljava/io/Reader;
            invokevirtual java.io.Reader.close:()V
         1: .line 1548
            return
        end local 0 // com.microsoft.sqlserver.jdbc.AsciiFilteredUnicodeInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/sqlserver/jdbc/AsciiFilteredUnicodeInputStream;
    Exceptions:
      throws java.io.IOException

  public long skip(long);
    descriptor: (J)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.AsciiFilteredUnicodeInputStream this
        start local 1 // long n
         0: .line 1551
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.AsciiFilteredUnicodeInputStream.containedReader:Ljava/io/Reader;
            lload 1 /* n */
            invokevirtual java.io.Reader.skip:(J)J
            lreturn
        end local 1 // long n
        end local 0 // com.microsoft.sqlserver.jdbc.AsciiFilteredUnicodeInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/AsciiFilteredUnicodeInputStream;
            0    1     1     n  J
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      n     

  public int available();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.AsciiFilteredUnicodeInputStream this
         0: .line 1559
            iconst_0
            ireturn
        end local 0 // com.microsoft.sqlserver.jdbc.AsciiFilteredUnicodeInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/AsciiFilteredUnicodeInputStream;
    Exceptions:
      throws java.io.IOException

  public int read();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.AsciiFilteredUnicodeInputStream this
         0: .line 1565
            aload 0 /* this */
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.AsciiFilteredUnicodeInputStream.bSingleByte:[B
            invokevirtual com.microsoft.sqlserver.jdbc.AsciiFilteredUnicodeInputStream.read:([B)I
            istore 1 /* bytesRead */
        start local 1 // int bytesRead
         1: .line 1566
            iconst_m1
            iload 1 /* bytesRead */
            if_icmpne 2
            iconst_m1
            goto 3
      StackMap locals: int
      StackMap stack:
         2: aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.AsciiFilteredUnicodeInputStream.bSingleByte:[B
            iconst_0
            baload
            sipush 255
            iand
      StackMap locals:
      StackMap stack: int
         3: ireturn
        end local 1 // int bytesRead
        end local 0 // com.microsoft.sqlserver.jdbc.AsciiFilteredUnicodeInputStream this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lcom/microsoft/sqlserver/jdbc/AsciiFilteredUnicodeInputStream;
            1    4     1  bytesRead  I
    Exceptions:
      throws java.io.IOException

  public int read(byte[]);
    descriptor: ([B)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.AsciiFilteredUnicodeInputStream this
        start local 1 // byte[] b
         0: .line 1570
            aload 0 /* this */
            aload 1 /* b */
            iconst_0
            aload 1 /* b */
            arraylength
            invokevirtual com.microsoft.sqlserver.jdbc.AsciiFilteredUnicodeInputStream.read:([BII)I
            ireturn
        end local 1 // byte[] b
        end local 0 // com.microsoft.sqlserver.jdbc.AsciiFilteredUnicodeInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/AsciiFilteredUnicodeInputStream;
            0    1     1     b  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  public int read(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=4
        start local 0 // com.microsoft.sqlserver.jdbc.AsciiFilteredUnicodeInputStream this
        start local 1 // byte[] b
        start local 2 // int offset
        start local 3 // int maxBytes
         0: .line 1574
            iload 3 /* maxBytes */
            newarray 5
            astore 4 /* tempBufferToHoldCharDataForConversion */
        start local 4 // char[] tempBufferToHoldCharDataForConversion
         1: .line 1575
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.AsciiFilteredUnicodeInputStream.containedReader:Ljava/io/Reader;
            aload 4 /* tempBufferToHoldCharDataForConversion */
            invokevirtual java.io.Reader.read:([C)I
            istore 5 /* charsRead */
        start local 5 // int charsRead
         2: .line 1577
            iload 5 /* charsRead */
            ifle 7
         3: .line 1578
            iload 5 /* charsRead */
            iload 3 /* maxBytes */
            if_icmpge 5
         4: .line 1579
            iload 5 /* charsRead */
            istore 3 /* maxBytes */
         5: .line 1580
      StackMap locals: char[] int
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.AsciiFilteredUnicodeInputStream.asciiCharSet:Ljava/nio/charset/Charset;
            aload 4 /* tempBufferToHoldCharDataForConversion */
            invokestatic java.nio.CharBuffer.wrap:([C)Ljava/nio/CharBuffer;
            invokevirtual java.nio.charset.Charset.encode:(Ljava/nio/CharBuffer;)Ljava/nio/ByteBuffer;
            astore 6 /* encodedBuff */
        start local 6 // java.nio.ByteBuffer encodedBuff
         6: .line 1581
            aload 6 /* encodedBuff */
            aload 1 /* b */
            iload 2 /* offset */
            iload 3 /* maxBytes */
            invokevirtual java.nio.ByteBuffer.get:([BII)Ljava/nio/ByteBuffer;
            pop
        end local 6 // java.nio.ByteBuffer encodedBuff
         7: .line 1583
      StackMap locals:
      StackMap stack:
            iload 5 /* charsRead */
            ireturn
        end local 5 // int charsRead
        end local 4 // char[] tempBufferToHoldCharDataForConversion
        end local 3 // int maxBytes
        end local 2 // int offset
        end local 1 // byte[] b
        end local 0 // com.microsoft.sqlserver.jdbc.AsciiFilteredUnicodeInputStream this
      LocalVariableTable:
        Start  End  Slot                                   Name  Signature
            0    8     0                                   this  Lcom/microsoft/sqlserver/jdbc/AsciiFilteredUnicodeInputStream;
            0    8     1                                      b  [B
            0    8     2                                 offset  I
            0    8     3                               maxBytes  I
            1    8     4  tempBufferToHoldCharDataForConversion  [C
            2    8     5                              charsRead  I
            6    7     6                            encodedBuff  Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      b         
      offset    
      maxBytes  

  public boolean markSupported();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.AsciiFilteredUnicodeInputStream this
         0: .line 1587
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.AsciiFilteredUnicodeInputStream.containedReader:Ljava/io/Reader;
            invokevirtual java.io.Reader.markSupported:()Z
            ireturn
        end local 0 // com.microsoft.sqlserver.jdbc.AsciiFilteredUnicodeInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/AsciiFilteredUnicodeInputStream;

  public void mark(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.AsciiFilteredUnicodeInputStream this
        start local 1 // int readLimit
         0: .line 1592
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.AsciiFilteredUnicodeInputStream.containedReader:Ljava/io/Reader;
            iload 1 /* readLimit */
            invokevirtual java.io.Reader.mark:(I)V
         1: .line 1593
            goto 3
      StackMap locals:
      StackMap stack: java.io.IOException
         2: pop
         3: .line 1598
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int readLimit
        end local 0 // com.microsoft.sqlserver.jdbc.AsciiFilteredUnicodeInputStream this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lcom/microsoft/sqlserver/jdbc/AsciiFilteredUnicodeInputStream;
            0    4     1  readLimit  I
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
    MethodParameters:
           Name  Flags
      readLimit  

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.AsciiFilteredUnicodeInputStream this
         0: .line 1601
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.AsciiFilteredUnicodeInputStream.containedReader:Ljava/io/Reader;
            invokevirtual java.io.Reader.reset:()V
         1: .line 1602
            return
        end local 0 // com.microsoft.sqlserver.jdbc.AsciiFilteredUnicodeInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/sqlserver/jdbc/AsciiFilteredUnicodeInputStream;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "DDC.java"