public abstract class com.caucho.burlap.io.AbstractBurlapOutput extends com.caucho.hessian.io.AbstractHessianOutput
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.caucho.burlap.io.AbstractBurlapOutput
  super_class: com.caucho.hessian.io.AbstractHessianOutput
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.caucho.burlap.io.AbstractBurlapOutput this
         0: .line 67
            aload 0 /* this */
            invokespecial com.caucho.hessian.io.AbstractHessianOutput.<init>:()V
            return
        end local 0 // com.caucho.burlap.io.AbstractBurlapOutput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/caucho/burlap/io/AbstractBurlapOutput;

  public void startCall(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.caucho.burlap.io.AbstractBurlapOutput this
        start local 1 // java.lang.String method
        start local 2 // int length
         0: .line 72
            aload 0 /* this */
            aload 1 /* method */
            invokevirtual com.caucho.burlap.io.AbstractBurlapOutput.startCall:(Ljava/lang/String;)V
         1: .line 73
            return
        end local 2 // int length
        end local 1 // java.lang.String method
        end local 0 // com.caucho.burlap.io.AbstractBurlapOutput this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/caucho/burlap/io/AbstractBurlapOutput;
            0    2     1  method  Ljava/lang/String;
            0    2     2  length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      method  
      length  

  abstract void startCall(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0400) ACC_ABSTRACT
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      method  
}
SourceFile: "AbstractBurlapOutput.java"