public final class org.apache.commons.net.io.FromNetASCIIOutputStream 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.FromNetASCIIOutputStream
  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.FromNetASCIIOutputStream this
        start local 1 // java.io.OutputStream output
         0: .line 51
            aload 0 /* this */
            aload 1 /* output */
            invokespecial java.io.FilterOutputStream.<init>:(Ljava/io/OutputStream;)V
         1: .line 52
            aload 0 /* this */
            iconst_0
            putfield org.apache.commons.net.io.FromNetASCIIOutputStream.__lastWasCR:Z
         2: .line 53
            return
        end local 1 // java.io.OutputStream output
        end local 0 // org.apache.commons.net.io.FromNetASCIIOutputStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/apache/commons/net/io/FromNetASCIIOutputStream;
            0    3     1  output  Ljava/io/OutputStream;
    MethodParameters:
        Name  Flags
      output  

  private void __write(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.net.io.FromNetASCIIOutputStream this
        start local 1 // int ch
         0: .line 58
            iload 1 /* ch */
            tableswitch { // 10 - 13
                   10: 3
                   11: 10
                   12: 10
                   13: 1
              default: 10
          }
         1: .line 61
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.apache.commons.net.io.FromNetASCIIOutputStream.__lastWasCR:Z
         2: .line 63
            goto 14
         3: .line 65
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.net.io.FromNetASCIIOutputStream.__lastWasCR:Z
            ifeq 7
         4: .line 67
            aload 0 /* this */
            getfield org.apache.commons.net.io.FromNetASCIIOutputStream.out:Ljava/io/OutputStream;
            getstatic org.apache.commons.net.io.FromNetASCIIInputStream._lineSeparatorBytes:[B
            invokevirtual java.io.OutputStream.write:([B)V
         5: .line 68
            aload 0 /* this */
            iconst_0
            putfield org.apache.commons.net.io.FromNetASCIIOutputStream.__lastWasCR:Z
         6: .line 69
            goto 14
         7: .line 71
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield org.apache.commons.net.io.FromNetASCIIOutputStream.__lastWasCR:Z
         8: .line 72
            aload 0 /* this */
            getfield org.apache.commons.net.io.FromNetASCIIOutputStream.out:Ljava/io/OutputStream;
            bipush 10
            invokevirtual java.io.OutputStream.write:(I)V
         9: .line 73
            goto 14
        10: .line 75
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.net.io.FromNetASCIIOutputStream.__lastWasCR:Z
            ifeq 13
        11: .line 77
            aload 0 /* this */
            getfield org.apache.commons.net.io.FromNetASCIIOutputStream.out:Ljava/io/OutputStream;
            bipush 13
            invokevirtual java.io.OutputStream.write:(I)V
        12: .line 78
            aload 0 /* this */
            iconst_0
            putfield org.apache.commons.net.io.FromNetASCIIOutputStream.__lastWasCR:Z
        13: .line 80
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.net.io.FromNetASCIIOutputStream.out:Ljava/io/OutputStream;
            iload 1 /* ch */
            invokevirtual java.io.OutputStream.write:(I)V
        14: .line 83
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int ch
        end local 0 // org.apache.commons.net.io.FromNetASCIIOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lorg/apache/commons/net/io/FromNetASCIIOutputStream;
            0   15     1    ch  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      ch    

  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.FromNetASCIIOutputStream this
        start local 1 // int ch
         0: .line 102
            getstatic org.apache.commons.net.io.FromNetASCIIInputStream._noConversionRequired:Z
            ifeq 3
         1: .line 104
            aload 0 /* this */
            getfield org.apache.commons.net.io.FromNetASCIIOutputStream.out:Ljava/io/OutputStream;
            iload 1 /* ch */
            invokevirtual java.io.OutputStream.write:(I)V
         2: .line 105
            return
         3: .line 108
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* ch */
            invokevirtual org.apache.commons.net.io.FromNetASCIIOutputStream.__write:(I)V
         4: .line 109
            return
        end local 1 // int ch
        end local 0 // org.apache.commons.net.io.FromNetASCIIOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/commons/net/io/FromNetASCIIOutputStream;
            0    5     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.FromNetASCIIOutputStream this
        start local 1 // byte[] buffer
         0: .line 123
            aload 0 /* this */
            aload 1 /* buffer */
            iconst_0
            aload 1 /* buffer */
            arraylength
            invokevirtual org.apache.commons.net.io.FromNetASCIIOutputStream.write:([BII)V
         1: .line 124
            return
        end local 1 // byte[] buffer
        end local 0 // org.apache.commons.net.io.FromNetASCIIOutputStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/commons/net/io/FromNetASCIIOutputStream;
            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=4, locals=4, args_size=4
        start local 0 // org.apache.commons.net.io.FromNetASCIIOutputStream this
        start local 1 // byte[] buffer
        start local 2 // int offset
        start local 3 // int length
         0: .line 141
            getstatic org.apache.commons.net.io.FromNetASCIIInputStream._noConversionRequired:Z
            ifeq 4
         1: .line 145
            aload 0 /* this */
            getfield org.apache.commons.net.io.FromNetASCIIOutputStream.out:Ljava/io/OutputStream;
            aload 1 /* buffer */
            iload 2 /* offset */
            iload 3 /* length */
            invokevirtual java.io.OutputStream.write:([BII)V
         2: .line 146
            return
         3: .line 150
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* buffer */
            iload 2 /* offset */
            iinc 2 /* offset */ 1
            baload
            invokevirtual org.apache.commons.net.io.FromNetASCIIOutputStream.__write:(I)V
         4: .line 149
      StackMap locals:
      StackMap stack:
            iload 3 /* length */
            iinc 3 /* length */ -1
            ifgt 3
         5: .line 152
            return
        end local 3 // int length
        end local 2 // int offset
        end local 1 // byte[] buffer
        end local 0 // org.apache.commons.net.io.FromNetASCIIOutputStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/apache/commons/net/io/FromNetASCIIOutputStream;
            0    6     1  buffer  [B
            0    6     2  offset  I
            0    6     3  length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      buffer  
      offset  
      length  

  public synchronized void close();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.net.io.FromNetASCIIOutputStream this
         0: .line 164
            getstatic org.apache.commons.net.io.FromNetASCIIInputStream._noConversionRequired:Z
            ifeq 3
         1: .line 166
            aload 0 /* this */
            invokespecial java.io.FilterOutputStream.close:()V
         2: .line 167
            return
         3: .line 170
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.net.io.FromNetASCIIOutputStream.__lastWasCR:Z
            ifeq 5
         4: .line 171
            aload 0 /* this */
            getfield org.apache.commons.net.io.FromNetASCIIOutputStream.out:Ljava/io/OutputStream;
            bipush 13
            invokevirtual java.io.OutputStream.write:(I)V
         5: .line 173
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial java.io.FilterOutputStream.close:()V
         6: .line 174
            return
        end local 0 // org.apache.commons.net.io.FromNetASCIIOutputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/apache/commons/net/io/FromNetASCIIOutputStream;
    Exceptions:
      throws java.io.IOException
}
SourceFile: "FromNetASCIIOutputStream.java"