public class com.barchart.udt.net.NetOutputStreamUDT extends java.io.OutputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.barchart.udt.net.NetOutputStreamUDT
  super_class: java.io.OutputStream
{
  protected final com.barchart.udt.SocketUDT socketUDT;
    descriptor: Lcom/barchart/udt/SocketUDT;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  public void <init>(com.barchart.udt.SocketUDT);
    descriptor: (Lcom/barchart/udt/SocketUDT;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.barchart.udt.net.NetOutputStreamUDT this
        start local 1 // com.barchart.udt.SocketUDT socketUDT
         0: .line 29
            aload 0 /* this */
            invokespecial java.io.OutputStream.<init>:()V
         1: .line 31
            aload 1 /* socketUDT */
            invokevirtual com.barchart.udt.SocketUDT.isBlocking:()Z
            ifne 3
         2: .line 32
            new java.nio.channels.IllegalBlockingModeException
            dup
            invokespecial java.nio.channels.IllegalBlockingModeException.<init>:()V
            athrow
         3: .line 35
      StackMap locals: com.barchart.udt.net.NetOutputStreamUDT com.barchart.udt.SocketUDT
      StackMap stack:
            aload 0 /* this */
            aload 1 /* socketUDT */
            putfield com.barchart.udt.net.NetOutputStreamUDT.socketUDT:Lcom/barchart/udt/SocketUDT;
         4: .line 37
            return
        end local 1 // com.barchart.udt.SocketUDT socketUDT
        end local 0 // com.barchart.udt.net.NetOutputStreamUDT this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lcom/barchart/udt/net/NetOutputStreamUDT;
            0    5     1  socketUDT  Lcom/barchart/udt/SocketUDT;
    MethodParameters:
           Name  Flags
      socketUDT  final

  public void write(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.barchart.udt.net.NetOutputStreamUDT this
        start local 1 // int b
         0: .line 43
            iconst_1
            newarray 8
            dup
            iconst_0
            iload 1 /* b */
            i2b
            bastore
            astore 2 /* bytes */
        start local 2 // byte[] bytes
         1: .line 45
            aload 0 /* this */
            aload 2 /* bytes */
            invokevirtual com.barchart.udt.net.NetOutputStreamUDT.write:([B)V
         2: .line 47
            return
        end local 2 // byte[] bytes
        end local 1 // int b
        end local 0 // com.barchart.udt.net.NetOutputStreamUDT this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/barchart/udt/net/NetOutputStreamUDT;
            0    3     1      b  I
            1    3     2  bytes  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     final

  public void write(byte[]);
    descriptor: ([B)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.barchart.udt.net.NetOutputStreamUDT this
        start local 1 // byte[] bytes
         0: .line 52
            aload 0 /* this */
            aload 1 /* bytes */
            iconst_0
            aload 1 /* bytes */
            arraylength
            invokevirtual com.barchart.udt.net.NetOutputStreamUDT.write:([BII)V
         1: .line 54
            return
        end local 1 // byte[] bytes
        end local 0 // com.barchart.udt.net.NetOutputStreamUDT this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/barchart/udt/net/NetOutputStreamUDT;
            0    2     1  bytes  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      bytes  final

  public void write(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // com.barchart.udt.net.NetOutputStreamUDT this
        start local 1 // byte[] bytes
        start local 2 // int off
        start local 3 // int len
         0: .line 60
            iload 3 /* len */
            istore 4 /* bytesRemaining */
        start local 4 // int bytesRemaining
         1: .line 62
            goto 15
         2: .line 64
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.barchart.udt.net.NetOutputStreamUDT.socketUDT:Lcom/barchart/udt/SocketUDT;
            aload 1 /* bytes */
            iload 2 /* off */
            iload 3 /* len */
            iadd
            iload 4 /* bytesRemaining */
            isub
         3: .line 65
            iload 2 /* off */
            iload 3 /* len */
            iadd
         4: .line 64
            invokevirtual com.barchart.udt.SocketUDT.send:([BII)I
            istore 5 /* count */
        start local 5 // int count
         5: .line 67
            iload 5 /* count */
            ifle 8
         6: .line 68
            iload 4 /* bytesRemaining */
            iload 5 /* count */
            isub
            istore 4 /* bytesRemaining */
         7: .line 69
            goto 15
         8: .line 72
      StackMap locals: int
      StackMap stack:
            iload 5 /* count */
            ifne 12
         9: .line 73
            new com.barchart.udt.net.ExceptionSendUDT
            dup
            aload 0 /* this */
            getfield com.barchart.udt.net.NetOutputStreamUDT.socketUDT:Lcom/barchart/udt/SocketUDT;
            invokevirtual com.barchart.udt.SocketUDT.id:()I
        10: .line 74
            getstatic com.barchart.udt.ErrorUDT.USER_DEFINED_MESSAGE:Lcom/barchart/udt/ErrorUDT;
            ldc "UDT send time out"
        11: .line 73
            invokespecial com.barchart.udt.net.ExceptionSendUDT.<init>:(ILcom/barchart/udt/ErrorUDT;Ljava/lang/String;)V
            athrow
        12: .line 77
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
        13: .line 78
            ldc "Socket has been chaged to non-blocking"
        14: .line 77
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 5 // int count
        15: .line 62
      StackMap locals:
      StackMap stack:
            iload 4 /* bytesRemaining */
            ifgt 2
        16: .line 81
            return
        end local 4 // int bytesRemaining
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] bytes
        end local 0 // com.barchart.udt.net.NetOutputStreamUDT this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   17     0            this  Lcom/barchart/udt/net/NetOutputStreamUDT;
            0   17     1           bytes  [B
            0   17     2             off  I
            0   17     3             len  I
            1   17     4  bytesRemaining  I
            5   15     5           count  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      bytes  final
      off    final
      len    final

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.barchart.udt.net.NetOutputStreamUDT this
         0: .line 85
            aload 0 /* this */
            getfield com.barchart.udt.net.NetOutputStreamUDT.socketUDT:Lcom/barchart/udt/SocketUDT;
            invokevirtual com.barchart.udt.SocketUDT.close:()V
         1: .line 86
            return
        end local 0 // com.barchart.udt.net.NetOutputStreamUDT this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/barchart/udt/net/NetOutputStreamUDT;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "NetOutputStreamUDT.java"