public final class org.apache.commons.net.io.ToNetASCIIInputStream extends java.io.FilterInputStream
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.apache.commons.net.io.ToNetASCIIInputStream
  super_class: java.io.FilterInputStream
{
  private static final int __NOTHING_SPECIAL;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final int __LAST_WAS_CR;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final int __LAST_WAS_NL;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  private int __status;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.net.io.ToNetASCIIInputStream this
        start local 1 // java.io.InputStream input
         0: .line 50
            aload 0 /* this */
            aload 1 /* input */
            invokespecial java.io.FilterInputStream.<init>:(Ljava/io/InputStream;)V
         1: .line 51
            aload 0 /* this */
            iconst_0
            putfield org.apache.commons.net.io.ToNetASCIIInputStream.__status:I
         2: .line 52
            return
        end local 1 // java.io.InputStream input
        end local 0 // org.apache.commons.net.io.ToNetASCIIInputStream this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/apache/commons/net/io/ToNetASCIIInputStream;
            0    3     1  input  Ljava/io/InputStream;
    MethodParameters:
       Name  Flags
      input  

  public int read();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.apache.commons.net.io.ToNetASCIIInputStream this
         0: .line 69
            aload 0 /* this */
            getfield org.apache.commons.net.io.ToNetASCIIInputStream.__status:I
            iconst_2
            if_icmpne 3
         1: .line 71
            aload 0 /* this */
            iconst_0
            putfield org.apache.commons.net.io.ToNetASCIIInputStream.__status:I
         2: .line 72
            bipush 10
            ireturn
         3: .line 75
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.net.io.ToNetASCIIInputStream.in:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.read:()I
            istore 1 /* ch */
        start local 1 // int ch
         4: .line 77
            iload 1 /* ch */
            tableswitch { // 10 - 13
                   10: 7
                   11: 10
                   12: 10
                   13: 5
              default: 10
          }
         5: .line 80
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.apache.commons.net.io.ToNetASCIIInputStream.__status:I
         6: .line 81
            bipush 13
            ireturn
         7: .line 83
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.net.io.ToNetASCIIInputStream.__status:I
            iconst_1
            if_icmpeq 10
         8: .line 85
            aload 0 /* this */
            iconst_2
            putfield org.apache.commons.net.io.ToNetASCIIInputStream.__status:I
         9: .line 86
            bipush 13
            ireturn
        10: .line 90
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield org.apache.commons.net.io.ToNetASCIIInputStream.__status:I
        11: .line 91
            iload 1 /* ch */
            ireturn
        end local 1 // int ch
        end local 0 // org.apache.commons.net.io.ToNetASCIIInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lorg/apache/commons/net/io/ToNetASCIIInputStream;
            4   12     1    ch  I
    Exceptions:
      throws java.io.IOException

  public int read(byte[]);
    descriptor: ([B)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.commons.net.io.ToNetASCIIInputStream this
        start local 1 // byte[] buffer
         0: .line 112
            aload 0 /* this */
            aload 1 /* buffer */
            iconst_0
            aload 1 /* buffer */
            arraylength
            invokevirtual org.apache.commons.net.io.ToNetASCIIInputStream.read:([BII)I
            ireturn
        end local 1 // byte[] buffer
        end local 0 // org.apache.commons.net.io.ToNetASCIIInputStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/apache/commons/net/io/ToNetASCIIInputStream;
            0    1     1  buffer  [B
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      buffer  

  public int read(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // org.apache.commons.net.io.ToNetASCIIInputStream this
        start local 1 // byte[] buffer
        start local 2 // int offset
        start local 3 // int length
         0: .line 135
            iload 3 /* length */
            iconst_1
            if_icmpge 2
         1: .line 136
            iconst_0
            ireturn
         2: .line 139
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.commons.net.io.ToNetASCIIInputStream.available:()I
            istore 4 /* ch */
        start local 4 // int ch
         3: .line 141
            iload 3 /* length */
            iload 4 /* ch */
            if_icmple 5
         4: .line 142
            iload 4 /* ch */
            istore 3 /* length */
         5: .line 146
      StackMap locals: int
      StackMap stack:
            iload 3 /* length */
            iconst_1
            if_icmpge 7
         6: .line 147
            iconst_1
            istore 3 /* length */
         7: .line 150
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.commons.net.io.ToNetASCIIInputStream.read:()I
            dup
            istore 4 /* ch */
            iconst_m1
            if_icmpne 9
         8: .line 151
            iconst_m1
            ireturn
         9: .line 154
      StackMap locals:
      StackMap stack:
            iload 2 /* offset */
            istore 5 /* off */
        start local 5 // int off
        10: .line 158
      StackMap locals: int
      StackMap stack:
            aload 1 /* buffer */
            iload 2 /* offset */
            iinc 2 /* offset */ 1
            iload 4 /* ch */
            i2b
            bastore
        11: .line 160
            iinc 3 /* length */ -1
            iload 3 /* length */
            ifle 12
            aload 0 /* this */
            invokevirtual org.apache.commons.net.io.ToNetASCIIInputStream.read:()I
            dup
            istore 4 /* ch */
            iconst_m1
            if_icmpne 10
        12: .line 162
      StackMap locals:
      StackMap stack:
            iload 2 /* offset */
            iload 5 /* off */
            isub
            ireturn
        end local 5 // int off
        end local 4 // int ch
        end local 3 // int length
        end local 2 // int offset
        end local 1 // byte[] buffer
        end local 0 // org.apache.commons.net.io.ToNetASCIIInputStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Lorg/apache/commons/net/io/ToNetASCIIInputStream;
            0   13     1  buffer  [B
            0   13     2  offset  I
            0   13     3  length  I
            3   13     4      ch  I
           10   13     5     off  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      buffer  
      offset  
      length  

  public boolean markSupported();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.net.io.ToNetASCIIInputStream this
         0: .line 169
            iconst_0
            ireturn
        end local 0 // org.apache.commons.net.io.ToNetASCIIInputStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/net/io/ToNetASCIIInputStream;

  public int available();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.apache.commons.net.io.ToNetASCIIInputStream this
         0: .line 177
            aload 0 /* this */
            getfield org.apache.commons.net.io.ToNetASCIIInputStream.in:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.available:()I
            istore 1 /* result */
        start local 1 // int result
         1: .line 179
            aload 0 /* this */
            getfield org.apache.commons.net.io.ToNetASCIIInputStream.__status:I
            iconst_2
            if_icmpne 3
         2: .line 180
            iload 1 /* result */
            iconst_1
            iadd
            ireturn
         3: .line 183
      StackMap locals: int
      StackMap stack:
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // org.apache.commons.net.io.ToNetASCIIInputStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/apache/commons/net/io/ToNetASCIIInputStream;
            1    4     1  result  I
    Exceptions:
      throws java.io.IOException
}
SourceFile: "ToNetASCIIInputStream.java"