final class com.microsoft.sqlserver.jdbc.StreamSetterArgs
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.microsoft.sqlserver.jdbc.StreamSetterArgs
  super_class: java.lang.Object
{
  private long length;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  final com.microsoft.sqlserver.jdbc.StreamType streamType;
    descriptor: Lcom/microsoft/sqlserver/jdbc/StreamType;
    flags: (0x0010) 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=1, locals=0, args_size=0
         0: .line 1607
            ldc Lcom/microsoft/sqlserver/jdbc/StreamSetterArgs;
            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.StreamSetterArgs.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  final long getLength();
    descriptor: ()J
    flags: (0x0010) ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.StreamSetterArgs this
         0: .line 1611
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.StreamSetterArgs.length:J
            lreturn
        end local 0 // com.microsoft.sqlserver.jdbc.StreamSetterArgs this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/StreamSetterArgs;

  final void setLength(long);
    descriptor: (J)V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.StreamSetterArgs this
        start local 1 // long newLength
         0: .line 1617
            getstatic com.microsoft.sqlserver.jdbc.StreamSetterArgs.$assertionsDisabled:Z
            ifne 1
            ldc -1
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.StreamSetterArgs.length:J
            lcmp
            ifeq 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 1618
      StackMap locals:
      StackMap stack:
            getstatic com.microsoft.sqlserver.jdbc.StreamSetterArgs.$assertionsDisabled:Z
            ifne 2
            lload 1 /* newLength */
            lconst_0
            lcmp
            ifge 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 1619
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 1 /* newLength */
            putfield com.microsoft.sqlserver.jdbc.StreamSetterArgs.length:J
         3: .line 1620
            return
        end local 1 // long newLength
        end local 0 // com.microsoft.sqlserver.jdbc.StreamSetterArgs this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lcom/microsoft/sqlserver/jdbc/StreamSetterArgs;
            0    4     1  newLength  J
    MethodParameters:
           Name  Flags
      newLength  

  void <init>(com.microsoft.sqlserver.jdbc.StreamType, long);
    descriptor: (Lcom/microsoft/sqlserver/jdbc/StreamType;J)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.microsoft.sqlserver.jdbc.StreamSetterArgs this
        start local 1 // com.microsoft.sqlserver.jdbc.StreamType streamType
        start local 2 // long length
         0: .line 1624
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1625
            aload 0 /* this */
            aload 1 /* streamType */
            putfield com.microsoft.sqlserver.jdbc.StreamSetterArgs.streamType:Lcom/microsoft/sqlserver/jdbc/StreamType;
         2: .line 1626
            aload 0 /* this */
            lload 2 /* length */
            putfield com.microsoft.sqlserver.jdbc.StreamSetterArgs.length:J
         3: .line 1627
            return
        end local 2 // long length
        end local 1 // com.microsoft.sqlserver.jdbc.StreamType streamType
        end local 0 // com.microsoft.sqlserver.jdbc.StreamSetterArgs this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/microsoft/sqlserver/jdbc/StreamSetterArgs;
            0    4     1  streamType  Lcom/microsoft/sqlserver/jdbc/StreamType;
            0    4     2      length  J
    MethodParameters:
            Name  Flags
      streamType  
      length      
}
SourceFile: "DDC.java"