final class com.microsoft.sqlserver.jdbc.SimpleInputStream extends com.microsoft.sqlserver.jdbc.BaseInputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.microsoft.sqlserver.jdbc.SimpleInputStream
  super_class: com.microsoft.sqlserver.jdbc.BaseInputStream
{
  private byte[] bSingleByte;
    descriptor: [B
    flags: (0x0002) ACC_PRIVATE

  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=1, locals=0, args_size=0
         0: .line 132
            ldc Lcom/microsoft/sqlserver/jdbc/SimpleInputStream;
            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.SimpleInputStream.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(com.microsoft.sqlserver.jdbc.TDSReader, int, com.microsoft.sqlserver.jdbc.InputStreamGetterArgs, com.microsoft.sqlserver.jdbc.ServerDTVImpl);
    descriptor: (Lcom/microsoft/sqlserver/jdbc/TDSReader;ILcom/microsoft/sqlserver/jdbc/InputStreamGetterArgs;Lcom/microsoft/sqlserver/jdbc/ServerDTVImpl;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.sqlserver.jdbc.SimpleInputStream this
        start local 1 // com.microsoft.sqlserver.jdbc.TDSReader tdsReader
        start local 2 // int payLoadLength
        start local 3 // com.microsoft.sqlserver.jdbc.InputStreamGetterArgs getterArgs
        start local 4 // com.microsoft.sqlserver.jdbc.ServerDTVImpl dtv
         0: .line 139
            aload 0 /* this */
            aload 1 /* tdsReader */
            aload 3 /* getterArgs */
            getfield com.microsoft.sqlserver.jdbc.InputStreamGetterArgs.isAdaptive:Z
            aload 3 /* getterArgs */
            getfield com.microsoft.sqlserver.jdbc.InputStreamGetterArgs.isStreaming:Z
            aload 4 /* dtv */
            invokespecial com.microsoft.sqlserver.jdbc.BaseInputStream.<init>:(Lcom/microsoft/sqlserver/jdbc/TDSReader;ZZLcom/microsoft/sqlserver/jdbc/ServerDTVImpl;)V
         1: .line 140
            aload 0 /* this */
            aload 3 /* getterArgs */
            getfield com.microsoft.sqlserver.jdbc.InputStreamGetterArgs.logContext:Ljava/lang/String;
            invokevirtual com.microsoft.sqlserver.jdbc.SimpleInputStream.setLoggingInfo:(Ljava/lang/String;)V
         2: .line 141
            aload 0 /* this */
            iload 2 /* payLoadLength */
            putfield com.microsoft.sqlserver.jdbc.SimpleInputStream.payloadLength:I
         3: .line 142
            return
        end local 4 // com.microsoft.sqlserver.jdbc.ServerDTVImpl dtv
        end local 3 // com.microsoft.sqlserver.jdbc.InputStreamGetterArgs getterArgs
        end local 2 // int payLoadLength
        end local 1 // com.microsoft.sqlserver.jdbc.TDSReader tdsReader
        end local 0 // com.microsoft.sqlserver.jdbc.SimpleInputStream this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lcom/microsoft/sqlserver/jdbc/SimpleInputStream;
            0    4     1      tdsReader  Lcom/microsoft/sqlserver/jdbc/TDSReader;
            0    4     2  payLoadLength  I
            0    4     3     getterArgs  Lcom/microsoft/sqlserver/jdbc/InputStreamGetterArgs;
            0    4     4            dtv  Lcom/microsoft/sqlserver/jdbc/ServerDTVImpl;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
               Name  Flags
      tdsReader      
      payLoadLength  
      getterArgs     
      dtv            

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SimpleInputStream this
         0: .line 151
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SimpleInputStream.tdsReader:Lcom/microsoft/sqlserver/jdbc/TDSReader;
            ifnonnull 2
         1: .line 152
            return
         2: .line 153
      StackMap locals:
      StackMap stack:
            getstatic com.microsoft.sqlserver.jdbc.SimpleInputStream.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 4
         3: .line 154
            getstatic com.microsoft.sqlserver.jdbc.SimpleInputStream.logger:Ljava/util/logging/Logger;
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SimpleInputStream.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 "Enter Closing SimpleInputStream."
            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
         4: .line 159
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SimpleInputStream.payloadLength:I
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SimpleInputStream.streamPos:I
            isub
            i2l
            invokevirtual com.microsoft.sqlserver.jdbc.SimpleInputStream.skip:(J)J
            pop2
         5: .line 161
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SimpleInputStream.closeHelper:()V
         6: .line 162
            getstatic com.microsoft.sqlserver.jdbc.SimpleInputStream.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 8
         7: .line 163
            getstatic com.microsoft.sqlserver.jdbc.SimpleInputStream.logger:Ljava/util/logging/Logger;
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SimpleInputStream.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 "Exit Closing SimpleInputStream."
            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
         8: .line 164
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.microsoft.sqlserver.jdbc.SimpleInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/microsoft/sqlserver/jdbc/SimpleInputStream;
    Exceptions:
      throws java.io.IOException

  private boolean isEOS();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SimpleInputStream this
         0: .line 173
            getstatic com.microsoft.sqlserver.jdbc.SimpleInputStream.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SimpleInputStream.streamPos:I
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SimpleInputStream.payloadLength:I
            if_icmple 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 174
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SimpleInputStream.streamPos:I
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SimpleInputStream.payloadLength:I
            if_icmpne 2
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
        end local 0 // com.microsoft.sqlserver.jdbc.SimpleInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/sqlserver/jdbc/SimpleInputStream;
    Exceptions:
      throws java.io.IOException

  public long skip(long);
    descriptor: (J)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SimpleInputStream this
        start local 1 // long n
         0: .line 189
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SimpleInputStream.checkClosed:()V
         1: .line 190
            getstatic com.microsoft.sqlserver.jdbc.SimpleInputStream.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 191
            getstatic com.microsoft.sqlserver.jdbc.SimpleInputStream.logger:Ljava/util/logging/Logger;
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SimpleInputStream.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 " Skipping :"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            lload 1 /* n */
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.util.logging.Logger.finer:(Ljava/lang/String;)V
         3: .line 192
      StackMap locals:
      StackMap stack:
            lload 1 /* n */
            lconst_0
            lcmp
            ifge 5
         4: .line 193
            lconst_0
            lreturn
         5: .line 194
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SimpleInputStream.isEOS:()Z
            ifeq 7
         6: .line 195
            lconst_0
            lreturn
         7: .line 198
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SimpleInputStream.streamPos:I
            i2l
            lload 1 /* n */
            ladd
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SimpleInputStream.payloadLength:I
            i2l
            lcmp
            ifle 10
         8: .line 199
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SimpleInputStream.payloadLength:I
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SimpleInputStream.streamPos:I
            isub
            istore 3 /* skipAmount */
        start local 3 // int skipAmount
         9: .line 200
            goto 11
        end local 3 // int skipAmount
        10: .line 201
      StackMap locals:
      StackMap stack:
            lload 1 /* n */
            l2i
            istore 3 /* skipAmount */
        start local 3 // int skipAmount
        11: .line 204
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SimpleInputStream.tdsReader:Lcom/microsoft/sqlserver/jdbc/TDSReader;
            iload 3 /* skipAmount */
            invokevirtual com.microsoft.sqlserver.jdbc.TDSReader.skip:(I)V
        12: .line 205
            goto 15
      StackMap locals:
      StackMap stack: com.microsoft.sqlserver.jdbc.SQLServerException
        13: astore 4 /* e */
        start local 4 // com.microsoft.sqlserver.jdbc.SQLServerException e
        14: .line 206
            new java.io.IOException
            dup
            aload 4 /* e */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerException.getMessage:()Ljava/lang/String;
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        end local 4 // com.microsoft.sqlserver.jdbc.SQLServerException e
        15: .line 208
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.microsoft.sqlserver.jdbc.SimpleInputStream.streamPos:I
            iload 3 /* skipAmount */
            iadd
            putfield com.microsoft.sqlserver.jdbc.SimpleInputStream.streamPos:I
        16: .line 209
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SimpleInputStream.isReadLimitSet:Z
            ifeq 18
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SimpleInputStream.streamPos:I
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SimpleInputStream.markedStreamPos:I
            isub
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SimpleInputStream.readLimit:I
            if_icmple 18
        17: .line 210
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SimpleInputStream.clearCurrentMark:()V
        18: .line 212
      StackMap locals:
      StackMap stack:
            iload 3 /* skipAmount */
            i2l
            lreturn
        end local 3 // int skipAmount
        end local 1 // long n
        end local 0 // com.microsoft.sqlserver.jdbc.SimpleInputStream this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   19     0        this  Lcom/microsoft/sqlserver/jdbc/SimpleInputStream;
            0   19     1           n  J
            9   10     3  skipAmount  I
           11   19     3  skipAmount  I
           14   15     4           e  Lcom/microsoft/sqlserver/jdbc/SQLServerException;
      Exception table:
        from    to  target  type
          11    12      13  Class com.microsoft.sqlserver.jdbc.SQLServerException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      n     

  public int available();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SimpleInputStream this
         0: .line 225
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SimpleInputStream.checkClosed:()V
         1: .line 226
            getstatic com.microsoft.sqlserver.jdbc.SimpleInputStream.$assertionsDisabled:Z
            ifne 2
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SimpleInputStream.streamPos:I
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SimpleInputStream.payloadLength:I
            if_icmple 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 228
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SimpleInputStream.payloadLength:I
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SimpleInputStream.streamPos:I
            isub
            istore 1 /* available */
        start local 1 // int available
         3: .line 229
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SimpleInputStream.tdsReader:Lcom/microsoft/sqlserver/jdbc/TDSReader;
            invokevirtual com.microsoft.sqlserver.jdbc.TDSReader.available:()I
            iload 1 /* available */
            if_icmpge 5
         4: .line 230
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SimpleInputStream.tdsReader:Lcom/microsoft/sqlserver/jdbc/TDSReader;
            invokevirtual com.microsoft.sqlserver.jdbc.TDSReader.available:()I
            istore 1 /* available */
         5: .line 231
      StackMap locals: int
      StackMap stack:
            iload 1 /* available */
            ireturn
        end local 1 // int available
        end local 0 // com.microsoft.sqlserver.jdbc.SimpleInputStream this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lcom/microsoft/sqlserver/jdbc/SimpleInputStream;
            3    6     1  available  I
    Exceptions:
      throws java.io.IOException

  public int read();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SimpleInputStream this
         0: .line 244
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SimpleInputStream.checkClosed:()V
         1: .line 245
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SimpleInputStream.bSingleByte:[B
            ifnonnull 3
         2: .line 246
            aload 0 /* this */
            iconst_1
            newarray 8
            putfield com.microsoft.sqlserver.jdbc.SimpleInputStream.bSingleByte:[B
         3: .line 247
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SimpleInputStream.isEOS:()Z
            ifeq 5
         4: .line 248
            iconst_m1
            ireturn
         5: .line 249
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SimpleInputStream.bSingleByte:[B
            iconst_0
            iconst_1
            invokevirtual com.microsoft.sqlserver.jdbc.SimpleInputStream.read:([BII)I
            istore 1 /* bytesRead */
        start local 1 // int bytesRead
         6: .line 250
            iload 1 /* bytesRead */
            ifne 7
            iconst_m1
            goto 8
      StackMap locals: int
      StackMap stack:
         7: aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SimpleInputStream.bSingleByte:[B
            iconst_0
            baload
            sipush 255
            iand
      StackMap locals:
      StackMap stack: int
         8: ireturn
        end local 1 // int bytesRead
        end local 0 // com.microsoft.sqlserver.jdbc.SimpleInputStream this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lcom/microsoft/sqlserver/jdbc/SimpleInputStream;
            6    9     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.SimpleInputStream this
        start local 1 // byte[] b
         0: .line 263
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SimpleInputStream.checkClosed:()V
         1: .line 264
            aload 0 /* this */
            aload 1 /* b */
            iconst_0
            aload 1 /* b */
            arraylength
            invokevirtual com.microsoft.sqlserver.jdbc.SimpleInputStream.read:([BII)I
            ireturn
        end local 1 // byte[] b
        end local 0 // com.microsoft.sqlserver.jdbc.SimpleInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/sqlserver/jdbc/SimpleInputStream;
            0    2     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=6, args_size=4
        start local 0 // com.microsoft.sqlserver.jdbc.SimpleInputStream this
        start local 1 // byte[] b
        start local 2 // int offset
        start local 3 // int maxBytes
         0: .line 281
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SimpleInputStream.checkClosed:()V
         1: .line 282
            getstatic com.microsoft.sqlserver.jdbc.SimpleInputStream.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 5
         2: .line 283
            getstatic com.microsoft.sqlserver.jdbc.SimpleInputStream.logger:Ljava/util/logging/Logger;
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SimpleInputStream.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 " Reading "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 3 /* maxBytes */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " from stream offset "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SimpleInputStream.streamPos:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " payload length "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         3: .line 284
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SimpleInputStream.payloadLength:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         4: .line 283
            invokevirtual java.util.logging.Logger.finer:(Ljava/lang/String;)V
         5: .line 286
      StackMap locals:
      StackMap stack:
            iload 2 /* offset */
            iflt 6
            iload 3 /* maxBytes */
            iflt 6
            iload 2 /* offset */
            iload 3 /* maxBytes */
            iadd
            aload 1 /* b */
            arraylength
            if_icmple 7
         6: .line 287
      StackMap locals:
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         7: .line 289
      StackMap locals:
      StackMap stack:
            iload 3 /* maxBytes */
            ifne 9
         8: .line 290
            iconst_0
            ireturn
         9: .line 291
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SimpleInputStream.isEOS:()Z
            ifeq 11
        10: .line 292
            iconst_m1
            ireturn
        11: .line 295
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SimpleInputStream.streamPos:I
            iload 3 /* maxBytes */
            iadd
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SimpleInputStream.payloadLength:I
            if_icmple 14
        12: .line 296
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SimpleInputStream.payloadLength:I
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SimpleInputStream.streamPos:I
            isub
            istore 4 /* readAmount */
        start local 4 // int readAmount
        13: .line 297
            goto 15
        end local 4 // int readAmount
        14: .line 298
      StackMap locals:
      StackMap stack:
            iload 3 /* maxBytes */
            istore 4 /* readAmount */
        start local 4 // int readAmount
        15: .line 302
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SimpleInputStream.tdsReader:Lcom/microsoft/sqlserver/jdbc/TDSReader;
            aload 1 /* b */
            iload 2 /* offset */
            iload 4 /* readAmount */
            invokevirtual com.microsoft.sqlserver.jdbc.TDSReader.readBytes:([BII)V
        16: .line 303
            goto 19
      StackMap locals:
      StackMap stack: com.microsoft.sqlserver.jdbc.SQLServerException
        17: astore 5 /* e */
        start local 5 // com.microsoft.sqlserver.jdbc.SQLServerException e
        18: .line 304
            new java.io.IOException
            dup
            aload 5 /* e */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerException.getMessage:()Ljava/lang/String;
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        end local 5 // com.microsoft.sqlserver.jdbc.SQLServerException e
        19: .line 306
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.microsoft.sqlserver.jdbc.SimpleInputStream.streamPos:I
            iload 4 /* readAmount */
            iadd
            putfield com.microsoft.sqlserver.jdbc.SimpleInputStream.streamPos:I
        20: .line 308
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SimpleInputStream.isReadLimitSet:Z
            ifeq 22
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SimpleInputStream.streamPos:I
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SimpleInputStream.markedStreamPos:I
            isub
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SimpleInputStream.readLimit:I
            if_icmple 22
        21: .line 309
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SimpleInputStream.clearCurrentMark:()V
        22: .line 311
      StackMap locals:
      StackMap stack:
            iload 4 /* readAmount */
            ireturn
        end local 4 // int readAmount
        end local 3 // int maxBytes
        end local 2 // int offset
        end local 1 // byte[] b
        end local 0 // com.microsoft.sqlserver.jdbc.SimpleInputStream this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   23     0        this  Lcom/microsoft/sqlserver/jdbc/SimpleInputStream;
            0   23     1           b  [B
            0   23     2      offset  I
            0   23     3    maxBytes  I
           13   14     4  readAmount  I
           15   23     4  readAmount  I
           18   19     5           e  Lcom/microsoft/sqlserver/jdbc/SQLServerException;
      Exception table:
        from    to  target  type
          15    16      17  Class com.microsoft.sqlserver.jdbc.SQLServerException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      b         
      offset    
      maxBytes  

  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.SimpleInputStream this
        start local 1 // int readLimit
         0: .line 321
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SimpleInputStream.tdsReader:Lcom/microsoft/sqlserver/jdbc/TDSReader;
            ifnull 4
            iload 1 /* readLimit */
            ifle 4
         1: .line 322
            aload 0 /* this */
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SimpleInputStream.tdsReader:Lcom/microsoft/sqlserver/jdbc/TDSReader;
            invokevirtual com.microsoft.sqlserver.jdbc.TDSReader.mark:()Lcom/microsoft/sqlserver/jdbc/TDSReaderMark;
            putfield com.microsoft.sqlserver.jdbc.SimpleInputStream.currentMark:Lcom/microsoft/sqlserver/jdbc/TDSReaderMark;
         2: .line 323
            aload 0 /* this */
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SimpleInputStream.streamPos:I
            putfield com.microsoft.sqlserver.jdbc.SimpleInputStream.markedStreamPos:I
         3: .line 324
            aload 0 /* this */
            iload 1 /* readLimit */
            invokevirtual com.microsoft.sqlserver.jdbc.SimpleInputStream.setReadLimit:(I)V
         4: .line 326
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int readLimit
        end local 0 // com.microsoft.sqlserver.jdbc.SimpleInputStream this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lcom/microsoft/sqlserver/jdbc/SimpleInputStream;
            0    5     1  readLimit  I
    MethodParameters:
           Name  Flags
      readLimit  

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SimpleInputStream this
         0: .line 335
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SimpleInputStream.resetHelper:()V
         1: .line 336
            aload 0 /* this */
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SimpleInputStream.markedStreamPos:I
            putfield com.microsoft.sqlserver.jdbc.SimpleInputStream.streamPos:I
         2: .line 337
            return
        end local 0 // com.microsoft.sqlserver.jdbc.SimpleInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/sqlserver/jdbc/SimpleInputStream;
    Exceptions:
      throws java.io.IOException

  final byte[] getBytes();
    descriptor: ()[B
    flags: (0x0010) ACC_FINAL
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SimpleInputStream this
         0: .line 345
            getstatic com.microsoft.sqlserver.jdbc.SimpleInputStream.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SimpleInputStream.streamPos:I
            ifeq 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 347
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SimpleInputStream.payloadLength:I
            newarray 8
            astore 1 /* value */
        start local 1 // byte[] value
         2: .line 349
            aload 0 /* this */
            aload 1 /* value */
            invokevirtual com.microsoft.sqlserver.jdbc.SimpleInputStream.read:([B)I
            pop
         3: .line 350
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SimpleInputStream.close:()V
         4: .line 351
            goto 7
      StackMap locals: com.microsoft.sqlserver.jdbc.SimpleInputStream byte[]
      StackMap stack: java.io.IOException
         5: astore 2 /* e */
        start local 2 // java.io.IOException e
         6: .line 352
            aconst_null
            aconst_null
            aload 2 /* e */
            invokevirtual java.io.IOException.getMessage:()Ljava/lang/String;
            aconst_null
            iconst_1
            invokestatic com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError:(Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;Ljava/lang/Object;Ljava/lang/String;Ljava/lang/String;Z)V
        end local 2 // java.io.IOException e
         7: .line 355
      StackMap locals:
      StackMap stack:
            aload 1 /* value */
            areturn
        end local 1 // byte[] value
        end local 0 // com.microsoft.sqlserver.jdbc.SimpleInputStream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lcom/microsoft/sqlserver/jdbc/SimpleInputStream;
            2    8     1  value  [B
            6    7     2      e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           2     4       5  Class java.io.IOException
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
}
SourceFile: "SimpleInputStream.java"