final class com.microsoft.sqlserver.jdbc.PLPXMLInputStream extends com.microsoft.sqlserver.jdbc.PLPInputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.microsoft.sqlserver.jdbc.PLPXMLInputStream
  super_class: com.microsoft.sqlserver.jdbc.PLPInputStream
{
  private static final byte[] xmlBOM;
    descriptor: [B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final java.io.ByteArrayInputStream bomStream;
    descriptor: Ljava/io/ByteArrayInputStream;
    flags: (0x0012) ACC_PRIVATE, 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=4, locals=0, args_size=0
         0: .line 408
            ldc Lcom/microsoft/sqlserver/jdbc/PLPXMLInputStream;
            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.PLPXMLInputStream.$assertionsDisabled:Z
         3: .line 410
            iconst_2
            newarray 8
            dup
            iconst_0
            iconst_m1
            bastore
            dup
            iconst_1
            bipush -2
            bastore
            putstatic com.microsoft.sqlserver.jdbc.PLPXMLInputStream.xmlBOM:[B
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static final com.microsoft.sqlserver.jdbc.PLPXMLInputStream makeXMLStream(com.microsoft.sqlserver.jdbc.TDSReader, com.microsoft.sqlserver.jdbc.InputStreamGetterArgs, com.microsoft.sqlserver.jdbc.ServerDTVImpl);
    descriptor: (Lcom/microsoft/sqlserver/jdbc/TDSReader;Lcom/microsoft/sqlserver/jdbc/InputStreamGetterArgs;Lcom/microsoft/sqlserver/jdbc/ServerDTVImpl;)Lcom/microsoft/sqlserver/jdbc/PLPXMLInputStream;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Code:
      stack=7, locals=6, args_size=3
        start local 0 // com.microsoft.sqlserver.jdbc.TDSReader tdsReader
        start local 1 // com.microsoft.sqlserver.jdbc.InputStreamGetterArgs getterArgs
        start local 2 // com.microsoft.sqlserver.jdbc.ServerDTVImpl dtv
         0: .line 416
            aload 0 /* tdsReader */
            invokevirtual com.microsoft.sqlserver.jdbc.TDSReader.readLong:()J
            lstore 3 /* payloadLength */
        start local 3 // long payloadLength
         1: .line 419
            ldc -1
            lload 3 /* payloadLength */
            lcmp
            ifne 3
         2: .line 420
            aconst_null
            areturn
         3: .line 422
      StackMap locals: long
      StackMap stack:
            new com.microsoft.sqlserver.jdbc.PLPXMLInputStream
            dup
            aload 0 /* tdsReader */
            lload 3 /* payloadLength */
            aload 1 /* getterArgs */
            aload 2 /* dtv */
            invokespecial com.microsoft.sqlserver.jdbc.PLPXMLInputStream.<init>:(Lcom/microsoft/sqlserver/jdbc/TDSReader;JLcom/microsoft/sqlserver/jdbc/InputStreamGetterArgs;Lcom/microsoft/sqlserver/jdbc/ServerDTVImpl;)V
            astore 5 /* is */
        start local 5 // com.microsoft.sqlserver.jdbc.PLPXMLInputStream is
         4: .line 423
            aload 5 /* is */
            aload 1 /* getterArgs */
            getfield com.microsoft.sqlserver.jdbc.InputStreamGetterArgs.logContext:Ljava/lang/String;
            invokevirtual com.microsoft.sqlserver.jdbc.PLPXMLInputStream.setLoggingInfo:(Ljava/lang/String;)V
         5: .line 425
            aload 5 /* is */
            areturn
        end local 5 // com.microsoft.sqlserver.jdbc.PLPXMLInputStream is
        end local 3 // long payloadLength
        end local 2 // com.microsoft.sqlserver.jdbc.ServerDTVImpl dtv
        end local 1 // com.microsoft.sqlserver.jdbc.InputStreamGetterArgs getterArgs
        end local 0 // com.microsoft.sqlserver.jdbc.TDSReader tdsReader
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0      tdsReader  Lcom/microsoft/sqlserver/jdbc/TDSReader;
            0    6     1     getterArgs  Lcom/microsoft/sqlserver/jdbc/InputStreamGetterArgs;
            0    6     2            dtv  Lcom/microsoft/sqlserver/jdbc/ServerDTVImpl;
            1    6     3  payloadLength  J
            4    6     5             is  Lcom/microsoft/sqlserver/jdbc/PLPXMLInputStream;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
            Name  Flags
      tdsReader   
      getterArgs  
      dtv         

  void <init>(com.microsoft.sqlserver.jdbc.TDSReader, long, com.microsoft.sqlserver.jdbc.InputStreamGetterArgs, com.microsoft.sqlserver.jdbc.ServerDTVImpl);
    descriptor: (Lcom/microsoft/sqlserver/jdbc/TDSReader;JLcom/microsoft/sqlserver/jdbc/InputStreamGetterArgs;Lcom/microsoft/sqlserver/jdbc/ServerDTVImpl;)V
    flags: (0x0000) 
    Code:
      stack=7, locals=6, args_size=5
        start local 0 // com.microsoft.sqlserver.jdbc.PLPXMLInputStream this
        start local 1 // com.microsoft.sqlserver.jdbc.TDSReader tdsReader
        start local 2 // long statedPayloadLength
        start local 4 // com.microsoft.sqlserver.jdbc.InputStreamGetterArgs getterArgs
        start local 5 // com.microsoft.sqlserver.jdbc.ServerDTVImpl dtv
         0: .line 430
            aload 0 /* this */
            aload 1 /* tdsReader */
            lload 2 /* statedPayloadLength */
            aload 4 /* getterArgs */
            getfield com.microsoft.sqlserver.jdbc.InputStreamGetterArgs.isAdaptive:Z
            aload 4 /* getterArgs */
            getfield com.microsoft.sqlserver.jdbc.InputStreamGetterArgs.isStreaming:Z
            aload 5 /* dtv */
            invokespecial com.microsoft.sqlserver.jdbc.PLPInputStream.<init>:(Lcom/microsoft/sqlserver/jdbc/TDSReader;JZZLcom/microsoft/sqlserver/jdbc/ServerDTVImpl;)V
         1: .line 411
            aload 0 /* this */
            new java.io.ByteArrayInputStream
            dup
            getstatic com.microsoft.sqlserver.jdbc.PLPXMLInputStream.xmlBOM:[B
            invokespecial java.io.ByteArrayInputStream.<init>:([B)V
            putfield com.microsoft.sqlserver.jdbc.PLPXMLInputStream.bomStream:Ljava/io/ByteArrayInputStream;
         2: .line 431
            return
        end local 5 // com.microsoft.sqlserver.jdbc.ServerDTVImpl dtv
        end local 4 // com.microsoft.sqlserver.jdbc.InputStreamGetterArgs getterArgs
        end local 2 // long statedPayloadLength
        end local 1 // com.microsoft.sqlserver.jdbc.TDSReader tdsReader
        end local 0 // com.microsoft.sqlserver.jdbc.PLPXMLInputStream this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    3     0                 this  Lcom/microsoft/sqlserver/jdbc/PLPXMLInputStream;
            0    3     1            tdsReader  Lcom/microsoft/sqlserver/jdbc/TDSReader;
            0    3     2  statedPayloadLength  J
            0    3     4           getterArgs  Lcom/microsoft/sqlserver/jdbc/InputStreamGetterArgs;
            0    3     5                  dtv  Lcom/microsoft/sqlserver/jdbc/ServerDTVImpl;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                     Name  Flags
      tdsReader            
      statedPayloadLength  
      getterArgs           
      dtv                  

  int readBytes(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0000) 
    Code:
      stack=6, locals=7, args_size=4
        start local 0 // com.microsoft.sqlserver.jdbc.PLPXMLInputStream this
        start local 1 // byte[] b
        start local 2 // int offset
        start local 3 // int maxBytes
         0: .line 435
            getstatic com.microsoft.sqlserver.jdbc.PLPXMLInputStream.$assertionsDisabled:Z
            ifne 1
            iload 2 /* offset */
            ifge 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 436
      StackMap locals:
      StackMap stack:
            getstatic com.microsoft.sqlserver.jdbc.PLPXMLInputStream.$assertionsDisabled:Z
            ifne 2
            iload 3 /* maxBytes */
            ifge 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 438
      StackMap locals:
      StackMap stack:
            iload 3 /* maxBytes */
            ifne 4
         3: .line 439
            iconst_0
            ireturn
         4: .line 441
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 4 /* bytesRead */
        start local 4 // int bytesRead
         5: .line 442
            iconst_0
            istore 5 /* xmlBytesRead */
        start local 5 // int xmlBytesRead
         6: .line 445
            aload 1 /* b */
            ifnonnull 14
         7: .line 447
            goto 9
        start local 6 // int bomBytesSkipped
         8: .line 449
      StackMap locals: int int int
      StackMap stack:
            iload 4 /* bytesRead */
            iload 6 /* bomBytesSkipped */
            iadd
            istore 4 /* bytesRead */
        end local 6 // int bomBytesSkipped
         9: .line 447
      StackMap locals:
      StackMap stack:
            iload 4 /* bytesRead */
            iload 3 /* maxBytes */
            if_icmpge 19
        10: .line 448
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.PLPXMLInputStream.bomStream:Ljava/io/ByteArrayInputStream;
            iload 3 /* maxBytes */
            i2l
            iload 4 /* bytesRead */
            i2l
            lsub
            invokevirtual java.io.ByteArrayInputStream.skip:(J)J
            l2i
            dup
            istore 6 /* bomBytesSkipped */
        start local 6 // int bomBytesSkipped
        11: ifne 8
        end local 6 // int bomBytesSkipped
        12: .line 450
            goto 19
        start local 6 // int bomBytesRead
        13: .line 454
      StackMap locals: int
      StackMap stack:
            iload 4 /* bytesRead */
            iload 6 /* bomBytesRead */
            iadd
            istore 4 /* bytesRead */
        end local 6 // int bomBytesRead
        14: .line 452
      StackMap locals:
      StackMap stack:
            iload 4 /* bytesRead */
            iload 3 /* maxBytes */
            if_icmpge 19
        15: .line 453
            iconst_m1
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.PLPXMLInputStream.bomStream:Ljava/io/ByteArrayInputStream;
            aload 1 /* b */
            iload 2 /* offset */
            iload 4 /* bytesRead */
            iadd
            iload 3 /* maxBytes */
            iload 4 /* bytesRead */
            isub
            invokevirtual java.io.ByteArrayInputStream.read:([BII)I
            dup
            istore 6 /* bomBytesRead */
        start local 6 // int bomBytesRead
        16: if_icmpne 13
        end local 6 // int bomBytesRead
        17: .line 458
            goto 19
        18: .line 460
      StackMap locals:
      StackMap stack:
            iload 4 /* bytesRead */
            iload 5 /* xmlBytesRead */
            iadd
            istore 4 /* bytesRead */
        19: .line 458
      StackMap locals:
      StackMap stack:
            iload 4 /* bytesRead */
            iload 3 /* maxBytes */
            if_icmpge 21
        20: .line 459
            iconst_m1
            aload 0 /* this */
            aload 1 /* b */
            iload 2 /* offset */
            iload 4 /* bytesRead */
            iadd
            iload 3 /* maxBytes */
            iload 4 /* bytesRead */
            isub
            invokespecial com.microsoft.sqlserver.jdbc.PLPInputStream.readBytes:([BII)I
            dup
            istore 5 /* xmlBytesRead */
            if_icmpne 18
        21: .line 462
      StackMap locals:
      StackMap stack:
            iload 4 /* bytesRead */
            ifle 23
        22: .line 463
            iload 4 /* bytesRead */
            ireturn
        23: .line 466
      StackMap locals:
      StackMap stack:
            getstatic com.microsoft.sqlserver.jdbc.PLPXMLInputStream.$assertionsDisabled:Z
            ifne 24
            iconst_m1
            iload 5 /* xmlBytesRead */
            if_icmpeq 24
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        24: .line 467
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        end local 5 // int xmlBytesRead
        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.PLPXMLInputStream this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   25     0             this  Lcom/microsoft/sqlserver/jdbc/PLPXMLInputStream;
            0   25     1                b  [B
            0   25     2           offset  I
            0   25     3         maxBytes  I
            5   25     4        bytesRead  I
            6   25     5     xmlBytesRead  I
            8    9     6  bomBytesSkipped  I
           11   12     6  bomBytesSkipped  I
           13   14     6     bomBytesRead  I
           16   17     6     bomBytesRead  I
    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.PLPXMLInputStream this
        start local 1 // int readLimit
         0: .line 472
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.PLPXMLInputStream.bomStream:Ljava/io/ByteArrayInputStream;
            getstatic com.microsoft.sqlserver.jdbc.PLPXMLInputStream.xmlBOM:[B
            arraylength
            invokevirtual java.io.ByteArrayInputStream.mark:(I)V
         1: .line 473
            aload 0 /* this */
            iload 1 /* readLimit */
            invokespecial com.microsoft.sqlserver.jdbc.PLPInputStream.mark:(I)V
         2: .line 474
            return
        end local 1 // int readLimit
        end local 0 // com.microsoft.sqlserver.jdbc.PLPXMLInputStream this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/microsoft/sqlserver/jdbc/PLPXMLInputStream;
            0    3     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.PLPXMLInputStream this
         0: .line 478
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.PLPXMLInputStream.bomStream:Ljava/io/ByteArrayInputStream;
            invokevirtual java.io.ByteArrayInputStream.reset:()V
         1: .line 479
            aload 0 /* this */
            invokespecial com.microsoft.sqlserver.jdbc.PLPInputStream.reset:()V
         2: .line 480
            return
        end local 0 // com.microsoft.sqlserver.jdbc.PLPXMLInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/sqlserver/jdbc/PLPXMLInputStream;
    Exceptions:
      throws java.io.IOException

  byte[] getBytes();
    descriptor: ()[B
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.PLPXMLInputStream this
         0: .line 489
            iconst_2
            newarray 8
            astore 1 /* bom */
        start local 1 // byte[] bom
         1: .line 490
            aconst_null
            astore 2 /* bytesToReturn */
        start local 2 // byte[] bytesToReturn
         2: .line 493
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.PLPXMLInputStream.bomStream:Ljava/io/ByteArrayInputStream;
            aload 1 /* bom */
            invokevirtual java.io.ByteArrayInputStream.read:([B)I
            istore 3 /* bytesread */
        start local 3 // int bytesread
         3: .line 494
            aload 0 /* this */
            invokespecial com.microsoft.sqlserver.jdbc.PLPInputStream.getBytes:()[B
            astore 4 /* valueWithoutBOM */
        start local 4 // byte[] valueWithoutBOM
         4: .line 496
            iload 3 /* bytesread */
            ifle 11
         5: .line 497
            getstatic com.microsoft.sqlserver.jdbc.PLPXMLInputStream.$assertionsDisabled:Z
            ifne 6
            iconst_2
            iload 3 /* bytesread */
            if_icmpeq 6
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         6: .line 498
      StackMap locals: com.microsoft.sqlserver.jdbc.PLPXMLInputStream byte[] byte[] int byte[]
      StackMap stack:
            aload 4 /* valueWithoutBOM */
            arraylength
            iload 3 /* bytesread */
            iadd
            newarray 8
            astore 5 /* valueWithBOM */
        start local 5 // byte[] valueWithBOM
         7: .line 499
            aload 1 /* bom */
            iconst_0
            aload 5 /* valueWithBOM */
            iconst_0
            iload 3 /* bytesread */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         8: .line 500
            aload 4 /* valueWithoutBOM */
            iconst_0
            aload 5 /* valueWithBOM */
            iload 3 /* bytesread */
            aload 4 /* valueWithoutBOM */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         9: .line 501
            aload 5 /* valueWithBOM */
            astore 2 /* bytesToReturn */
        end local 5 // byte[] valueWithBOM
        10: .line 502
            goto 15
        11: .line 503
      StackMap locals:
      StackMap stack:
            aload 4 /* valueWithoutBOM */
            astore 2 /* bytesToReturn */
        end local 4 // byte[] valueWithoutBOM
        end local 3 // int bytesread
        12: .line 504
            goto 15
      StackMap locals: com.microsoft.sqlserver.jdbc.PLPXMLInputStream byte[] byte[]
      StackMap stack: java.io.IOException
        13: astore 3 /* e */
        start local 3 // java.io.IOException e
        14: .line 505
            aconst_null
            aconst_null
            aload 3 /* 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 3 // java.io.IOException e
        15: .line 508
      StackMap locals:
      StackMap stack:
            aload 2 /* bytesToReturn */
            areturn
        end local 2 // byte[] bytesToReturn
        end local 1 // byte[] bom
        end local 0 // com.microsoft.sqlserver.jdbc.PLPXMLInputStream this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   16     0             this  Lcom/microsoft/sqlserver/jdbc/PLPXMLInputStream;
            1   16     1              bom  [B
            2   16     2    bytesToReturn  [B
            3   12     3        bytesread  I
            4   12     4  valueWithoutBOM  [B
            7   10     5     valueWithBOM  [B
           14   15     3                e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           2    12      13  Class java.io.IOException
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
}
SourceFile: "PLPInputStream.java"