public final class org.apache.commons.net.io.ToNetASCIIOutputStream extends java.io.FilterOutputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.apache.commons.net.io.ToNetASCIIOutputStream
  super_class: java.io.FilterOutputStream
{
  private boolean __lastWasCR;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.io.OutputStream);
    descriptor: (Ljava/io/OutputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.net.io.ToNetASCIIOutputStream this
        start local 1 // java.io.OutputStream output
         0: .line 47
            aload 0 /* this */
            aload 1 /* output */
            invokespecial java.io.FilterOutputStream.<init>:(Ljava/io/OutputStream;)V
         1: .line 48
            aload 0 /* this */
            iconst_0
            putfield org.apache.commons.net.io.ToNetASCIIOutputStream.__lastWasCR:Z
         2: .line 49
            return
        end local 1 // java.io.OutputStream output
        end local 0 // org.apache.commons.net.io.ToNetASCIIOutputStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/apache/commons/net/io/ToNetASCIIOutputStream;
            0    3     1  output  Ljava/io/OutputStream;
    MethodParameters:
        Name  Flags
      output  

  public synchronized void write(int);
    descriptor: (I)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.net.io.ToNetASCIIOutputStream this
        start local 1 // int ch
         0: .line 67
            iload 1 /* ch */
            tableswitch { // 10 - 13
                   10: 4
                   11: 6
                   12: 6
                   13: 1
              default: 6
          }
         1: .line 70
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.apache.commons.net.io.ToNetASCIIOutputStream.__lastWasCR:Z
         2: .line 71
            aload 0 /* this */
            getfield org.apache.commons.net.io.ToNetASCIIOutputStream.out:Ljava/io/OutputStream;
            bipush 13
            invokevirtual java.io.OutputStream.write:(I)V
         3: .line 72
            return
         4: .line 74
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.net.io.ToNetASCIIOutputStream.__lastWasCR:Z
            ifne 6
         5: .line 75
            aload 0 /* this */
            getfield org.apache.commons.net.io.ToNetASCIIOutputStream.out:Ljava/io/OutputStream;
            bipush 13
            invokevirtual java.io.OutputStream.write:(I)V
         6: .line 79
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield org.apache.commons.net.io.ToNetASCIIOutputStream.__lastWasCR:Z
         7: .line 80
            aload 0 /* this */
            getfield org.apache.commons.net.io.ToNetASCIIOutputStream.out:Ljava/io/OutputStream;
            iload 1 /* ch */
            invokevirtual java.io.OutputStream.write:(I)V
         8: .line 81
            return
        end local 1 // int ch
        end local 0 // org.apache.commons.net.io.ToNetASCIIOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lorg/apache/commons/net/io/ToNetASCIIOutputStream;
            0    9     1    ch  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      ch    

  public synchronized void write(byte[]);
    descriptor: ([B)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.commons.net.io.ToNetASCIIOutputStream this
        start local 1 // byte[] buffer
         0: .line 97
            aload 0 /* this */
            aload 1 /* buffer */
            iconst_0
            aload 1 /* buffer */
            arraylength
            invokevirtual org.apache.commons.net.io.ToNetASCIIOutputStream.write:([BII)V
         1: .line 98
            return
        end local 1 // byte[] buffer
        end local 0 // org.apache.commons.net.io.ToNetASCIIOutputStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/commons/net/io/ToNetASCIIOutputStream;
            0    2     1  buffer  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      buffer  

  public synchronized void write(byte[], int, int);
    descriptor: ([BII)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.apache.commons.net.io.ToNetASCIIOutputStream this
        start local 1 // byte[] buffer
        start local 2 // int offset
        start local 3 // int length
         0: .line 115
            goto 2
         1: .line 116
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* buffer */
            iload 2 /* offset */
            iinc 2 /* offset */ 1
            baload
            invokevirtual org.apache.commons.net.io.ToNetASCIIOutputStream.write:(I)V
         2: .line 115
      StackMap locals:
      StackMap stack:
            iload 3 /* length */
            iinc 3 /* length */ -1
            ifgt 1
         3: .line 118
            return
        end local 3 // int length
        end local 2 // int offset
        end local 1 // byte[] buffer
        end local 0 // org.apache.commons.net.io.ToNetASCIIOutputStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/apache/commons/net/io/ToNetASCIIOutputStream;
            0    4     1  buffer  [B
            0    4     2  offset  I
            0    4     3  length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      buffer  
      offset  
      length  
}
SourceFile: "ToNetASCIIOutputStream.java"