public final class org.apache.commons.net.echo.EchoTCPClient extends org.apache.commons.net.discard.DiscardTCPClient
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.apache.commons.net.echo.EchoTCPClient
  super_class: org.apache.commons.net.discard.DiscardTCPClient
{
  public static final int DEFAULT_PORT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 7

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.net.echo.EchoTCPClient this
         0: .line 50
            aload 0 /* this */
            invokespecial org.apache.commons.net.discard.DiscardTCPClient.<init>:()V
         1: .line 52
            aload 0 /* this */
            bipush 7
            invokevirtual org.apache.commons.net.echo.EchoTCPClient.setDefaultPort:(I)V
         2: .line 53
            return
        end local 0 // org.apache.commons.net.echo.EchoTCPClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/net/echo/EchoTCPClient;

  public java.io.InputStream getInputStream();
    descriptor: ()Ljava/io/InputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.net.echo.EchoTCPClient this
         0: .line 67
            aload 0 /* this */
            getfield org.apache.commons.net.echo.EchoTCPClient._input_:Ljava/io/InputStream;
            areturn
        end local 0 // org.apache.commons.net.echo.EchoTCPClient this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/net/echo/EchoTCPClient;
}
SourceFile: "EchoTCPClient.java"