public class com.caucho.hessian.io.HessianInput extends com.caucho.hessian.io.AbstractHessianInput
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.caucho.hessian.io.HessianInput
  super_class: com.caucho.hessian.io.AbstractHessianInput
{
  private static int END_OF_DATA;
    descriptor: I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static java.lang.reflect.Field _detailMessageField;
    descriptor: Ljava/lang/reflect/Field;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  protected com.caucho.hessian.io.SerializerFactory _serializerFactory;
    descriptor: Lcom/caucho/hessian/io/SerializerFactory;
    flags: (0x0004) ACC_PROTECTED

  protected java.util.ArrayList _refs;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0004) ACC_PROTECTED

  private java.io.InputStream _is;
    descriptor: Ljava/io/InputStream;
    flags: (0x0002) ACC_PRIVATE

  protected int _peek;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  private java.lang.String _method;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.io.Reader _chunkReader;
    descriptor: Ljava/io/Reader;
    flags: (0x0002) ACC_PRIVATE

  private java.io.InputStream _chunkInputStream;
    descriptor: Ljava/io/InputStream;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Throwable _replyFault;
    descriptor: Ljava/lang/Throwable;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.StringBuffer _sbuf;
    descriptor: Ljava/lang/StringBuffer;
    flags: (0x0002) ACC_PRIVATE

  private boolean _isLastChunk;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 77
            bipush -2
            putstatic com.caucho.hessian.io.HessianInput.END_OF_DATA:I
         1: .line 1702
            ldc Ljava/lang/Throwable;
            ldc "detailMessage"
            invokevirtual java.lang.Class.getDeclaredField:(Ljava/lang/String;)Ljava/lang/reflect/Field;
            putstatic com.caucho.hessian.io.HessianInput._detailMessageField:Ljava/lang/reflect/Field;
         2: .line 1703
            getstatic com.caucho.hessian.io.HessianInput._detailMessageField:Ljava/lang/reflect/Field;
            iconst_1
            invokevirtual java.lang.reflect.Field.setAccessible:(Z)V
         3: .line 1704
            goto 5
      StackMap locals:
      StackMap stack: java.lang.Throwable
         4: pop
         5: .line 1706
      StackMap locals:
      StackMap stack:
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           1     3       4  Class java.lang.Throwable

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput this
         0: .line 109
            aload 0 /* this */
            invokespecial com.caucho.hessian.io.AbstractHessianInput.<init>:()V
         1: .line 89
            aload 0 /* this */
            iconst_m1
            putfield com.caucho.hessian.io.HessianInput._peek:I
         2: .line 99
            aload 0 /* this */
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            putfield com.caucho.hessian.io.HessianInput._sbuf:Ljava/lang/StringBuffer;
         3: .line 111
            return
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/caucho/hessian/io/HessianInput;

  public void <init>(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.caucho.hessian.io.HessianInput this
        start local 1 // java.io.InputStream is
         0: .line 119
            aload 0 /* this */
            invokespecial com.caucho.hessian.io.AbstractHessianInput.<init>:()V
         1: .line 89
            aload 0 /* this */
            iconst_m1
            putfield com.caucho.hessian.io.HessianInput._peek:I
         2: .line 99
            aload 0 /* this */
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            putfield com.caucho.hessian.io.HessianInput._sbuf:Ljava/lang/StringBuffer;
         3: .line 121
            aload 0 /* this */
            aload 1 /* is */
            invokevirtual com.caucho.hessian.io.HessianInput.init:(Ljava/io/InputStream;)V
         4: .line 122
            return
        end local 1 // java.io.InputStream is
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/caucho/hessian/io/HessianInput;
            0    5     1    is  Ljava/io/InputStream;
    MethodParameters:
      Name  Flags
      is    

  public void setSerializerFactory(com.caucho.hessian.io.SerializerFactory);
    descriptor: (Lcom/caucho/hessian/io/SerializerFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.caucho.hessian.io.HessianInput this
        start local 1 // com.caucho.hessian.io.SerializerFactory factory
         0: .line 129
            aload 0 /* this */
            aload 1 /* factory */
            putfield com.caucho.hessian.io.HessianInput._serializerFactory:Lcom/caucho/hessian/io/SerializerFactory;
         1: .line 130
            return
        end local 1 // com.caucho.hessian.io.SerializerFactory factory
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/caucho/hessian/io/HessianInput;
            0    2     1  factory  Lcom/caucho/hessian/io/SerializerFactory;
    MethodParameters:
         Name  Flags
      factory  

  public com.caucho.hessian.io.SerializerFactory getSerializerFactory();
    descriptor: ()Lcom/caucho/hessian/io/SerializerFactory;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput this
         0: .line 137
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._serializerFactory:Lcom/caucho/hessian/io/SerializerFactory;
            areturn
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/caucho/hessian/io/HessianInput;

  public void init(java.io.InputStream);
    descriptor: (Ljava/io/InputStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.caucho.hessian.io.HessianInput this
        start local 1 // java.io.InputStream is
         0: .line 145
            aload 0 /* this */
            aload 1 /* is */
            putfield com.caucho.hessian.io.HessianInput._is:Ljava/io/InputStream;
         1: .line 146
            aload 0 /* this */
            aconst_null
            putfield com.caucho.hessian.io.HessianInput._method:Ljava/lang/String;
         2: .line 147
            aload 0 /* this */
            iconst_1
            putfield com.caucho.hessian.io.HessianInput._isLastChunk:Z
         3: .line 148
            aload 0 /* this */
            iconst_0
            putfield com.caucho.hessian.io.HessianInput._chunkLength:I
         4: .line 149
            aload 0 /* this */
            iconst_m1
            putfield com.caucho.hessian.io.HessianInput._peek:I
         5: .line 150
            aload 0 /* this */
            aconst_null
            putfield com.caucho.hessian.io.HessianInput._refs:Ljava/util/ArrayList;
         6: .line 151
            aload 0 /* this */
            aconst_null
            putfield com.caucho.hessian.io.HessianInput._replyFault:Ljava/lang/Throwable;
         7: .line 153
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._serializerFactory:Lcom/caucho/hessian/io/SerializerFactory;
            ifnonnull 9
         8: .line 154
            aload 0 /* this */
            new com.caucho.hessian.io.SerializerFactory
            dup
            invokespecial com.caucho.hessian.io.SerializerFactory.<init>:()V
            putfield com.caucho.hessian.io.HessianInput._serializerFactory:Lcom/caucho/hessian/io/SerializerFactory;
         9: .line 155
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.io.InputStream is
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/caucho/hessian/io/HessianInput;
            0   10     1    is  Ljava/io/InputStream;
    MethodParameters:
      Name  Flags
      is    

  public java.lang.String getMethod();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput this
         0: .line 162
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._method:Ljava/lang/String;
            areturn
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/caucho/hessian/io/HessianInput;

  public java.lang.Throwable getReplyFault();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput this
         0: .line 170
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._replyFault:Ljava/lang/Throwable;
            areturn
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/caucho/hessian/io/HessianInput;

  public int readCall();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput this
         0: .line 183
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            istore 1 /* tag */
        start local 1 // int tag
         1: .line 185
            iload 1 /* tag */
            bipush 99
            if_icmpeq 3
         2: .line 186
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "expected hessian call ('c') at "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            iload 1 /* tag */
            invokevirtual com.caucho.hessian.io.HessianInput.codeName:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.caucho.hessian.io.HessianInput.error:(Ljava/lang/String;)Ljava/io/IOException;
            athrow
         3: .line 188
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            istore 2 /* major */
        start local 2 // int major
         4: .line 189
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            istore 3 /* minor */
        start local 3 // int minor
         5: .line 191
            iload 2 /* major */
            bipush 16
            ishl
            iload 3 /* minor */
            iadd
            ireturn
        end local 3 // int minor
        end local 2 // int major
        end local 1 // int tag
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lcom/caucho/hessian/io/HessianInput;
            1    6     1    tag  I
            4    6     2  major  I
            5    6     3  minor  I
    Exceptions:
      throws java.io.IOException

  public void skipOptionalCall();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput this
         0: .line 200
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            istore 1 /* tag */
        start local 1 // int tag
         1: .line 202
            iload 1 /* tag */
            bipush 99
            if_icmpne 5
         2: .line 203
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            pop
         3: .line 204
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            pop
         4: .line 205
            goto 6
         5: .line 207
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* tag */
            putfield com.caucho.hessian.io.HessianInput._peek:I
         6: .line 208
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int tag
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/caucho/hessian/io/HessianInput;
            1    7     1   tag  I
    Exceptions:
      throws java.io.IOException

  public java.lang.String readMethod();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput this
         0: .line 222
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            istore 1 /* tag */
        start local 1 // int tag
         1: .line 224
            iload 1 /* tag */
            bipush 109
            if_icmpeq 3
         2: .line 225
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "expected hessian method ('m') at "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            iload 1 /* tag */
            invokevirtual com.caucho.hessian.io.HessianInput.codeName:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.caucho.hessian.io.HessianInput.error:(Ljava/lang/String;)Ljava/io/IOException;
            athrow
         3: .line 226
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            istore 2 /* d1 */
        start local 2 // int d1
         4: .line 227
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            istore 3 /* d2 */
        start local 3 // int d2
         5: .line 229
            aload 0 /* this */
            iconst_1
            putfield com.caucho.hessian.io.HessianInput._isLastChunk:Z
         6: .line 230
            aload 0 /* this */
            iload 2 /* d1 */
            sipush 256
            imul
            iload 3 /* d2 */
            iadd
            putfield com.caucho.hessian.io.HessianInput._chunkLength:I
         7: .line 231
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._sbuf:Ljava/lang/StringBuffer;
            iconst_0
            invokevirtual java.lang.StringBuffer.setLength:(I)V
         8: .line 233
            goto 10
        start local 4 // int ch
         9: .line 234
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._sbuf:Ljava/lang/StringBuffer;
            iload 4 /* ch */
            i2c
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        end local 4 // int ch
        10: .line 233
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.parseChar:()I
            dup
            istore 4 /* ch */
        start local 4 // int ch
        11: ifge 9
        12: .line 236
            aload 0 /* this */
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._sbuf:Ljava/lang/StringBuffer;
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            putfield com.caucho.hessian.io.HessianInput._method:Ljava/lang/String;
        13: .line 238
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._method:Ljava/lang/String;
            areturn
        end local 4 // int ch
        end local 3 // int d2
        end local 2 // int d1
        end local 1 // int tag
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lcom/caucho/hessian/io/HessianInput;
            1   14     1   tag  I
            4   14     2    d1  I
            5   14     3    d2  I
            9   10     4    ch  I
           11   14     4    ch  I
    Exceptions:
      throws java.io.IOException

  public void startCall();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput this
         0: .line 254
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.readCall:()I
            pop
         1: .line 256
            goto 3
         2: .line 257
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.readObject:()Ljava/lang/Object;
            pop
         3: .line 256
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.readHeader:()Ljava/lang/String;
            ifnonnull 2
         4: .line 260
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.readMethod:()Ljava/lang/String;
            pop
         5: .line 261
            return
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/caucho/hessian/io/HessianInput;
    Exceptions:
      throws java.io.IOException

  public void completeCall();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput this
         0: .line 275
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            istore 1 /* tag */
        start local 1 // int tag
         1: .line 277
            iload 1 /* tag */
            bipush 122
            if_icmpeq 3
         2: .line 280
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "expected end of call ('z') at "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            iload 1 /* tag */
            invokevirtual com.caucho.hessian.io.HessianInput.codeName:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ".  Check method arguments and ensure method overloading is enabled if necessary"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.caucho.hessian.io.HessianInput.error:(Ljava/lang/String;)Ljava/io/IOException;
            athrow
         3: .line 281
      StackMap locals: int
      StackMap stack:
            return
        end local 1 // int tag
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/caucho/hessian/io/HessianInput;
            1    4     1   tag  I
    Exceptions:
      throws java.io.IOException

  public java.lang.Object readReply(java.lang.Class);
    descriptor: (Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // com.caucho.hessian.io.HessianInput this
        start local 1 // java.lang.Class expectedClass
         0: .line 290
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            istore 2 /* tag */
        start local 2 // int tag
         1: .line 292
            iload 2 /* tag */
            bipush 114
            if_icmpeq 3
         2: .line 293
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "expected hessian reply at "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            iload 2 /* tag */
            invokevirtual com.caucho.hessian.io.HessianInput.codeName:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.caucho.hessian.io.HessianInput.error:(Ljava/lang/String;)Ljava/io/IOException;
            pop
         3: .line 295
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            pop
         4: .line 296
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            pop
         5: .line 298
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            istore 2 /* tag */
         6: .line 299
            iload 2 /* tag */
            bipush 102
            if_icmpne 8
         7: .line 300
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.prepareFault:()Ljava/lang/Throwable;
            athrow
         8: .line 302
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* tag */
            putfield com.caucho.hessian.io.HessianInput._peek:I
         9: .line 304
            aload 0 /* this */
            aload 1 /* expectedClass */
            invokevirtual com.caucho.hessian.io.HessianInput.readObject:(Ljava/lang/Class;)Ljava/lang/Object;
            astore 3 /* value */
        start local 3 // java.lang.Object value
        10: .line 306
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.completeValueReply:()V
        11: .line 308
            aload 3 /* value */
            areturn
        end local 3 // java.lang.Object value
        end local 2 // int tag
        end local 1 // java.lang.Class expectedClass
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   12     0           this  Lcom/caucho/hessian/io/HessianInput;
            0   12     1  expectedClass  Ljava/lang/Class;
            1   12     2            tag  I
           10   12     3          value  Ljava/lang/Object;
    Exceptions:
      throws java.lang.Throwable
    MethodParameters:
               Name  Flags
      expectedClass  

  public void startReply();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput this
         0: .line 324
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            istore 1 /* tag */
        start local 1 // int tag
         1: .line 326
            iload 1 /* tag */
            bipush 114
            if_icmpeq 3
         2: .line 327
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "expected hessian reply at "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            iload 1 /* tag */
            invokevirtual com.caucho.hessian.io.HessianInput.codeName:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.caucho.hessian.io.HessianInput.error:(Ljava/lang/String;)Ljava/io/IOException;
            pop
         3: .line 329
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            pop
         4: .line 330
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            pop
         5: .line 332
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.startReplyBody:()V
         6: .line 333
            return
        end local 1 // int tag
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/caucho/hessian/io/HessianInput;
            1    7     1   tag  I
    Exceptions:
      throws java.lang.Throwable

  public void startReplyBody();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput this
         0: .line 338
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            istore 1 /* tag */
        start local 1 // int tag
         1: .line 340
            iload 1 /* tag */
            bipush 102
            if_icmpne 3
         2: .line 341
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.prepareFault:()Ljava/lang/Throwable;
            athrow
         3: .line 343
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 1 /* tag */
            putfield com.caucho.hessian.io.HessianInput._peek:I
         4: .line 344
            return
        end local 1 // int tag
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/caucho/hessian/io/HessianInput;
            1    5     1   tag  I
    Exceptions:
      throws java.lang.Throwable

  private java.lang.Throwable prepareFault();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=5, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput this
         0: .line 352
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.readFault:()Ljava/util/HashMap;
            astore 1 /* fault */
        start local 1 // java.util.HashMap fault
         1: .line 354
            aload 1 /* fault */
            ldc "detail"
            invokevirtual java.util.HashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 2 /* detail */
        start local 2 // java.lang.Object detail
         2: .line 355
            aload 1 /* fault */
            ldc "message"
            invokevirtual java.util.HashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            astore 3 /* message */
        start local 3 // java.lang.String message
         3: .line 357
            aload 2 /* detail */
            instanceof java.lang.Throwable
            ifeq 10
         4: .line 358
            aload 0 /* this */
            aload 2 /* detail */
            checkcast java.lang.Throwable
            putfield com.caucho.hessian.io.HessianInput._replyFault:Ljava/lang/Throwable;
         5: .line 360
            aload 3 /* message */
            ifnull 9
            getstatic com.caucho.hessian.io.HessianInput._detailMessageField:Ljava/lang/reflect/Field;
            ifnull 9
         6: .line 362
            getstatic com.caucho.hessian.io.HessianInput._detailMessageField:Ljava/lang/reflect/Field;
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._replyFault:Ljava/lang/Throwable;
            aload 3 /* message */
            invokevirtual java.lang.reflect.Field.set:(Ljava/lang/Object;Ljava/lang/Object;)V
         7: .line 363
            goto 9
      StackMap locals: com.caucho.hessian.io.HessianInput java.util.HashMap java.lang.Object java.lang.String
      StackMap stack: java.lang.Throwable
         8: pop
         9: .line 367
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._replyFault:Ljava/lang/Throwable;
            areturn
        10: .line 371
      StackMap locals:
      StackMap stack:
            aload 1 /* fault */
            ldc "code"
            invokevirtual java.util.HashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            astore 4 /* code */
        start local 4 // java.lang.String code
        11: .line 373
            aload 0 /* this */
            new com.caucho.hessian.io.HessianServiceException
            dup
            aload 3 /* message */
            aload 4 /* code */
            aload 2 /* detail */
            invokespecial com.caucho.hessian.io.HessianServiceException.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V
            putfield com.caucho.hessian.io.HessianInput._replyFault:Ljava/lang/Throwable;
        12: .line 375
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._replyFault:Ljava/lang/Throwable;
            areturn
        end local 4 // java.lang.String code
        end local 3 // java.lang.String message
        end local 2 // java.lang.Object detail
        end local 1 // java.util.HashMap fault
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   13     0     this  Lcom/caucho/hessian/io/HessianInput;
            1   13     1    fault  Ljava/util/HashMap;
            2   13     2   detail  Ljava/lang/Object;
            3   13     3  message  Ljava/lang/String;
           11   13     4     code  Ljava/lang/String;
      Exception table:
        from    to  target  type
           6     7       8  Class java.lang.Throwable
    Exceptions:
      throws java.io.IOException

  public void completeReply();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput this
         0: .line 391
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            istore 1 /* tag */
        start local 1 // int tag
         1: .line 393
            iload 1 /* tag */
            bipush 122
            if_icmpeq 3
         2: .line 394
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "expected end of reply at "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            iload 1 /* tag */
            invokevirtual com.caucho.hessian.io.HessianInput.codeName:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.caucho.hessian.io.HessianInput.error:(Ljava/lang/String;)Ljava/io/IOException;
            pop
         3: .line 395
      StackMap locals: int
      StackMap stack:
            return
        end local 1 // int tag
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/caucho/hessian/io/HessianInput;
            1    4     1   tag  I
    Exceptions:
      throws java.io.IOException

  public void completeValueReply();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput this
         0: .line 409
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            istore 1 /* tag */
        start local 1 // int tag
         1: .line 411
            iload 1 /* tag */
            bipush 122
            if_icmpeq 3
         2: .line 412
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "expected end of reply at "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            iload 1 /* tag */
            invokevirtual com.caucho.hessian.io.HessianInput.codeName:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.caucho.hessian.io.HessianInput.error:(Ljava/lang/String;)Ljava/io/IOException;
            pop
         3: .line 413
      StackMap locals: int
      StackMap stack:
            return
        end local 1 // int tag
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/caucho/hessian/io/HessianInput;
            1    4     1   tag  I
    Exceptions:
      throws java.io.IOException

  public java.lang.String readHeader();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput this
         0: .line 425
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            istore 1 /* tag */
        start local 1 // int tag
         1: .line 427
            iload 1 /* tag */
            bipush 72
            if_icmpne 10
         2: .line 428
            aload 0 /* this */
            iconst_1
            putfield com.caucho.hessian.io.HessianInput._isLastChunk:Z
         3: .line 429
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            bipush 8
            ishl
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            iadd
            putfield com.caucho.hessian.io.HessianInput._chunkLength:I
         4: .line 431
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._sbuf:Ljava/lang/StringBuffer;
            iconst_0
            invokevirtual java.lang.StringBuffer.setLength:(I)V
         5: .line 433
            goto 7
        start local 2 // int ch
         6: .line 434
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._sbuf:Ljava/lang/StringBuffer;
            iload 2 /* ch */
            i2c
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        end local 2 // int ch
         7: .line 433
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.parseChar:()I
            dup
            istore 2 /* ch */
        start local 2 // int ch
         8: ifge 6
         9: .line 436
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._sbuf:Ljava/lang/StringBuffer;
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 2 // int ch
        10: .line 439
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* tag */
            putfield com.caucho.hessian.io.HessianInput._peek:I
        11: .line 441
            aconst_null
            areturn
        end local 1 // int tag
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lcom/caucho/hessian/io/HessianInput;
            1   12     1   tag  I
            6    7     2    ch  I
            8   10     2    ch  I
    Exceptions:
      throws java.io.IOException

  public void readNull();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput this
         0: .line 454
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            istore 1 /* tag */
        start local 1 // int tag
         1: .line 456
            iload 1 /* tag */
            tableswitch { // 78 - 78
                   78: 2
              default: 3
          }
         2: .line 457
      StackMap locals: int
      StackMap stack:
            return
         3: .line 460
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "null"
            iload 1 /* tag */
            invokevirtual com.caucho.hessian.io.HessianInput.expect:(Ljava/lang/String;I)Ljava/io/IOException;
            athrow
        end local 1 // int tag
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/caucho/hessian/io/HessianInput;
            1    4     1   tag  I
    Exceptions:
      throws java.io.IOException

  public boolean readBoolean();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput this
         0: .line 475
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            istore 1 /* tag */
        start local 1 // int tag
         1: .line 477
            iload 1 /* tag */
            lookupswitch { // 6
                   68: 8
                   70: 3
                   73: 4
                   76: 6
                   78: 10
                   84: 2
              default: 11
          }
         2: .line 478
      StackMap locals: int
      StackMap stack:
            iconst_1
            ireturn
         3: .line 479
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         4: .line 480
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.parseInt:()I
            ifne 5
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_0
            ireturn
         6: .line 481
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.parseLong:()J
            lconst_0
            lcmp
            ifne 7
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         7: iconst_0
            ireturn
         8: .line 482
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.parseDouble:()D
            dconst_0
            dcmpl
            ifne 9
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         9: iconst_0
            ireturn
        10: .line 483
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        11: .line 486
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "boolean"
            iload 1 /* tag */
            invokevirtual com.caucho.hessian.io.HessianInput.expect:(Ljava/lang/String;I)Ljava/io/IOException;
            athrow
        end local 1 // int tag
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lcom/caucho/hessian/io/HessianInput;
            1   12     1   tag  I
    Exceptions:
      throws java.io.IOException

  public short readShort();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput this
         0: .line 515
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.readInt:()I
            i2s
            ireturn
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/caucho/hessian/io/HessianInput;
    Exceptions:
      throws java.io.IOException

  public int readInt();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput this
         0: .line 528
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            istore 1 /* tag */
        start local 1 // int tag
         1: .line 530
            iload 1 /* tag */
            lookupswitch { // 5
                   68: 6
                   70: 3
                   73: 4
                   76: 5
                   84: 2
              default: 7
          }
         2: .line 531
      StackMap locals: int
      StackMap stack:
            iconst_1
            ireturn
         3: .line 532
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         4: .line 533
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.parseInt:()I
            ireturn
         5: .line 534
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.parseLong:()J
            l2i
            ireturn
         6: .line 535
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.parseDouble:()D
            d2i
            ireturn
         7: .line 538
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "int"
            iload 1 /* tag */
            invokevirtual com.caucho.hessian.io.HessianInput.expect:(Ljava/lang/String;I)Ljava/io/IOException;
            athrow
        end local 1 // int tag
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/caucho/hessian/io/HessianInput;
            1    8     1   tag  I
    Exceptions:
      throws java.io.IOException

  public long readLong();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput this
         0: .line 552
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            istore 1 /* tag */
        start local 1 // int tag
         1: .line 554
            iload 1 /* tag */
            lookupswitch { // 5
                   68: 6
                   70: 3
                   73: 4
                   76: 5
                   84: 2
              default: 7
          }
         2: .line 555
      StackMap locals: int
      StackMap stack:
            lconst_1
            lreturn
         3: .line 556
      StackMap locals:
      StackMap stack:
            lconst_0
            lreturn
         4: .line 557
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.parseInt:()I
            i2l
            lreturn
         5: .line 558
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.parseLong:()J
            lreturn
         6: .line 559
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.parseDouble:()D
            d2l
            lreturn
         7: .line 562
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "long"
            iload 1 /* tag */
            invokevirtual com.caucho.hessian.io.HessianInput.expect:(Ljava/lang/String;I)Ljava/io/IOException;
            athrow
        end local 1 // int tag
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/caucho/hessian/io/HessianInput;
            1    8     1   tag  I
    Exceptions:
      throws java.io.IOException

  public float readFloat();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput this
         0: .line 576
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.readDouble:()D
            d2f
            freturn
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/caucho/hessian/io/HessianInput;
    Exceptions:
      throws java.io.IOException

  public double readDouble();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput this
         0: .line 589
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            istore 1 /* tag */
        start local 1 // int tag
         1: .line 591
            iload 1 /* tag */
            lookupswitch { // 5
                   68: 6
                   70: 3
                   73: 4
                   76: 5
                   84: 2
              default: 7
          }
         2: .line 592
      StackMap locals: int
      StackMap stack:
            dconst_1
            dreturn
         3: .line 593
      StackMap locals:
      StackMap stack:
            dconst_0
            dreturn
         4: .line 594
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.parseInt:()I
            i2d
            dreturn
         5: .line 595
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.parseLong:()J
            l2d
            dreturn
         6: .line 596
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.parseDouble:()D
            dreturn
         7: .line 599
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "long"
            iload 1 /* tag */
            invokevirtual com.caucho.hessian.io.HessianInput.expect:(Ljava/lang/String;I)Ljava/io/IOException;
            athrow
        end local 1 // int tag
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lcom/caucho/hessian/io/HessianInput;
            1    8     1   tag  I
    Exceptions:
      throws java.io.IOException

  public long readUTCDate();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=18, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput this
         0: .line 613
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            istore 1 /* tag */
        start local 1 // int tag
         1: .line 615
            iload 1 /* tag */
            bipush 100
            if_icmpeq 3
         2: .line 616
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "expected date at "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            iload 1 /* tag */
            invokevirtual com.caucho.hessian.io.HessianInput.codeName:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.caucho.hessian.io.HessianInput.error:(Ljava/lang/String;)Ljava/io/IOException;
            athrow
         3: .line 618
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            i2l
            lstore 2 /* b64 */
        start local 2 // long b64
         4: .line 619
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            i2l
            lstore 4 /* b56 */
        start local 4 // long b56
         5: .line 620
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            i2l
            lstore 6 /* b48 */
        start local 6 // long b48
         6: .line 621
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            i2l
            lstore 8 /* b40 */
        start local 8 // long b40
         7: .line 622
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            i2l
            lstore 10 /* b32 */
        start local 10 // long b32
         8: .line 623
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            i2l
            lstore 12 /* b24 */
        start local 12 // long b24
         9: .line 624
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            i2l
            lstore 14 /* b16 */
        start local 14 // long b16
        10: .line 625
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            i2l
            lstore 16 /* b8 */
        start local 16 // long b8
        11: .line 627
            lload 2 /* b64 */
            bipush 56
            lshl
        12: .line 628
            lload 4 /* b56 */
            bipush 48
            lshl
        13: .line 627
            ladd
        14: .line 629
            lload 6 /* b48 */
            bipush 40
            lshl
        15: .line 627
            ladd
        16: .line 630
            lload 8 /* b40 */
            bipush 32
            lshl
        17: .line 627
            ladd
        18: .line 631
            lload 10 /* b32 */
            bipush 24
            lshl
        19: .line 627
            ladd
        20: .line 632
            lload 12 /* b24 */
            bipush 16
            lshl
        21: .line 627
            ladd
        22: .line 633
            lload 14 /* b16 */
            bipush 8
            lshl
        23: .line 627
            ladd
        24: .line 634
            lload 16 /* b8 */
        25: .line 627
            ladd
            lreturn
        end local 16 // long b8
        end local 14 // long b16
        end local 12 // long b24
        end local 10 // long b32
        end local 8 // long b40
        end local 6 // long b48
        end local 4 // long b56
        end local 2 // long b64
        end local 1 // int tag
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   26     0  this  Lcom/caucho/hessian/io/HessianInput;
            1   26     1   tag  I
            4   26     2   b64  J
            5   26     4   b56  J
            6   26     6   b48  J
            7   26     8   b40  J
            8   26    10   b32  J
            9   26    12   b24  J
           10   26    14   b16  J
           11   26    16    b8  J
    Exceptions:
      throws java.io.IOException

  public int readChar();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput this
         0: .line 643
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._chunkLength:I
            ifle 6
         1: .line 644
            aload 0 /* this */
            dup
            getfield com.caucho.hessian.io.HessianInput._chunkLength:I
            iconst_1
            isub
            putfield com.caucho.hessian.io.HessianInput._chunkLength:I
         2: .line 645
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._chunkLength:I
            ifne 4
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._isLastChunk:Z
            ifeq 4
         3: .line 646
            aload 0 /* this */
            getstatic com.caucho.hessian.io.HessianInput.END_OF_DATA:I
            putfield com.caucho.hessian.io.HessianInput._chunkLength:I
         4: .line 648
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.parseUTF8Char:()I
            istore 1 /* ch */
        start local 1 // int ch
         5: .line 649
            iload 1 /* ch */
            ireturn
        end local 1 // int ch
         6: .line 651
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._chunkLength:I
            getstatic com.caucho.hessian.io.HessianInput.END_OF_DATA:I
            if_icmpne 9
         7: .line 652
            aload 0 /* this */
            iconst_0
            putfield com.caucho.hessian.io.HessianInput._chunkLength:I
         8: .line 653
            iconst_m1
            ireturn
         9: .line 656
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            istore 1 /* tag */
        start local 1 // int tag
        10: .line 658
            iload 1 /* tag */
            lookupswitch { // 5
                   78: 11
                   83: 12
                   88: 12
                  115: 12
                  120: 12
              default: 21
          }
        11: .line 660
      StackMap locals: int
      StackMap stack:
            iconst_m1
            ireturn
        12: .line 666
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* tag */
            bipush 83
            if_icmpeq 13
            iload 1 /* tag */
            bipush 88
            if_icmpeq 13
            iconst_0
            goto 14
      StackMap locals:
      StackMap stack: com.caucho.hessian.io.HessianInput
        13: iconst_1
      StackMap locals: com.caucho.hessian.io.HessianInput int
      StackMap stack: com.caucho.hessian.io.HessianInput int
        14: putfield com.caucho.hessian.io.HessianInput._isLastChunk:Z
        15: .line 667
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            bipush 8
            ishl
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            iadd
            putfield com.caucho.hessian.io.HessianInput._chunkLength:I
        16: .line 669
            aload 0 /* this */
            dup
            getfield com.caucho.hessian.io.HessianInput._chunkLength:I
            iconst_1
            isub
            putfield com.caucho.hessian.io.HessianInput._chunkLength:I
        17: .line 670
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.parseUTF8Char:()I
            istore 2 /* value */
        start local 2 // int value
        18: .line 674
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._chunkLength:I
            ifne 20
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._isLastChunk:Z
            ifeq 20
        19: .line 675
            aload 0 /* this */
            getstatic com.caucho.hessian.io.HessianInput.END_OF_DATA:I
            putfield com.caucho.hessian.io.HessianInput._chunkLength:I
        20: .line 677
      StackMap locals: int
      StackMap stack:
            iload 2 /* value */
            ireturn
        end local 2 // int value
        21: .line 680
      StackMap locals:
      StackMap stack:
            new java.io.IOException
            dup
            new java.lang.StringBuilder
            dup
            ldc "expected 'S' at "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* tag */
            i2c
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int tag
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   22     0   this  Lcom/caucho/hessian/io/HessianInput;
            5    6     1     ch  I
           10   22     1    tag  I
           18   21     2  value  I
    Exceptions:
      throws java.io.IOException

  public int readString(char[], int, int);
    descriptor: ([CII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // com.caucho.hessian.io.HessianInput this
        start local 1 // char[] buffer
        start local 2 // int offset
        start local 3 // int length
         0: .line 690
            iconst_0
            istore 4 /* readLength */
        start local 4 // int readLength
         1: .line 692
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._chunkLength:I
            getstatic com.caucho.hessian.io.HessianInput.END_OF_DATA:I
            if_icmpne 4
         2: .line 693
            aload 0 /* this */
            iconst_0
            putfield com.caucho.hessian.io.HessianInput._chunkLength:I
         3: .line 694
            iconst_m1
            ireturn
         4: .line 696
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._chunkLength:I
            ifne 33
         5: .line 697
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            istore 5 /* tag */
        start local 5 // int tag
         6: .line 699
            iload 5 /* tag */
            lookupswitch { // 5
                   78: 7
                   83: 8
                   88: 8
                  115: 8
                  120: 8
              default: 13
          }
         7: .line 701
      StackMap locals: int
      StackMap stack:
            iconst_m1
            ireturn
         8: .line 707
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* tag */
            bipush 83
            if_icmpeq 9
            iload 5 /* tag */
            bipush 88
            if_icmpeq 9
            iconst_0
            goto 10
      StackMap locals:
      StackMap stack: com.caucho.hessian.io.HessianInput
         9: iconst_1
      StackMap locals: com.caucho.hessian.io.HessianInput char[] int int int int
      StackMap stack: com.caucho.hessian.io.HessianInput int
        10: putfield com.caucho.hessian.io.HessianInput._isLastChunk:Z
        11: .line 708
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            bipush 8
            ishl
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            iadd
            putfield com.caucho.hessian.io.HessianInput._chunkLength:I
        12: .line 709
            goto 33
        13: .line 712
      StackMap locals:
      StackMap stack:
            new java.io.IOException
            dup
            new java.lang.StringBuilder
            dup
            ldc "expected 'S' at "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 5 /* tag */
            i2c
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        end local 5 // int tag
        14: .line 717
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._chunkLength:I
            ifle 20
        15: .line 718
            aload 1 /* buffer */
            iload 2 /* offset */
            iinc 2 /* offset */ 1
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.parseUTF8Char:()I
            i2c
            castore
        16: .line 719
            aload 0 /* this */
            dup
            getfield com.caucho.hessian.io.HessianInput._chunkLength:I
            iconst_1
            isub
            putfield com.caucho.hessian.io.HessianInput._chunkLength:I
        17: .line 720
            iinc 3 /* length */ -1
        18: .line 721
            iinc 4 /* readLength */ 1
        19: .line 722
            goto 33
        20: .line 723
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._isLastChunk:Z
            ifeq 25
        21: .line 724
            iload 4 /* readLength */
            ifne 23
        22: .line 725
            iconst_m1
            ireturn
        23: .line 727
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic com.caucho.hessian.io.HessianInput.END_OF_DATA:I
            putfield com.caucho.hessian.io.HessianInput._chunkLength:I
        24: .line 728
            iload 4 /* readLength */
            ireturn
        25: .line 732
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            istore 5 /* tag */
        start local 5 // int tag
        26: .line 734
            iload 5 /* tag */
            lookupswitch { // 4
                   83: 27
                   88: 27
                  115: 27
                  120: 27
              default: 32
          }
        27: .line 739
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 5 /* tag */
            bipush 83
            if_icmpeq 28
            iload 5 /* tag */
            bipush 88
            if_icmpeq 28
            iconst_0
            goto 29
      StackMap locals:
      StackMap stack: com.caucho.hessian.io.HessianInput
        28: iconst_1
      StackMap locals: com.caucho.hessian.io.HessianInput char[] int int int int
      StackMap stack: com.caucho.hessian.io.HessianInput int
        29: putfield com.caucho.hessian.io.HessianInput._isLastChunk:Z
        30: .line 740
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            bipush 8
            ishl
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            iadd
            putfield com.caucho.hessian.io.HessianInput._chunkLength:I
        31: .line 741
            goto 33
        32: .line 744
      StackMap locals:
      StackMap stack:
            new java.io.IOException
            dup
            new java.lang.StringBuilder
            dup
            ldc "expected 'S' at "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 5 /* tag */
            i2c
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        end local 5 // int tag
        33: .line 716
      StackMap locals:
      StackMap stack:
            iload 3 /* length */
            ifgt 14
        34: .line 749
            iload 4 /* readLength */
            ifne 36
        35: .line 750
            iconst_m1
            ireturn
        36: .line 751
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._chunkLength:I
            ifgt 37
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._isLastChunk:Z
            ifne 38
        37: .line 752
      StackMap locals:
      StackMap stack:
            iload 4 /* readLength */
            ireturn
        38: .line 754
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic com.caucho.hessian.io.HessianInput.END_OF_DATA:I
            putfield com.caucho.hessian.io.HessianInput._chunkLength:I
        39: .line 755
            iload 4 /* readLength */
            ireturn
        end local 4 // int readLength
        end local 3 // int length
        end local 2 // int offset
        end local 1 // char[] buffer
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   40     0        this  Lcom/caucho/hessian/io/HessianInput;
            0   40     1      buffer  [C
            0   40     2      offset  I
            0   40     3      length  I
            1   40     4  readLength  I
            6   14     5         tag  I
           26   33     5         tag  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      buffer  
      offset  
      length  

  public java.lang.String readString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput this
         0: .line 769
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            istore 1 /* tag */
        start local 1 // int tag
         1: .line 771
            iload 1 /* tag */
            lookupswitch { // 8
                   68: 5
                   73: 3
                   76: 4
                   78: 2
                   83: 6
                   88: 6
                  115: 6
                  120: 6
              default: 16
          }
         2: .line 773
      StackMap locals: int
      StackMap stack:
            aconst_null
            areturn
         3: .line 776
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.parseInt:()I
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            areturn
         4: .line 778
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.parseLong:()J
            invokestatic java.lang.String.valueOf:(J)Ljava/lang/String;
            areturn
         5: .line 780
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.parseDouble:()D
            invokestatic java.lang.String.valueOf:(D)Ljava/lang/String;
            areturn
         6: .line 786
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* tag */
            bipush 83
            if_icmpeq 7
            iload 1 /* tag */
            bipush 88
            if_icmpeq 7
            iconst_0
            goto 8
      StackMap locals:
      StackMap stack: com.caucho.hessian.io.HessianInput
         7: iconst_1
      StackMap locals: com.caucho.hessian.io.HessianInput int
      StackMap stack: com.caucho.hessian.io.HessianInput int
         8: putfield com.caucho.hessian.io.HessianInput._isLastChunk:Z
         9: .line 787
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            bipush 8
            ishl
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            iadd
            putfield com.caucho.hessian.io.HessianInput._chunkLength:I
        10: .line 789
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._sbuf:Ljava/lang/StringBuffer;
            iconst_0
            invokevirtual java.lang.StringBuffer.setLength:(I)V
        11: .line 792
            goto 13
        start local 2 // int ch
        12: .line 793
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._sbuf:Ljava/lang/StringBuffer;
            iload 2 /* ch */
            i2c
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        end local 2 // int ch
        13: .line 792
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.parseChar:()I
            dup
            istore 2 /* ch */
        start local 2 // int ch
        14: ifge 12
        15: .line 795
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._sbuf:Ljava/lang/StringBuffer;
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 2 // int ch
        16: .line 798
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "string"
            iload 1 /* tag */
            invokevirtual com.caucho.hessian.io.HessianInput.expect:(Ljava/lang/String;I)Ljava/io/IOException;
            athrow
        end local 1 // int tag
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  this  Lcom/caucho/hessian/io/HessianInput;
            1   17     1   tag  I
           12   13     2    ch  I
           14   16     2    ch  I
    Exceptions:
      throws java.io.IOException

  public org.w3c.dom.Node readNode();
    descriptor: ()Lorg/w3c/dom/Node;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput this
         0: .line 812
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            istore 1 /* tag */
        start local 1 // int tag
         1: .line 814
            iload 1 /* tag */
            lookupswitch { // 5
                   78: 2
                   83: 3
                   88: 3
                  115: 3
                  120: 3
              default: 8
          }
         2: .line 816
      StackMap locals: int
      StackMap stack:
            aconst_null
            areturn
         3: .line 822
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* tag */
            bipush 83
            if_icmpeq 4
            iload 1 /* tag */
            bipush 88
            if_icmpeq 4
            iconst_0
            goto 5
      StackMap locals:
      StackMap stack: com.caucho.hessian.io.HessianInput
         4: iconst_1
      StackMap locals: com.caucho.hessian.io.HessianInput int
      StackMap stack: com.caucho.hessian.io.HessianInput int
         5: putfield com.caucho.hessian.io.HessianInput._isLastChunk:Z
         6: .line 823
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            bipush 8
            ishl
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            iadd
            putfield com.caucho.hessian.io.HessianInput._chunkLength:I
         7: .line 825
            aload 0 /* this */
            ldc "Can't handle string in this context"
            invokevirtual com.caucho.hessian.io.HessianInput.error:(Ljava/lang/String;)Ljava/io/IOException;
            athrow
         8: .line 828
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "string"
            iload 1 /* tag */
            invokevirtual com.caucho.hessian.io.HessianInput.expect:(Ljava/lang/String;I)Ljava/io/IOException;
            athrow
        end local 1 // int tag
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/caucho/hessian/io/HessianInput;
            1    9     1   tag  I
    Exceptions:
      throws java.io.IOException

  public byte[] readBytes();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput this
         0: .line 842
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            istore 1 /* tag */
        start local 1 // int tag
         1: .line 844
            iload 1 /* tag */
            lookupswitch { // 3
                   66: 3
                   78: 2
                   98: 3
              default: 13
          }
         2: .line 846
      StackMap locals: int
      StackMap stack:
            aconst_null
            areturn
         3: .line 850
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* tag */
            bipush 66
            if_icmpne 4
            iconst_1
            goto 5
      StackMap locals:
      StackMap stack: com.caucho.hessian.io.HessianInput
         4: iconst_0
      StackMap locals: com.caucho.hessian.io.HessianInput int
      StackMap stack: com.caucho.hessian.io.HessianInput int
         5: putfield com.caucho.hessian.io.HessianInput._isLastChunk:Z
         6: .line 851
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            bipush 8
            ishl
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            iadd
            putfield com.caucho.hessian.io.HessianInput._chunkLength:I
         7: .line 853
            new java.io.ByteArrayOutputStream
            dup
            invokespecial java.io.ByteArrayOutputStream.<init>:()V
            astore 2 /* bos */
        start local 2 // java.io.ByteArrayOutputStream bos
         8: .line 856
            goto 10
        start local 3 // int data
         9: .line 857
      StackMap locals: java.io.ByteArrayOutputStream int
      StackMap stack:
            aload 2 /* bos */
            iload 3 /* data */
            invokevirtual java.io.ByteArrayOutputStream.write:(I)V
        end local 3 // int data
        10: .line 856
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.parseByte:()I
            dup
            istore 3 /* data */
        start local 3 // int data
        11: ifge 9
        12: .line 859
            aload 2 /* bos */
            invokevirtual java.io.ByteArrayOutputStream.toByteArray:()[B
            areturn
        end local 3 // int data
        end local 2 // java.io.ByteArrayOutputStream bos
        13: .line 862
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "bytes"
            iload 1 /* tag */
            invokevirtual com.caucho.hessian.io.HessianInput.expect:(Ljava/lang/String;I)Ljava/io/IOException;
            athrow
        end local 1 // int tag
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Lcom/caucho/hessian/io/HessianInput;
            1   14     1   tag  I
            8   13     2   bos  Ljava/io/ByteArrayOutputStream;
            9   10     3  data  I
           11   13     3  data  I
    Exceptions:
      throws java.io.IOException

  public int readByte();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput this
         0: .line 872
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._chunkLength:I
            ifle 5
         1: .line 873
            aload 0 /* this */
            dup
            getfield com.caucho.hessian.io.HessianInput._chunkLength:I
            iconst_1
            isub
            putfield com.caucho.hessian.io.HessianInput._chunkLength:I
         2: .line 874
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._chunkLength:I
            ifne 4
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._isLastChunk:Z
            ifeq 4
         3: .line 875
            aload 0 /* this */
            getstatic com.caucho.hessian.io.HessianInput.END_OF_DATA:I
            putfield com.caucho.hessian.io.HessianInput._chunkLength:I
         4: .line 877
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            ireturn
         5: .line 879
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._chunkLength:I
            getstatic com.caucho.hessian.io.HessianInput.END_OF_DATA:I
            if_icmpne 8
         6: .line 880
            aload 0 /* this */
            iconst_0
            putfield com.caucho.hessian.io.HessianInput._chunkLength:I
         7: .line 881
            iconst_m1
            ireturn
         8: .line 884
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            istore 1 /* tag */
        start local 1 // int tag
         9: .line 886
            iload 1 /* tag */
            lookupswitch { // 3
                   66: 11
                   78: 10
                   98: 11
              default: 19
          }
        10: .line 888
      StackMap locals: int
      StackMap stack:
            iconst_m1
            ireturn
        11: .line 892
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* tag */
            bipush 66
            if_icmpne 12
            iconst_1
            goto 13
      StackMap locals:
      StackMap stack: com.caucho.hessian.io.HessianInput
        12: iconst_0
      StackMap locals: com.caucho.hessian.io.HessianInput int
      StackMap stack: com.caucho.hessian.io.HessianInput int
        13: putfield com.caucho.hessian.io.HessianInput._isLastChunk:Z
        14: .line 893
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            bipush 8
            ishl
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            iadd
            putfield com.caucho.hessian.io.HessianInput._chunkLength:I
        15: .line 895
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.parseByte:()I
            istore 2 /* value */
        start local 2 // int value
        16: .line 899
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._chunkLength:I
            ifne 18
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._isLastChunk:Z
            ifeq 18
        17: .line 900
            aload 0 /* this */
            getstatic com.caucho.hessian.io.HessianInput.END_OF_DATA:I
            putfield com.caucho.hessian.io.HessianInput._chunkLength:I
        18: .line 902
      StackMap locals: int
      StackMap stack:
            iload 2 /* value */
            ireturn
        end local 2 // int value
        19: .line 905
      StackMap locals:
      StackMap stack:
            new java.io.IOException
            dup
            new java.lang.StringBuilder
            dup
            ldc "expected 'B' at "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* tag */
            i2c
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int tag
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   20     0   this  Lcom/caucho/hessian/io/HessianInput;
            9   20     1    tag  I
           16   19     2  value  I
    Exceptions:
      throws java.io.IOException

  public int readBytes(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // com.caucho.hessian.io.HessianInput this
        start local 1 // byte[] buffer
        start local 2 // int offset
        start local 3 // int length
         0: .line 915
            iconst_0
            istore 4 /* readLength */
        start local 4 // int readLength
         1: .line 917
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._chunkLength:I
            getstatic com.caucho.hessian.io.HessianInput.END_OF_DATA:I
            if_icmpne 4
         2: .line 918
            aload 0 /* this */
            iconst_0
            putfield com.caucho.hessian.io.HessianInput._chunkLength:I
         3: .line 919
            iconst_m1
            ireturn
         4: .line 921
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._chunkLength:I
            ifne 33
         5: .line 922
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            istore 5 /* tag */
        start local 5 // int tag
         6: .line 924
            iload 5 /* tag */
            lookupswitch { // 3
                   66: 8
                   78: 7
                   98: 8
              default: 13
          }
         7: .line 926
      StackMap locals: int
      StackMap stack:
            iconst_m1
            ireturn
         8: .line 930
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 5 /* tag */
            bipush 66
            if_icmpne 9
            iconst_1
            goto 10
      StackMap locals:
      StackMap stack: com.caucho.hessian.io.HessianInput
         9: iconst_0
      StackMap locals: com.caucho.hessian.io.HessianInput byte[] int int int int
      StackMap stack: com.caucho.hessian.io.HessianInput int
        10: putfield com.caucho.hessian.io.HessianInput._isLastChunk:Z
        11: .line 931
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            bipush 8
            ishl
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            iadd
            putfield com.caucho.hessian.io.HessianInput._chunkLength:I
        12: .line 932
            goto 33
        13: .line 935
      StackMap locals:
      StackMap stack:
            new java.io.IOException
            dup
            new java.lang.StringBuilder
            dup
            ldc "expected 'B' at "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 5 /* tag */
            i2c
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        end local 5 // int tag
        14: .line 940
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._chunkLength:I
            ifle 20
        15: .line 941
            aload 1 /* buffer */
            iload 2 /* offset */
            iinc 2 /* offset */ 1
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            i2b
            bastore
        16: .line 942
            aload 0 /* this */
            dup
            getfield com.caucho.hessian.io.HessianInput._chunkLength:I
            iconst_1
            isub
            putfield com.caucho.hessian.io.HessianInput._chunkLength:I
        17: .line 943
            iinc 3 /* length */ -1
        18: .line 944
            iinc 4 /* readLength */ 1
        19: .line 945
            goto 33
        20: .line 946
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._isLastChunk:Z
            ifeq 25
        21: .line 947
            iload 4 /* readLength */
            ifne 23
        22: .line 948
            iconst_m1
            ireturn
        23: .line 950
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic com.caucho.hessian.io.HessianInput.END_OF_DATA:I
            putfield com.caucho.hessian.io.HessianInput._chunkLength:I
        24: .line 951
            iload 4 /* readLength */
            ireturn
        25: .line 955
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            istore 5 /* tag */
        start local 5 // int tag
        26: .line 957
            iload 5 /* tag */
            lookupswitch { // 2
                   66: 27
                   98: 27
              default: 32
          }
        27: .line 960
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iload 5 /* tag */
            bipush 66
            if_icmpne 28
            iconst_1
            goto 29
      StackMap locals:
      StackMap stack: com.caucho.hessian.io.HessianInput
        28: iconst_0
      StackMap locals: com.caucho.hessian.io.HessianInput byte[] int int int int
      StackMap stack: com.caucho.hessian.io.HessianInput int
        29: putfield com.caucho.hessian.io.HessianInput._isLastChunk:Z
        30: .line 961
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            bipush 8
            ishl
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            iadd
            putfield com.caucho.hessian.io.HessianInput._chunkLength:I
        31: .line 962
            goto 33
        32: .line 965
      StackMap locals:
      StackMap stack:
            new java.io.IOException
            dup
            new java.lang.StringBuilder
            dup
            ldc "expected 'B' at "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 5 /* tag */
            i2c
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        end local 5 // int tag
        33: .line 939
      StackMap locals:
      StackMap stack:
            iload 3 /* length */
            ifgt 14
        34: .line 970
            iload 4 /* readLength */
            ifne 36
        35: .line 971
            iconst_m1
            ireturn
        36: .line 972
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._chunkLength:I
            ifgt 37
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._isLastChunk:Z
            ifne 38
        37: .line 973
      StackMap locals:
      StackMap stack:
            iload 4 /* readLength */
            ireturn
        38: .line 975
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic com.caucho.hessian.io.HessianInput.END_OF_DATA:I
            putfield com.caucho.hessian.io.HessianInput._chunkLength:I
        39: .line 976
            iload 4 /* readLength */
            ireturn
        end local 4 // int readLength
        end local 3 // int length
        end local 2 // int offset
        end local 1 // byte[] buffer
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   40     0        this  Lcom/caucho/hessian/io/HessianInput;
            0   40     1      buffer  [B
            0   40     2      offset  I
            0   40     3      length  I
            1   40     4  readLength  I
            6   14     5         tag  I
           26   33     5         tag  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      buffer  
      offset  
      length  

  private java.util.HashMap readFault();
    descriptor: ()Ljava/util/HashMap;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput this
         0: .line 986
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 1 /* map */
        start local 1 // java.util.HashMap map
         1: .line 988
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            istore 2 /* code */
        start local 2 // int code
         2: .line 989
            goto 9
         3: .line 990
      StackMap locals: java.util.HashMap int
      StackMap stack:
            aload 0 /* this */
            iload 2 /* code */
            putfield com.caucho.hessian.io.HessianInput._peek:I
         4: .line 992
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.readObject:()Ljava/lang/Object;
            astore 3 /* key */
        start local 3 // java.lang.Object key
         5: .line 993
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.readObject:()Ljava/lang/Object;
            astore 4 /* value */
        start local 4 // java.lang.Object value
         6: .line 995
            aload 3 /* key */
            ifnull 8
            aload 4 /* value */
            ifnull 8
         7: .line 996
            aload 1 /* map */
            aload 3 /* key */
            aload 4 /* value */
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 4 // java.lang.Object value
        end local 3 // java.lang.Object key
         8: .line 989
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            istore 2 /* code */
      StackMap locals:
      StackMap stack:
         9: iload 2 /* code */
            ifle 10
            iload 2 /* code */
            bipush 122
            if_icmpne 3
        10: .line 999
      StackMap locals:
      StackMap stack:
            iload 2 /* code */
            bipush 122
            if_icmpeq 12
        11: .line 1000
            aload 0 /* this */
            ldc "fault"
            iload 2 /* code */
            invokevirtual com.caucho.hessian.io.HessianInput.expect:(Ljava/lang/String;I)Ljava/io/IOException;
            athrow
        12: .line 1002
      StackMap locals:
      StackMap stack:
            aload 1 /* map */
            areturn
        end local 2 // int code
        end local 1 // java.util.HashMap map
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0   this  Lcom/caucho/hessian/io/HessianInput;
            1   13     1    map  Ljava/util/HashMap;
            2   13     2   code  I
            5    8     3    key  Ljava/lang/Object;
            6    8     4  value  Ljava/lang/Object;
    Exceptions:
      throws java.io.IOException

  public java.lang.Object readObject(java.lang.Class);
    descriptor: (Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // com.caucho.hessian.io.HessianInput this
        start local 1 // java.lang.Class cl
         0: .line 1011
            aload 1 /* cl */
            ifnull 1
            aload 1 /* cl */
            ldc Ljava/lang/Object;
            if_acmpne 2
         1: .line 1012
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.readObject:()Ljava/lang/Object;
            areturn
         2: .line 1014
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            istore 2 /* tag */
        start local 2 // int tag
         3: .line 1016
            iload 2 /* tag */
            lookupswitch { // 5
                   77: 5
                   78: 4
                   82: 19
                   86: 11
                  114: 21
              default: 24
          }
         4: .line 1018
      StackMap locals: int
      StackMap stack:
            aconst_null
            areturn
         5: .line 1022
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.readType:()Ljava/lang/String;
            astore 3 /* type */
        start local 3 // java.lang.String type
         6: .line 1025
            ldc ""
            aload 3 /* type */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 9
         7: .line 1027
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._serializerFactory:Lcom/caucho/hessian/io/SerializerFactory;
            aload 1 /* cl */
            invokevirtual com.caucho.hessian.io.SerializerFactory.getDeserializer:(Ljava/lang/Class;)Lcom/caucho/hessian/io/Deserializer;
            astore 4 /* reader */
        start local 4 // com.caucho.hessian.io.Deserializer reader
         8: .line 1029
            aload 4 /* reader */
            aload 0 /* this */
            invokeinterface com.caucho.hessian.io.Deserializer.readMap:(Lcom/caucho/hessian/io/AbstractHessianInput;)Ljava/lang/Object;
            areturn
        end local 4 // com.caucho.hessian.io.Deserializer reader
         9: .line 1033
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._serializerFactory:Lcom/caucho/hessian/io/SerializerFactory;
            aload 3 /* type */
            invokevirtual com.caucho.hessian.io.SerializerFactory.getObjectDeserializer:(Ljava/lang/String;)Lcom/caucho/hessian/io/Deserializer;
            astore 4 /* reader */
        start local 4 // com.caucho.hessian.io.Deserializer reader
        10: .line 1035
            aload 4 /* reader */
            aload 0 /* this */
            invokeinterface com.caucho.hessian.io.Deserializer.readMap:(Lcom/caucho/hessian/io/AbstractHessianInput;)Ljava/lang/Object;
            areturn
        end local 4 // com.caucho.hessian.io.Deserializer reader
        end local 3 // java.lang.String type
        11: .line 1041
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.readType:()Ljava/lang/String;
            astore 3 /* type */
        start local 3 // java.lang.String type
        12: .line 1042
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.readLength:()I
            istore 4 /* length */
        start local 4 // int length
        13: .line 1045
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._serializerFactory:Lcom/caucho/hessian/io/SerializerFactory;
            aload 3 /* type */
            invokevirtual com.caucho.hessian.io.SerializerFactory.getObjectDeserializer:(Ljava/lang/String;)Lcom/caucho/hessian/io/Deserializer;
            astore 5 /* reader */
        start local 5 // com.caucho.hessian.io.Deserializer reader
        14: .line 1047
            aload 1 /* cl */
            aload 5 /* reader */
            invokeinterface com.caucho.hessian.io.Deserializer.getType:()Ljava/lang/Class;
            if_acmpeq 16
            aload 1 /* cl */
            aload 5 /* reader */
            invokeinterface com.caucho.hessian.io.Deserializer.getType:()Ljava/lang/Class;
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifeq 16
        15: .line 1048
            aload 5 /* reader */
            aload 0 /* this */
            iload 4 /* length */
            invokeinterface com.caucho.hessian.io.Deserializer.readList:(Lcom/caucho/hessian/io/AbstractHessianInput;I)Ljava/lang/Object;
            areturn
        16: .line 1050
      StackMap locals: java.lang.String int com.caucho.hessian.io.Deserializer
      StackMap stack:
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._serializerFactory:Lcom/caucho/hessian/io/SerializerFactory;
            aload 1 /* cl */
            invokevirtual com.caucho.hessian.io.SerializerFactory.getDeserializer:(Ljava/lang/Class;)Lcom/caucho/hessian/io/Deserializer;
            astore 5 /* reader */
        17: .line 1052
            aload 5 /* reader */
            aload 0 /* this */
            iload 4 /* length */
            invokeinterface com.caucho.hessian.io.Deserializer.readList:(Lcom/caucho/hessian/io/AbstractHessianInput;I)Ljava/lang/Object;
            astore 6 /* v */
        start local 6 // java.lang.Object v
        18: .line 1054
            aload 6 /* v */
            areturn
        end local 6 // java.lang.Object v
        end local 5 // com.caucho.hessian.io.Deserializer reader
        end local 4 // int length
        end local 3 // java.lang.String type
        19: .line 1059
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.parseInt:()I
            istore 3 /* ref */
        start local 3 // int ref
        20: .line 1061
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._refs:Ljava/util/ArrayList;
            iload 3 /* ref */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            areturn
        end local 3 // int ref
        21: .line 1066
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.readType:()Ljava/lang/String;
            astore 3 /* type */
        start local 3 // java.lang.String type
        22: .line 1067
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.readString:()Ljava/lang/String;
            astore 4 /* url */
        start local 4 // java.lang.String url
        23: .line 1069
            aload 0 /* this */
            aload 3 /* type */
            aload 4 /* url */
            invokevirtual com.caucho.hessian.io.HessianInput.resolveRemote:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;
            areturn
        end local 4 // java.lang.String url
        end local 3 // java.lang.String type
        24: .line 1073
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* tag */
            putfield com.caucho.hessian.io.HessianInput._peek:I
        25: .line 1078
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._serializerFactory:Lcom/caucho/hessian/io/SerializerFactory;
            aload 1 /* cl */
            invokevirtual com.caucho.hessian.io.SerializerFactory.getDeserializer:(Ljava/lang/Class;)Lcom/caucho/hessian/io/Deserializer;
            aload 0 /* this */
            invokeinterface com.caucho.hessian.io.Deserializer.readObject:(Lcom/caucho/hessian/io/AbstractHessianInput;)Ljava/lang/Object;
            astore 3 /* value */
        start local 3 // java.lang.Object value
        26: .line 1080
            aload 3 /* value */
            areturn
        end local 3 // java.lang.Object value
        end local 2 // int tag
        end local 1 // java.lang.Class cl
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   27     0    this  Lcom/caucho/hessian/io/HessianInput;
            0   27     1      cl  Ljava/lang/Class;
            3   27     2     tag  I
            6   11     3    type  Ljava/lang/String;
            8    9     4  reader  Lcom/caucho/hessian/io/Deserializer;
           10   11     4  reader  Lcom/caucho/hessian/io/Deserializer;
           12   19     3    type  Ljava/lang/String;
           13   19     4  length  I
           14   19     5  reader  Lcom/caucho/hessian/io/Deserializer;
           18   19     6       v  Ljava/lang/Object;
           20   21     3     ref  I
           22   24     3    type  Ljava/lang/String;
           23   24     4     url  Ljava/lang/String;
           26   27     3   value  Ljava/lang/Object;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      cl    

  public java.lang.Object readObject();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput this
         0: .line 1090
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            istore 1 /* tag */
        start local 1 // int tag
         1: .line 1092
            iload 1 /* tag */
            lookupswitch { // 17
                   66: 24
                   68: 7
                   70: 4
                   73: 5
                   76: 6
                   77: 37
                   78: 2
                   82: 39
                   83: 14
                   84: 3
                   86: 34
                   88: 9
                   98: 24
                  100: 8
                  114: 41
                  115: 14
                  120: 9
              default: 44
          }
         2: .line 1094
      StackMap locals: int
      StackMap stack:
            aconst_null
            areturn
         3: .line 1097
      StackMap locals:
      StackMap stack:
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
         4: .line 1100
      StackMap locals:
      StackMap stack:
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
         5: .line 1103
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.parseInt:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
         6: .line 1106
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.parseLong:()J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            areturn
         7: .line 1109
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.parseDouble:()D
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            areturn
         8: .line 1112
      StackMap locals:
      StackMap stack:
            new java.util.Date
            dup
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.parseLong:()J
            invokespecial java.util.Date.<init>:(J)V
            areturn
         9: .line 1116
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* tag */
            bipush 88
            if_icmpne 10
            iconst_1
            goto 11
      StackMap locals:
      StackMap stack: com.caucho.hessian.io.HessianInput
        10: iconst_0
      StackMap locals: com.caucho.hessian.io.HessianInput int
      StackMap stack: com.caucho.hessian.io.HessianInput int
        11: putfield com.caucho.hessian.io.HessianInput._isLastChunk:Z
        12: .line 1117
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            bipush 8
            ishl
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            iadd
            putfield com.caucho.hessian.io.HessianInput._chunkLength:I
        13: .line 1119
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.parseXML:()Lorg/w3c/dom/Node;
            areturn
        14: .line 1124
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* tag */
            bipush 83
            if_icmpne 15
            iconst_1
            goto 16
      StackMap locals:
      StackMap stack: com.caucho.hessian.io.HessianInput
        15: iconst_0
      StackMap locals: com.caucho.hessian.io.HessianInput int
      StackMap stack: com.caucho.hessian.io.HessianInput int
        16: putfield com.caucho.hessian.io.HessianInput._isLastChunk:Z
        17: .line 1125
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            bipush 8
            ishl
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            iadd
            putfield com.caucho.hessian.io.HessianInput._chunkLength:I
        18: .line 1128
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._sbuf:Ljava/lang/StringBuffer;
            iconst_0
            invokevirtual java.lang.StringBuffer.setLength:(I)V
        19: .line 1130
            goto 21
        start local 2 // int data
        20: .line 1131
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._sbuf:Ljava/lang/StringBuffer;
            iload 2 /* data */
            i2c
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        end local 2 // int data
        21: .line 1130
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.parseChar:()I
            dup
            istore 2 /* data */
        start local 2 // int data
        22: ifge 20
        23: .line 1133
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._sbuf:Ljava/lang/StringBuffer;
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 2 // int data
        24: .line 1138
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* tag */
            bipush 66
            if_icmpne 25
            iconst_1
            goto 26
      StackMap locals:
      StackMap stack: com.caucho.hessian.io.HessianInput
        25: iconst_0
      StackMap locals: com.caucho.hessian.io.HessianInput int
      StackMap stack: com.caucho.hessian.io.HessianInput int
        26: putfield com.caucho.hessian.io.HessianInput._isLastChunk:Z
        27: .line 1139
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            bipush 8
            ishl
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            iadd
            putfield com.caucho.hessian.io.HessianInput._chunkLength:I
        28: .line 1142
            new java.io.ByteArrayOutputStream
            dup
            invokespecial java.io.ByteArrayOutputStream.<init>:()V
            astore 3 /* bos */
        start local 3 // java.io.ByteArrayOutputStream bos
        29: .line 1144
            goto 31
        start local 2 // int data
        30: .line 1145
      StackMap locals: int java.io.ByteArrayOutputStream
      StackMap stack:
            aload 3 /* bos */
            iload 2 /* data */
            invokevirtual java.io.ByteArrayOutputStream.write:(I)V
        end local 2 // int data
        31: .line 1144
      StackMap locals: com.caucho.hessian.io.HessianInput int top java.io.ByteArrayOutputStream
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.parseByte:()I
            dup
            istore 2 /* data */
        start local 2 // int data
        32: ifge 30
        33: .line 1147
            aload 3 /* bos */
            invokevirtual java.io.ByteArrayOutputStream.toByteArray:()[B
            areturn
        end local 3 // java.io.ByteArrayOutputStream bos
        end local 2 // int data
        34: .line 1151
      StackMap locals: com.caucho.hessian.io.HessianInput int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.readType:()Ljava/lang/String;
            astore 2 /* type */
        start local 2 // java.lang.String type
        35: .line 1152
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.readLength:()I
            istore 3 /* length */
        start local 3 // int length
        36: .line 1154
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._serializerFactory:Lcom/caucho/hessian/io/SerializerFactory;
            aload 0 /* this */
            iload 3 /* length */
            aload 2 /* type */
            invokevirtual com.caucho.hessian.io.SerializerFactory.readList:(Lcom/caucho/hessian/io/AbstractHessianInput;ILjava/lang/String;)Ljava/lang/Object;
            areturn
        end local 3 // int length
        end local 2 // java.lang.String type
        37: .line 1158
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.readType:()Ljava/lang/String;
            astore 2 /* type */
        start local 2 // java.lang.String type
        38: .line 1160
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._serializerFactory:Lcom/caucho/hessian/io/SerializerFactory;
            aload 0 /* this */
            aload 2 /* type */
            invokevirtual com.caucho.hessian.io.SerializerFactory.readMap:(Lcom/caucho/hessian/io/AbstractHessianInput;Ljava/lang/String;)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.String type
        39: .line 1164
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.parseInt:()I
            istore 2 /* ref */
        start local 2 // int ref
        40: .line 1166
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._refs:Ljava/util/ArrayList;
            iload 2 /* ref */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            areturn
        end local 2 // int ref
        41: .line 1170
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.readType:()Ljava/lang/String;
            astore 2 /* type */
        start local 2 // java.lang.String type
        42: .line 1171
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.readString:()Ljava/lang/String;
            astore 3 /* url */
        start local 3 // java.lang.String url
        43: .line 1173
            aload 0 /* this */
            aload 2 /* type */
            aload 3 /* url */
            invokevirtual com.caucho.hessian.io.HessianInput.resolveRemote:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;
            areturn
        end local 3 // java.lang.String url
        end local 2 // java.lang.String type
        44: .line 1177
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "unknown code for readObject at "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            iload 1 /* tag */
            invokevirtual com.caucho.hessian.io.HessianInput.codeName:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.caucho.hessian.io.HessianInput.error:(Ljava/lang/String;)Ljava/io/IOException;
            athrow
        end local 1 // int tag
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   45     0    this  Lcom/caucho/hessian/io/HessianInput;
            1   45     1     tag  I
           20   21     2    data  I
           22   24     2    data  I
           30   31     2    data  I
           32   34     2    data  I
           29   34     3     bos  Ljava/io/ByteArrayOutputStream;
           35   37     2    type  Ljava/lang/String;
           36   37     3  length  I
           38   39     2    type  Ljava/lang/String;
           40   41     2     ref  I
           42   44     2    type  Ljava/lang/String;
           43   44     3     url  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException

  public java.lang.Object readRemote();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput this
         0: .line 1187
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.readType:()Ljava/lang/String;
            astore 1 /* type */
        start local 1 // java.lang.String type
         1: .line 1188
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.readString:()Ljava/lang/String;
            astore 2 /* url */
        start local 2 // java.lang.String url
         2: .line 1190
            aload 0 /* this */
            aload 1 /* type */
            aload 2 /* url */
            invokevirtual com.caucho.hessian.io.HessianInput.resolveRemote:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.String url
        end local 1 // java.lang.String type
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/caucho/hessian/io/HessianInput;
            1    3     1  type  Ljava/lang/String;
            2    3     2   url  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException

  public java.lang.Object readRef();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput this
         0: .line 1199
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._refs:Ljava/util/ArrayList;
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.parseInt:()I
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            areturn
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/caucho/hessian/io/HessianInput;
    Exceptions:
      throws java.io.IOException

  public int readListStart();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput this
         0: .line 1208
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            ireturn
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/caucho/hessian/io/HessianInput;
    Exceptions:
      throws java.io.IOException

  public int readMapStart();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput this
         0: .line 1217
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            ireturn
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/caucho/hessian/io/HessianInput;
    Exceptions:
      throws java.io.IOException

  public boolean isEnd();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput this
         0: .line 1226
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            istore 1 /* code */
        start local 1 // int code
         1: .line 1228
            aload 0 /* this */
            iload 1 /* code */
            putfield com.caucho.hessian.io.HessianInput._peek:I
         2: .line 1230
            iload 1 /* code */
            iflt 3
            iload 1 /* code */
            bipush 122
            if_icmpeq 3
            iconst_0
            ireturn
      StackMap locals: int
      StackMap stack:
         3: iconst_1
            ireturn
        end local 1 // int code
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/caucho/hessian/io/HessianInput;
            1    4     1  code  I
    Exceptions:
      throws java.io.IOException

  public void readEnd();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput this
         0: .line 1239
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            istore 1 /* code */
        start local 1 // int code
         1: .line 1241
            iload 1 /* code */
            bipush 122
            if_icmpeq 3
         2: .line 1242
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "unknown code at "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            iload 1 /* code */
            invokevirtual com.caucho.hessian.io.HessianInput.codeName:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.caucho.hessian.io.HessianInput.error:(Ljava/lang/String;)Ljava/io/IOException;
            athrow
         3: .line 1243
      StackMap locals: int
      StackMap stack:
            return
        end local 1 // int code
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/caucho/hessian/io/HessianInput;
            1    4     1  code  I
    Exceptions:
      throws java.io.IOException

  public void readMapEnd();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput this
         0: .line 1251
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            istore 1 /* code */
        start local 1 // int code
         1: .line 1253
            iload 1 /* code */
            bipush 122
            if_icmpeq 3
         2: .line 1254
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "expected end of map ('z') at "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            iload 1 /* code */
            invokevirtual com.caucho.hessian.io.HessianInput.codeName:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.caucho.hessian.io.HessianInput.error:(Ljava/lang/String;)Ljava/io/IOException;
            athrow
         3: .line 1255
      StackMap locals: int
      StackMap stack:
            return
        end local 1 // int code
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/caucho/hessian/io/HessianInput;
            1    4     1  code  I
    Exceptions:
      throws java.io.IOException

  public void readListEnd();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput this
         0: .line 1263
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            istore 1 /* code */
        start local 1 // int code
         1: .line 1265
            iload 1 /* code */
            bipush 122
            if_icmpeq 3
         2: .line 1266
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "expected end of list ('z') at "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            iload 1 /* code */
            invokevirtual com.caucho.hessian.io.HessianInput.codeName:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.caucho.hessian.io.HessianInput.error:(Ljava/lang/String;)Ljava/io/IOException;
            athrow
         3: .line 1267
      StackMap locals: int
      StackMap stack:
            return
        end local 1 // int code
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/caucho/hessian/io/HessianInput;
            1    4     1  code  I
    Exceptions:
      throws java.io.IOException

  public int addRef(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.caucho.hessian.io.HessianInput this
        start local 1 // java.lang.Object ref
         0: .line 1274
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._refs:Ljava/util/ArrayList;
            ifnonnull 2
         1: .line 1275
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield com.caucho.hessian.io.HessianInput._refs:Ljava/util/ArrayList;
         2: .line 1277
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._refs:Ljava/util/ArrayList;
            aload 1 /* ref */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         3: .line 1279
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._refs:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            iconst_1
            isub
            ireturn
        end local 1 // java.lang.Object ref
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/caucho/hessian/io/HessianInput;
            0    4     1   ref  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      ref   

  public void setRef(int, java.lang.Object);
    descriptor: (ILjava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.caucho.hessian.io.HessianInput this
        start local 1 // int i
        start local 2 // java.lang.Object ref
         0: .line 1287
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._refs:Ljava/util/ArrayList;
            iload 1 /* i */
            aload 2 /* ref */
            invokevirtual java.util.ArrayList.set:(ILjava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 1288
            return
        end local 2 // java.lang.Object ref
        end local 1 // int i
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/caucho/hessian/io/HessianInput;
            0    2     1     i  I
            0    2     2   ref  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      i     
      ref   

  public void resetReferences();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput this
         0: .line 1295
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._refs:Ljava/util/ArrayList;
            ifnull 2
         1: .line 1296
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._refs:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.clear:()V
         2: .line 1297
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/caucho/hessian/io/HessianInput;

  public java.lang.Object resolveRemote(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.caucho.hessian.io.HessianInput this
        start local 1 // java.lang.String type
        start local 2 // java.lang.String url
         0: .line 1305
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.getRemoteResolver:()Lcom/caucho/hessian/io/HessianRemoteResolver;
            astore 3 /* resolver */
        start local 3 // com.caucho.hessian.io.HessianRemoteResolver resolver
         1: .line 1307
            aload 3 /* resolver */
            ifnull 3
         2: .line 1308
            aload 3 /* resolver */
            aload 1 /* type */
            aload 2 /* url */
            invokeinterface com.caucho.hessian.io.HessianRemoteResolver.lookup:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;
            areturn
         3: .line 1310
      StackMap locals: com.caucho.hessian.io.HessianRemoteResolver
      StackMap stack:
            new com.caucho.hessian.io.HessianRemote
            dup
            aload 1 /* type */
            aload 2 /* url */
            invokespecial com.caucho.hessian.io.HessianRemote.<init>:(Ljava/lang/String;Ljava/lang/String;)V
            areturn
        end local 3 // com.caucho.hessian.io.HessianRemoteResolver resolver
        end local 2 // java.lang.String url
        end local 1 // java.lang.String type
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/caucho/hessian/io/HessianInput;
            0    4     1      type  Ljava/lang/String;
            0    4     2       url  Ljava/lang/String;
            1    4     3  resolver  Lcom/caucho/hessian/io/HessianRemoteResolver;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      type  
      url   

  public java.lang.String readType();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput this
         0: .line 1323
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            istore 1 /* code */
        start local 1 // int code
         1: .line 1325
            iload 1 /* code */
            bipush 116
            if_icmpeq 4
         2: .line 1326
            aload 0 /* this */
            iload 1 /* code */
            putfield com.caucho.hessian.io.HessianInput._peek:I
         3: .line 1327
            ldc ""
            areturn
         4: .line 1330
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.caucho.hessian.io.HessianInput._isLastChunk:Z
         5: .line 1331
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            bipush 8
            ishl
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            iadd
            putfield com.caucho.hessian.io.HessianInput._chunkLength:I
         6: .line 1333
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._sbuf:Ljava/lang/StringBuffer;
            iconst_0
            invokevirtual java.lang.StringBuffer.setLength:(I)V
         7: .line 1335
            goto 9
        start local 2 // int ch
         8: .line 1336
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._sbuf:Ljava/lang/StringBuffer;
            iload 2 /* ch */
            i2c
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        end local 2 // int ch
         9: .line 1335
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.parseChar:()I
            dup
            istore 2 /* ch */
        start local 2 // int ch
        10: ifge 8
        11: .line 1338
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._sbuf:Ljava/lang/StringBuffer;
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 2 // int ch
        end local 1 // int code
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lcom/caucho/hessian/io/HessianInput;
            1   12     1  code  I
            8    9     2    ch  I
           10   12     2    ch  I
    Exceptions:
      throws java.io.IOException

  public int readLength();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput this
         0: .line 1351
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            istore 1 /* code */
        start local 1 // int code
         1: .line 1353
            iload 1 /* code */
            bipush 108
            if_icmpeq 4
         2: .line 1354
            aload 0 /* this */
            iload 1 /* code */
            putfield com.caucho.hessian.io.HessianInput._peek:I
         3: .line 1355
            iconst_m1
            ireturn
         4: .line 1358
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.parseInt:()I
            ireturn
        end local 1 // int code
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/caucho/hessian/io/HessianInput;
            1    5     1  code  I
    Exceptions:
      throws java.io.IOException

  private int parseInt();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput this
         0: .line 1371
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            istore 1 /* b32 */
        start local 1 // int b32
         1: .line 1372
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            istore 2 /* b24 */
        start local 2 // int b24
         2: .line 1373
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            istore 3 /* b16 */
        start local 3 // int b16
         3: .line 1374
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            istore 4 /* b8 */
        start local 4 // int b8
         4: .line 1376
            iload 1 /* b32 */
            bipush 24
            ishl
            iload 2 /* b24 */
            bipush 16
            ishl
            iadd
            iload 3 /* b16 */
            bipush 8
            ishl
            iadd
            iload 4 /* b8 */
            iadd
            ireturn
        end local 4 // int b8
        end local 3 // int b16
        end local 2 // int b24
        end local 1 // int b32
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/caucho/hessian/io/HessianInput;
            1    5     1   b32  I
            2    5     2   b24  I
            3    5     3   b16  I
            4    5     4    b8  I
    Exceptions:
      throws java.io.IOException

  private long parseLong();
    descriptor: ()J
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=17, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput this
         0: .line 1389
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            i2l
            lstore 1 /* b64 */
        start local 1 // long b64
         1: .line 1390
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            i2l
            lstore 3 /* b56 */
        start local 3 // long b56
         2: .line 1391
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            i2l
            lstore 5 /* b48 */
        start local 5 // long b48
         3: .line 1392
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            i2l
            lstore 7 /* b40 */
        start local 7 // long b40
         4: .line 1393
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            i2l
            lstore 9 /* b32 */
        start local 9 // long b32
         5: .line 1394
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            i2l
            lstore 11 /* b24 */
        start local 11 // long b24
         6: .line 1395
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            i2l
            lstore 13 /* b16 */
        start local 13 // long b16
         7: .line 1396
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            i2l
            lstore 15 /* b8 */
        start local 15 // long b8
         8: .line 1398
            lload 1 /* b64 */
            bipush 56
            lshl
         9: .line 1399
            lload 3 /* b56 */
            bipush 48
            lshl
        10: .line 1398
            ladd
        11: .line 1400
            lload 5 /* b48 */
            bipush 40
            lshl
        12: .line 1398
            ladd
        13: .line 1401
            lload 7 /* b40 */
            bipush 32
            lshl
        14: .line 1398
            ladd
        15: .line 1402
            lload 9 /* b32 */
            bipush 24
            lshl
        16: .line 1398
            ladd
        17: .line 1403
            lload 11 /* b24 */
            bipush 16
            lshl
        18: .line 1398
            ladd
        19: .line 1404
            lload 13 /* b16 */
            bipush 8
            lshl
        20: .line 1398
            ladd
        21: .line 1405
            lload 15 /* b8 */
        22: .line 1398
            ladd
            lreturn
        end local 15 // long b8
        end local 13 // long b16
        end local 11 // long b24
        end local 9 // long b32
        end local 7 // long b40
        end local 5 // long b48
        end local 3 // long b56
        end local 1 // long b64
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   23     0  this  Lcom/caucho/hessian/io/HessianInput;
            1   23     1   b64  J
            2   23     3   b56  J
            3   23     5   b48  J
            4   23     7   b40  J
            5   23     9   b32  J
            6   23    11   b24  J
            7   23    13   b16  J
            8   23    15    b8  J
    Exceptions:
      throws java.io.IOException

  private double parseDouble();
    descriptor: ()D
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=19, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput this
         0: .line 1418
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            i2l
            lstore 1 /* b64 */
        start local 1 // long b64
         1: .line 1419
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            i2l
            lstore 3 /* b56 */
        start local 3 // long b56
         2: .line 1420
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            i2l
            lstore 5 /* b48 */
        start local 5 // long b48
         3: .line 1421
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            i2l
            lstore 7 /* b40 */
        start local 7 // long b40
         4: .line 1422
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            i2l
            lstore 9 /* b32 */
        start local 9 // long b32
         5: .line 1423
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            i2l
            lstore 11 /* b24 */
        start local 11 // long b24
         6: .line 1424
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            i2l
            lstore 13 /* b16 */
        start local 13 // long b16
         7: .line 1425
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            i2l
            lstore 15 /* b8 */
        start local 15 // long b8
         8: .line 1427
            lload 1 /* b64 */
            bipush 56
            lshl
         9: .line 1428
            lload 3 /* b56 */
            bipush 48
            lshl
        10: .line 1427
            ladd
        11: .line 1429
            lload 5 /* b48 */
            bipush 40
            lshl
        12: .line 1427
            ladd
        13: .line 1430
            lload 7 /* b40 */
            bipush 32
            lshl
        14: .line 1427
            ladd
        15: .line 1431
            lload 9 /* b32 */
            bipush 24
            lshl
        16: .line 1427
            ladd
        17: .line 1432
            lload 11 /* b24 */
            bipush 16
            lshl
        18: .line 1427
            ladd
        19: .line 1433
            lload 13 /* b16 */
            bipush 8
            lshl
        20: .line 1427
            ladd
        21: .line 1434
            lload 15 /* b8 */
        22: .line 1427
            ladd
            lstore 17 /* bits */
        start local 17 // long bits
        23: .line 1436
            lload 17 /* bits */
            invokestatic java.lang.Double.longBitsToDouble:(J)D
            dreturn
        end local 17 // long bits
        end local 15 // long b8
        end local 13 // long b16
        end local 11 // long b24
        end local 9 // long b32
        end local 7 // long b40
        end local 5 // long b48
        end local 3 // long b56
        end local 1 // long b64
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   24     0  this  Lcom/caucho/hessian/io/HessianInput;
            1   24     1   b64  J
            2   24     3   b56  J
            3   24     5   b48  J
            4   24     7   b40  J
            5   24     9   b32  J
            6   24    11   b24  J
            7   24    13   b16  J
            8   24    15    b8  J
           23   24    17  bits  J
    Exceptions:
      throws java.io.IOException

  org.w3c.dom.Node parseXML();
    descriptor: ()Lorg/w3c/dom/Node;
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput this
         0: .line 1442
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/caucho/hessian/io/HessianInput;
    Exceptions:
      throws java.io.IOException

  private int parseChar();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput this
         0: .line 1451
            goto 12
         1: .line 1452
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._isLastChunk:Z
            ifeq 3
         2: .line 1453
            iconst_m1
            ireturn
         3: .line 1455
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            istore 1 /* code */
        start local 1 // int code
         4: .line 1457
            iload 1 /* code */
            lookupswitch { // 4
                   83: 8
                   88: 8
                  115: 5
                  120: 5
              default: 11
          }
         5: .line 1460
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.caucho.hessian.io.HessianInput._isLastChunk:Z
         6: .line 1462
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            bipush 8
            ishl
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            iadd
            putfield com.caucho.hessian.io.HessianInput._chunkLength:I
         7: .line 1463
            goto 12
         8: .line 1467
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.caucho.hessian.io.HessianInput._isLastChunk:Z
         9: .line 1469
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            bipush 8
            ishl
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            iadd
            putfield com.caucho.hessian.io.HessianInput._chunkLength:I
        10: .line 1470
            goto 12
        11: .line 1473
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "string"
            iload 1 /* code */
            invokevirtual com.caucho.hessian.io.HessianInput.expect:(Ljava/lang/String;I)Ljava/io/IOException;
            athrow
        end local 1 // int code
        12: .line 1451
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._chunkLength:I
            ifle 1
        13: .line 1478
            aload 0 /* this */
            dup
            getfield com.caucho.hessian.io.HessianInput._chunkLength:I
            iconst_1
            isub
            putfield com.caucho.hessian.io.HessianInput._chunkLength:I
        14: .line 1480
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.parseUTF8Char:()I
            ireturn
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lcom/caucho/hessian/io/HessianInput;
            4   12     1  code  I
    Exceptions:
      throws java.io.IOException

  private int parseUTF8Char();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput this
         0: .line 1489
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            istore 1 /* ch */
        start local 1 // int ch
         1: .line 1491
            iload 1 /* ch */
            sipush 128
            if_icmpge 3
         2: .line 1492
            iload 1 /* ch */
            ireturn
         3: .line 1493
      StackMap locals: int
      StackMap stack:
            iload 1 /* ch */
            sipush 224
            iand
            sipush 192
            if_icmpne 7
         4: .line 1494
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            istore 2 /* ch1 */
        start local 2 // int ch1
         5: .line 1495
            iload 1 /* ch */
            bipush 31
            iand
            bipush 6
            ishl
            iload 2 /* ch1 */
            bipush 63
            iand
            iadd
            istore 3 /* v */
        start local 3 // int v
         6: .line 1497
            iload 3 /* v */
            ireturn
        end local 3 // int v
        end local 2 // int ch1
         7: .line 1499
      StackMap locals:
      StackMap stack:
            iload 1 /* ch */
            sipush 240
            iand
            sipush 224
            if_icmpne 12
         8: .line 1500
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            istore 2 /* ch1 */
        start local 2 // int ch1
         9: .line 1501
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            istore 3 /* ch2 */
        start local 3 // int ch2
        10: .line 1502
            iload 1 /* ch */
            bipush 15
            iand
            bipush 12
            ishl
            iload 2 /* ch1 */
            bipush 63
            iand
            bipush 6
            ishl
            iadd
            iload 3 /* ch2 */
            bipush 63
            iand
            iadd
            istore 4 /* v */
        start local 4 // int v
        11: .line 1504
            iload 4 /* v */
            ireturn
        end local 4 // int v
        end local 3 // int ch2
        end local 2 // int ch1
        12: .line 1507
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "bad utf-8 encoding at "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            iload 1 /* ch */
            invokevirtual com.caucho.hessian.io.HessianInput.codeName:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.caucho.hessian.io.HessianInput.error:(Ljava/lang/String;)Ljava/io/IOException;
            athrow
        end local 1 // int ch
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lcom/caucho/hessian/io/HessianInput;
            1   13     1    ch  I
            5    7     2   ch1  I
            6    7     3     v  I
            9   12     2   ch1  I
           10   12     3   ch2  I
           11   12     4     v  I
    Exceptions:
      throws java.io.IOException

  private int parseByte();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput this
         0: .line 1516
            goto 12
         1: .line 1517
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._isLastChunk:Z
            ifeq 3
         2: .line 1518
            iconst_m1
            ireturn
         3: .line 1521
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            istore 1 /* code */
        start local 1 // int code
         4: .line 1523
            iload 1 /* code */
            lookupswitch { // 2
                   66: 8
                   98: 5
              default: 11
          }
         5: .line 1525
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.caucho.hessian.io.HessianInput._isLastChunk:Z
         6: .line 1527
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            bipush 8
            ishl
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            iadd
            putfield com.caucho.hessian.io.HessianInput._chunkLength:I
         7: .line 1528
            goto 12
         8: .line 1531
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.caucho.hessian.io.HessianInput._isLastChunk:Z
         9: .line 1533
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            bipush 8
            ishl
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            iadd
            putfield com.caucho.hessian.io.HessianInput._chunkLength:I
        10: .line 1534
            goto 12
        11: .line 1537
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "byte[]"
            iload 1 /* code */
            invokevirtual com.caucho.hessian.io.HessianInput.expect:(Ljava/lang/String;I)Ljava/io/IOException;
            athrow
        end local 1 // int code
        12: .line 1516
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._chunkLength:I
            ifle 1
        13: .line 1541
            aload 0 /* this */
            dup
            getfield com.caucho.hessian.io.HessianInput._chunkLength:I
            iconst_1
            isub
            putfield com.caucho.hessian.io.HessianInput._chunkLength:I
        14: .line 1543
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            ireturn
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lcom/caucho/hessian/io/HessianInput;
            4   12     1  code  I
    Exceptions:
      throws java.io.IOException

  public java.io.InputStream readInputStream();
    descriptor: ()Ljava/io/InputStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput this
         0: .line 1552
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            istore 1 /* tag */
        start local 1 // int tag
         1: .line 1554
            iload 1 /* tag */
            lookupswitch { // 3
                   66: 3
                   78: 2
                   98: 3
              default: 8
          }
         2: .line 1556
      StackMap locals: int
      StackMap stack:
            aconst_null
            areturn
         3: .line 1560
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* tag */
            bipush 66
            if_icmpne 4
            iconst_1
            goto 5
      StackMap locals:
      StackMap stack: com.caucho.hessian.io.HessianInput
         4: iconst_0
      StackMap locals: com.caucho.hessian.io.HessianInput int
      StackMap stack: com.caucho.hessian.io.HessianInput int
         5: putfield com.caucho.hessian.io.HessianInput._isLastChunk:Z
         6: .line 1561
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            bipush 8
            ishl
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            iadd
            putfield com.caucho.hessian.io.HessianInput._chunkLength:I
         7: .line 1562
            goto 9
         8: .line 1565
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "inputStream"
            iload 1 /* tag */
            invokevirtual com.caucho.hessian.io.HessianInput.expect:(Ljava/lang/String;I)Ljava/io/IOException;
            athrow
         9: .line 1568
      StackMap locals:
      StackMap stack:
            new com.caucho.hessian.io.HessianInput$1
            dup
            aload 0 /* this */
            invokespecial com.caucho.hessian.io.HessianInput$1.<init>:(Lcom/caucho/hessian/io/HessianInput;)V
            areturn
        end local 1 // int tag
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lcom/caucho/hessian/io/HessianInput;
            1   10     1   tag  I
    Exceptions:
      throws java.io.IOException

  int read(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0000) 
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // com.caucho.hessian.io.HessianInput this
        start local 1 // byte[] buffer
        start local 2 // int offset
        start local 3 // int length
         0: .line 1614
            iconst_0
            istore 4 /* readLength */
        start local 4 // int readLength
         1: .line 1616
            goto 24
         2: .line 1618
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._isLastChunk:Z
            ifeq 6
         3: .line 1619
            iload 4 /* readLength */
            ifne 4
            iconst_m1
            goto 5
      StackMap locals:
      StackMap stack:
         4: iload 4 /* readLength */
      StackMap locals:
      StackMap stack: int
         5: ireturn
         6: .line 1621
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            istore 5 /* code */
        start local 5 // int code
         7: .line 1623
            iload 5 /* code */
            lookupswitch { // 2
                   66: 11
                   98: 8
              default: 14
          }
         8: .line 1625
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.caucho.hessian.io.HessianInput._isLastChunk:Z
         9: .line 1627
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            bipush 8
            ishl
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            iadd
            putfield com.caucho.hessian.io.HessianInput._chunkLength:I
        10: .line 1628
            goto 15
        11: .line 1631
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.caucho.hessian.io.HessianInput._isLastChunk:Z
        12: .line 1633
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            bipush 8
            ishl
            aload 0 /* this */
            invokevirtual com.caucho.hessian.io.HessianInput.read:()I
            iadd
            putfield com.caucho.hessian.io.HessianInput._chunkLength:I
        13: .line 1634
            goto 15
        14: .line 1637
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc "byte[]"
            iload 5 /* code */
            invokevirtual com.caucho.hessian.io.HessianInput.expect:(Ljava/lang/String;I)Ljava/io/IOException;
            athrow
        end local 5 // int code
        15: .line 1617
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._chunkLength:I
            ifle 2
        16: .line 1641
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._chunkLength:I
            istore 5 /* sublen */
        start local 5 // int sublen
        17: .line 1642
            iload 3 /* length */
            iload 5 /* sublen */
            if_icmpge 19
        18: .line 1643
            iload 3 /* length */
            istore 5 /* sublen */
        19: .line 1645
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._is:Ljava/io/InputStream;
            aload 1 /* buffer */
            iload 2 /* offset */
            iload 5 /* sublen */
            invokevirtual java.io.InputStream.read:([BII)I
            istore 5 /* sublen */
        20: .line 1646
            iload 2 /* offset */
            iload 5 /* sublen */
            iadd
            istore 2 /* offset */
        21: .line 1647
            iload 4 /* readLength */
            iload 5 /* sublen */
            iadd
            istore 4 /* readLength */
        22: .line 1648
            iload 3 /* length */
            iload 5 /* sublen */
            isub
            istore 3 /* length */
        23: .line 1649
            aload 0 /* this */
            dup
            getfield com.caucho.hessian.io.HessianInput._chunkLength:I
            iload 5 /* sublen */
            isub
            putfield com.caucho.hessian.io.HessianInput._chunkLength:I
        end local 5 // int sublen
        24: .line 1616
      StackMap locals:
      StackMap stack:
            iload 3 /* length */
            ifgt 15
        25: .line 1652
            iload 4 /* readLength */
            ireturn
        end local 4 // int readLength
        end local 3 // int length
        end local 2 // int offset
        end local 1 // byte[] buffer
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   26     0        this  Lcom/caucho/hessian/io/HessianInput;
            0   26     1      buffer  [B
            0   26     2      offset  I
            0   26     3      length  I
            1   26     4  readLength  I
            7   15     5        code  I
           17   24     5      sublen  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      buffer  
      offset  
      length  

  final int read();
    descriptor: ()I
    flags: (0x0010) ACC_FINAL
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput this
         0: .line 1658
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._peek:I
            iflt 4
         1: .line 1659
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._peek:I
            istore 1 /* value */
        start local 1 // int value
         2: .line 1660
            aload 0 /* this */
            iconst_m1
            putfield com.caucho.hessian.io.HessianInput._peek:I
         3: .line 1661
            iload 1 /* value */
            ireturn
        end local 1 // int value
         4: .line 1664
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._is:Ljava/io/InputStream;
            invokevirtual java.io.InputStream.read:()I
            istore 1 /* ch */
        start local 1 // int ch
         5: .line 1666
            iload 1 /* ch */
            ireturn
        end local 1 // int ch
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lcom/caucho/hessian/io/HessianInput;
            2    4     1  value  I
            5    6     1     ch  I
    Exceptions:
      throws java.io.IOException

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput this
         0: .line 1671
            aload 0 /* this */
            aconst_null
            putfield com.caucho.hessian.io.HessianInput._is:Ljava/io/InputStream;
         1: .line 1672
            return
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/caucho/hessian/io/HessianInput;

  public java.io.Reader getReader();
    descriptor: ()Ljava/io/Reader;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.caucho.hessian.io.HessianInput this
         0: .line 1676
            aconst_null
            areturn
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/caucho/hessian/io/HessianInput;

  protected java.io.IOException expect(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)Ljava/io/IOException;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.caucho.hessian.io.HessianInput this
        start local 1 // java.lang.String expect
        start local 2 // int ch
         0: .line 1681
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "expected "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* expect */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " at "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            iload 2 /* ch */
            invokevirtual com.caucho.hessian.io.HessianInput.codeName:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual com.caucho.hessian.io.HessianInput.error:(Ljava/lang/String;)Ljava/io/IOException;
            areturn
        end local 2 // int ch
        end local 1 // java.lang.String expect
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/caucho/hessian/io/HessianInput;
            0    1     1  expect  Ljava/lang/String;
            0    1     2      ch  I
    MethodParameters:
        Name  Flags
      expect  
      ch      

  protected java.lang.String codeName(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.caucho.hessian.io.HessianInput this
        start local 1 // int ch
         0: .line 1686
            iload 1 /* ch */
            ifge 2
         1: .line 1687
            ldc "end of file"
            areturn
         2: .line 1689
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            ldc "0x"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* ch */
            sipush 255
            iand
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " ("
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            iload 1 /* ch */
            i2c
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // int ch
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/caucho/hessian/io/HessianInput;
            0    3     1    ch  I
    MethodParameters:
      Name  Flags
      ch    

  protected java.io.IOException error(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/io/IOException;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.caucho.hessian.io.HessianInput this
        start local 1 // java.lang.String message
         0: .line 1694
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._method:Ljava/lang/String;
            ifnull 2
         1: .line 1695
            new com.caucho.hessian.io.HessianProtocolException
            dup
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield com.caucho.hessian.io.HessianInput._method:Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ": "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* message */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial com.caucho.hessian.io.HessianProtocolException.<init>:(Ljava/lang/String;)V
            areturn
         2: .line 1697
      StackMap locals:
      StackMap stack:
            new com.caucho.hessian.io.HessianProtocolException
            dup
            aload 1 /* message */
            invokespecial com.caucho.hessian.io.HessianProtocolException.<init>:(Ljava/lang/String;)V
            areturn
        end local 1 // java.lang.String message
        end local 0 // com.caucho.hessian.io.HessianInput this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/caucho/hessian/io/HessianInput;
            0    3     1  message  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      message  
}
SourceFile: "HessianInput.java"
NestMembers:
  com.caucho.hessian.io.HessianInput$1
InnerClasses:
  com.caucho.hessian.io.HessianInput$1