com.caucho.hessian.io
Class HessianDebugState.LongState

java.lang.Object
  extended by com.caucho.hessian.io.HessianDebugState.State
      extended by com.caucho.hessian.io.HessianDebugState.LongState
Enclosing class:
HessianDebugState

 class HessianDebugState.LongState
extends HessianDebugState.State


Field Summary
(package private)  int _length
           
(package private)  java.lang.String _typeCode
           
(package private)  long _value
           
 
Fields inherited from class com.caucho.hessian.io.HessianDebugState.State
_next
 
Constructor Summary
HessianDebugState.LongState(HessianDebugState.State next, java.lang.String typeCode)
           
HessianDebugState.LongState(HessianDebugState.State next, java.lang.String typeCode, long value, int length)
           
 
Method Summary
(package private)  HessianDebugState.State next(int ch)
           
 
Methods inherited from class com.caucho.hessian.io.HessianDebugState.State
depth, isShift, nextObject, print, print, printIndent, println, println, println, printObject, shift
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_typeCode

java.lang.String _typeCode

_length

int _length

_value

long _value
Constructor Detail

HessianDebugState.LongState

HessianDebugState.LongState(HessianDebugState.State next,
                            java.lang.String typeCode)

HessianDebugState.LongState

HessianDebugState.LongState(HessianDebugState.State next,
                            java.lang.String typeCode,
                            long value,
                            int length)
Method Detail

next

HessianDebugState.State next(int ch)
Specified by:
next in class HessianDebugState.State