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

  private static final byte[] ASCII_FILTER;
    descriptor: [B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 1448
            ldc Lcom/microsoft/sqlserver/jdbc/AsciiFilteredInputStream;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.microsoft.sqlserver.jdbc.AsciiFilteredInputStream.$assertionsDisabled:Z
         3: .line 1453
            sipush 256
            newarray 8
            putstatic com.microsoft.sqlserver.jdbc.AsciiFilteredInputStream.ASCII_FILTER:[B
         4: .line 1456
            iconst_0
            istore 0 /* i */
        start local 0 // int i
         5: goto 8
         6: .line 1457
      StackMap locals: int
      StackMap stack:
            getstatic com.microsoft.sqlserver.jdbc.AsciiFilteredInputStream.ASCII_FILTER:[B
            iload 0 /* i */
            iload 0 /* i */
            i2b
            bastore
         7: .line 1456
            iinc 0 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 0 /* i */
            sipush 128
            if_icmplt 6
        end local 0 // int i
         9: .line 1460
            sipush 128
            istore 0 /* i */
        start local 0 // int i
        10: goto 13
        11: .line 1461
      StackMap locals:
      StackMap stack:
            getstatic com.microsoft.sqlserver.jdbc.AsciiFilteredInputStream.ASCII_FILTER:[B
            iload 0 /* i */
            bipush 63
            bastore
        12: .line 1460
            iinc 0 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 0 /* i */
            sipush 256
            if_icmplt 11
        end local 0 // int i
        14: .line 1462
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            5    9     0     i  I
           10   14     0     i  I

  void <init>(com.microsoft.sqlserver.jdbc.BaseInputStream);
    descriptor: (Lcom/microsoft/sqlserver/jdbc/BaseInputStream;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.AsciiFilteredInputStream this
        start local 1 // com.microsoft.sqlserver.jdbc.BaseInputStream containedStream
         0: .line 1464
            aload 0 /* this */
            invokespecial java.io.InputStream.<init>:()V
         1: .line 1465
            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 3
         2: .line 1466
            getstatic com.microsoft.sqlserver.jdbc.BaseInputStream.logger:Ljava/util/logging/Logger;
            new java.lang.StringBuilder
            dup
            aload 1 /* containedStream */
            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
         3: .line 1467
      StackMap locals: com.microsoft.sqlserver.jdbc.AsciiFilteredInputStream com.microsoft.sqlserver.jdbc.BaseInputStream
      StackMap stack:
            aload 0 /* this */
            aload 1 /* containedStream */
            putfield com.microsoft.sqlserver.jdbc.AsciiFilteredInputStream.containedStream:Ljava/io/InputStream;
         4: .line 1468
            return
        end local 1 // com.microsoft.sqlserver.jdbc.BaseInputStream containedStream
        end local 0 // com.microsoft.sqlserver.jdbc.AsciiFilteredInputStream this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lcom/microsoft/sqlserver/jdbc/AsciiFilteredInputStream;
            0    5     1  containedStream  Lcom/microsoft/sqlserver/jdbc/BaseInputStream;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                 Name  Flags
      containedStream  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.AsciiFilteredInputStream this
         0: .line 1471
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.AsciiFilteredInputStream.containedStream:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.close:()V
         1: .line 1472
            return
        end local 0 // com.microsoft.sqlserver.jdbc.AsciiFilteredInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/sqlserver/jdbc/AsciiFilteredInputStream;
    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.AsciiFilteredInputStream this
        start local 1 // long n
         0: .line 1475
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.AsciiFilteredInputStream.containedStream:Ljava/io/InputStream;
            lload 1 /* n */
            invokevirtual java.io.InputStream.skip:(J)J
            lreturn
        end local 1 // long n
        end local 0 // com.microsoft.sqlserver.jdbc.AsciiFilteredInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/AsciiFilteredInputStream;
            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.AsciiFilteredInputStream this
         0: .line 1479
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.AsciiFilteredInputStream.containedStream:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.available:()I
            ireturn
        end local 0 // com.microsoft.sqlserver.jdbc.AsciiFilteredInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/AsciiFilteredInputStream;
    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.AsciiFilteredInputStream this
         0: .line 1483
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.AsciiFilteredInputStream.containedStream:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.read:()I
            istore 1 /* value */
        start local 1 // int value
         1: .line 1484
            iload 1 /* value */
            iflt 3
            iload 1 /* value */
            sipush 255
            if_icmpgt 3
         2: .line 1485
            getstatic com.microsoft.sqlserver.jdbc.AsciiFilteredInputStream.ASCII_FILTER:[B
            iload 1 /* value */
            baload
            ireturn
         3: .line 1486
      StackMap locals: int
      StackMap stack:
            iload 1 /* value */
            ireturn
        end local 1 // int value
        end local 0 // com.microsoft.sqlserver.jdbc.AsciiFilteredInputStream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/microsoft/sqlserver/jdbc/AsciiFilteredInputStream;
            1    4     1  value  I
    Exceptions:
      throws java.io.IOException

  public int read(byte[]);
    descriptor: ([B)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.AsciiFilteredInputStream this
        start local 1 // byte[] b
         0: .line 1490
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.AsciiFilteredInputStream.containedStream:Ljava/io/InputStream;
            aload 1 /* b */
            invokevirtual java.io.InputStream.read:([B)I
            istore 2 /* bytesRead */
        start local 2 // int bytesRead
         1: .line 1491
            iload 2 /* bytesRead */
            ifle 8
         2: .line 1492
            getstatic com.microsoft.sqlserver.jdbc.AsciiFilteredInputStream.$assertionsDisabled:Z
            ifne 3
            iload 2 /* bytesRead */
            aload 1 /* b */
            arraylength
            if_icmple 3
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         3: .line 1493
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         4: goto 7
         5: .line 1494
      StackMap locals: int
      StackMap stack:
            aload 1 /* b */
            iload 3 /* i */
            getstatic com.microsoft.sqlserver.jdbc.AsciiFilteredInputStream.ASCII_FILTER:[B
            aload 1 /* b */
            iload 3 /* i */
            baload
            sipush 255
            iand
            baload
            bastore
         6: .line 1493
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            iload 2 /* bytesRead */
            if_icmplt 5
        end local 3 // int i
         8: .line 1496
      StackMap locals:
      StackMap stack:
            iload 2 /* bytesRead */
            ireturn
        end local 2 // int bytesRead
        end local 1 // byte[] b
        end local 0 // com.microsoft.sqlserver.jdbc.AsciiFilteredInputStream this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lcom/microsoft/sqlserver/jdbc/AsciiFilteredInputStream;
            0    9     1          b  [B
            1    9     2  bytesRead  I
            4    8     3          i  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  public int read(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=4
        start local 0 // com.microsoft.sqlserver.jdbc.AsciiFilteredInputStream this
        start local 1 // byte[] b
        start local 2 // int offset
        start local 3 // int maxBytes
         0: .line 1500
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.AsciiFilteredInputStream.containedStream:Ljava/io/InputStream;
            aload 1 /* b */
            iload 2 /* offset */
            iload 3 /* maxBytes */
            invokevirtual java.io.InputStream.read:([BII)I
            istore 4 /* bytesRead */
        start local 4 // int bytesRead
         1: .line 1501
            iload 4 /* bytesRead */
            ifle 8
         2: .line 1502
            getstatic com.microsoft.sqlserver.jdbc.AsciiFilteredInputStream.$assertionsDisabled:Z
            ifne 3
            iload 2 /* offset */
            iload 4 /* bytesRead */
            iadd
            aload 1 /* b */
            arraylength
            if_icmple 3
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         3: .line 1503
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         4: goto 7
         5: .line 1504
      StackMap locals: int
      StackMap stack:
            aload 1 /* b */
            iload 2 /* offset */
            iload 5 /* i */
            iadd
            getstatic com.microsoft.sqlserver.jdbc.AsciiFilteredInputStream.ASCII_FILTER:[B
            aload 1 /* b */
            iload 2 /* offset */
            iload 5 /* i */
            iadd
            baload
            sipush 255
            iand
            baload
            bastore
         6: .line 1503
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 5 /* i */
            iload 4 /* bytesRead */
            if_icmplt 5
        end local 5 // int i
         8: .line 1506
      StackMap locals:
      StackMap stack:
            iload 4 /* bytesRead */
            ireturn
        end local 4 // int bytesRead
        end local 3 // int maxBytes
        end local 2 // int offset
        end local 1 // byte[] b
        end local 0 // com.microsoft.sqlserver.jdbc.AsciiFilteredInputStream this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lcom/microsoft/sqlserver/jdbc/AsciiFilteredInputStream;
            0    9     1          b  [B
            0    9     2     offset  I
            0    9     3   maxBytes  I
            1    9     4  bytesRead  I
            4    8     5          i  I
    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.AsciiFilteredInputStream this
         0: .line 1510
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.AsciiFilteredInputStream.containedStream:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.markSupported:()Z
            ireturn
        end local 0 // com.microsoft.sqlserver.jdbc.AsciiFilteredInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/AsciiFilteredInputStream;

  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.AsciiFilteredInputStream this
        start local 1 // int readLimit
         0: .line 1514
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.AsciiFilteredInputStream.containedStream:Ljava/io/InputStream;
            iload 1 /* readLimit */
            invokevirtual java.io.InputStream.mark:(I)V
         1: .line 1515
            return
        end local 1 // int readLimit
        end local 0 // com.microsoft.sqlserver.jdbc.AsciiFilteredInputStream this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/sqlserver/jdbc/AsciiFilteredInputStream;
            0    2     1  readLimit  I
    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.AsciiFilteredInputStream this
         0: .line 1518
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.AsciiFilteredInputStream.containedStream:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.reset:()V
         1: .line 1519
            return
        end local 0 // com.microsoft.sqlserver.jdbc.AsciiFilteredInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/sqlserver/jdbc/AsciiFilteredInputStream;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "DDC.java"